/* CSS Document */


body {
  text-align: center;
  }

#content img {
	margin: 5px;
	border-style:solid;
	border-color:#C0CAD9;
	}

#container {
  margin: 0 auto;
  padding-top: 0;
  overflow:auto;
  width: 772px;
  text-align: left;
  font-family: Georgia;
  color: #4D586A;
  background: url('images/main_bg.gif');
  background-repeat:repeat-y;
  background-position:center;
}

td {
  font-family: Georgia;
  color: #4D586A;
  font-size: 12px;
}


a {color:#4D586A;}

a:hover {color:#000000;}

#main_header{
	height: 75px;
	background: url('images/top_bg.gif');
	vertical-align: middle;
	padding-left: 13px;
	padding-right: 13px;
}  

#footer{
	margin:0 auto;
  	padding-top: 5px;
	padding-bottom: 5px;
        width: 772px;
  	font-family: Georgia;
  	color: #4D586A;
	background: url('images/accent_bg.gif');
	height: 25px;
	text-align: center;
	font-size:12px;

}

#decoration1{
	height: 10px;
	background: url('images/accent_bg.gif');
	background-repeat:repeat-y;
 
}

#main_menu{
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 75px;
	padding-left: 20px;
	margin-left: 12px;
	background-color: #EEF1F5;
	width: 215px;
	float: left; 
	/*font-weight: bold; */
	font-variant: small-caps;
	font-size: 18px;
	line-height: 32px;
}

#main_menu a{
        padding-left:10px;
	text-decoration:none;
	color: #4D586A;}

#main_menu a.selected{
        border-left:solid;
        padding-left:6px;
	text-decoration:none;
	color: #4D586A;}


#main_menu a:hover{
        border-left:solid;
        padding-left:6px;
}

h1{
	
	height: 25px;
	width: 475px;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	background: url('images/section_head_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #EEF1F5;
	margin-top: 10px;
	margin-right:0px;
	margin-bottom:30px;
}

html>body .section_head {
  height: 25px;
} 


h2{
	background-color: #C0CAD9;
	text-align: left;
	padding: 2px 2px 2px 2px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	width: 460px;
	font-variant: small-caps;
	font-weight: bold;
	clear:left;
}

h3{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}


p {
	margin-top:0px;
}

#content{
	width: 475px;
	text-align: left;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
	background-color: #EEF1F5;
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;

	display:inline;

        min-height: 600px;
        height: auto;
        _height: 600px;


	
}