@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}

html, body {
	background: #e2ecf4 url(images/body_bg.jpg) top center repeat-y;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	height: 100%;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #6699cc;
	font-weight: normal;
	margin: 30px 0px 20px 0px;
	}
	
a  {
	text-decoration: none;
	}
	
	
a:hover, #content a:hover, #footer a:hover {
	color:#99b4d2;
	}
	
img  {
	border: 0px;
	}
	
li  {
	margin-left: 30px;
	}
	
	
p  {
	margin-bottom: 12px;
	}

strong  {
	color:#6699cc;
	}



#page {
	margin: auto;
	width: 740px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: -34px auto 0;
	}
	
#header {
	height: 196px;
	background:url(images/header_bg.jpg) top center repeat-x;
	position: relative;
	}
	
#header .logo {
	position:absolute;
	top: 81px;
	left: 25px;
	
	}
	
#header img.change {
	position:absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	}
	

#menu {
	margin-top: 162px;
	position: absolute;
	height: 36px;
	width: 100%;
	background-color: #355472;
	}

#menu ul {
	list-style: none;
	position: absolute;
	padding: 0px;
	margin: 10px 0px 0px 27px;
	z-index: 100;
	}
	
#menu ul li {
	display: block;
	float:left;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	
	}
	
#menu ul li a {
	color:#FFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#menu ul li a:hover {
	color: #99b4d2;
	}


#content {
	clear:both;
	}
	
#content a {
	color: #000;
	font-weight:bold;
	}
	
#content div.left {
	width:264px;
	padding: 15px 5px 0px 10px;
	float:left;
	}
	
#content div.right {
	width:386px;
	padding: 0px 60px 0px 5px;
	float: right;
	}
	
	
#content ul {
	padding:0;
	margin-top:-5px;
	margin-bottom:10px;
	}
	
#content li {
	padding:0;
	margin-bottom:4px;
	margin-left:20px;
	}
	
	
#footer {
	position:relative;
	clear: both;
	margin: auto;
	padding-top: 10px;
	width: 740px;
	bottom: 0px;
	height: 24px;
	background-color: #355472;
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}

#footer a  {
	color: #FFF;
}

#fill {
	width:100%;
	clear:both;
	height:34px;
}
