body {
	background-color: #d5dae4;
	background-image:url(images/bg.jpg);
	margin-top: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color:#132c66;
	background-repeat: repeat-x;
	line-height: 1.5em;
}

h1 {
	font-size:1.4em;
}

img {
	border:0px;
}

#wrap {
	margin: 0 auto;
	width: 760px;
	text-align: center;
	overflow:hidden;
	background-image:url(images/container_bg.png);
	background-repeat: repeat-y;
}
	
#top {
	text-align:left;
	height:85px;
	background-image: url(images/logo.png);
}
	
#topnav {
	float:right;
	height:40px;
	color:#FFFFFF;
	font-size:12px;
	padding-top:10px;
	padding-right: 10px;
}

#topnav ul{
	margin:0px;
	padding:0px;
}

#topnav ul, #topnav ul li {
	display:inline;
	font-weight:bold;
	list-style-image: none;

}

#topnav a{
	display:block;
	color:#fff;
	text-decoration:none;
}

#topnav .here {
	color:#FFFFFF;
	text-decoration: underline;
}

#topnav a:hover {
	text-decoration:underline;
}

#topnav li {
	float:left;
	padding:5px 15px 5px 5px;
	/*border-left:#FFFFFF dashed 1px;*/
}

#container {
	width:760px;
	height:100%;
	background-image:url(images/container_bg.png);
	background-repeat: repeat-y;
}
	
#left {
	text-align:left;
	float:left;
	width:190px;
	height:100%;
}

#left_nav {
	height:100%;
	font-size:11px;
	padding:20px 10px 20px 10px;
}

#left_nav .here{
	text-decoration: underline;
}

#left_nav a{
	color:#132c66;
	text-decoration:none;
}

#left_nav a:hover{
	text-decoration:underline;
}

#leftnav_heading{
	font-size:14px;
	border-bottom:#fff solid 1px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 0 4px 20px;
	margin-left:10px;
	font-weight: bold;
}

#left_nav ul{
	padding:0px;
	margin:10px;
}

#left_nav ul li{
	list-style-image: none;
	list-style-type: none;
	padding:0px 0 10px 0;
}



#small_logo {
	height:57px;
	padding:10px 0 10px 0;
	margin-left:1px;
}
	
#content {
	float:right;
	text-align:left;
	height:100%;	
	width:500px;
	padding:20px 40px 20px 20px;
}
	
#footer {
	float:left;
	text-align:left;
	width:758px;
	height:60px;
	background-color:#FFFFFF;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	line-height: 1em;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
	line-height: 1em;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	line-height: 1em;
}

#footer_logos {
	height:60px;
	width:190px;
	float:left;
	background-color:#FFFFFF;
	line-height: 1em;
}

#footer_address {
	float:right;
	height:60px;
	color:#ffffff;
	font-size:11px;
	padding: 10px 0px 0px 10px;	
	background-color:#132c66;
	width:558px;
	line-height: 1em;
}