
/* CSS Document */
/* colors
dark cacki: #61571a;
med cacki: #bdb271;
light cacki: #ebe0a0;
blue: #1c1868;
light blue: #716fac;
rust: #c8b12f;
*/

body {
	background-color: #bdb271;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c1868;
	margin: 0px auto;
	text-align:center;
}
a {
     text-decoration: underline;
     font-weight: bold;
	color: #1c1868;
}
a:hover {
	text-decoration: none;
}
h1 {
     color: #1c1868;
     font-family: Georgia,Times Times New Roman;
     font-size: 150%;
}
h2 {
     color: #1c1868;
     font-family: Georgia,Times Times New Roman;
     font-size: 125%;
     font-style: italic;
}
#header {
	width: 988px;
	height: 210px;
	margin: 0 auto;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
	text-align:right;
}
#header #tf {
	width: 320px;
	padding-top: 70px;
	text-align:center;
	float:left;
	font-weight: bold;
}	
#header #topnav {
     width: 300px;
     padding-top: 70px;
     text-align: center;
	float:right;
}
#header #topnav a {
     color: #1c1868;
     padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#header #topnav a:hover {
     color: #ebe0a0;
}
#header #topnav a.on {
     text-decoration: underline;
}
#header a.logo {
	float:right;
	display: block;
	height: 180px;
	width: 390px;
	margin: 16px 0px 0px 0px;
	text-decoration: none;
}
#nav {
     width: 988px;
     height: 56px;
     margin: 0 auto;
	background-color: #1c1868;
}
#nav a {
	color: #ebe0a0;
	font-size: 13px;
	line-height: 56px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
#nav a:hover,#nav a.on {
     background-color:#000;
     padding: 19px 9px 21px 9px;
     border: solid 1px #716fac;
     line-height: 13px;
}
#nav a.on {
     color: #fff;
}
#pg_img {
     width: 988px;
     height: 192px;
     border-top: solid 1px #716fac;
     margin: -3px; /*ie fix*/
}
#content {
     width: 948px;
     padding: 20px;
     height: auto;
     margin: 0 auto;
	background-color: #ebe0a0;
	text-align: left;
}
#content #hmrt {
     border-left: dotted 1px #666;
     padding: 25px 0px 0px 20px;
     width: 300px;
     color: #1c1868;
     float:right;
     margin-left: 20px;
     background-image: url('../images/img_pg/30.jpg');
     background-repeat: no-repeat;
}
#content #hmrt ul {
     margin: 0 auto;
     padding: 0px;
     float:left;
     list-style-type: none;
     width: 140px;
     text-align: left;
     color: #61571a
}
#content #hmrt ul.rt {
     padding-left: 10px;
}

#footer {
	width: 988px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/img_pg/footer_bk.jpg);
	background-repeat: no-repeat;
	padding: 14px 0px 7px 0px;
	color: #61571a;
	line-height: 140%;
}
#footer a {
     color: #61571a;
	text-decoration: none;
}