@charset "UTF-8";
p {
	color: #003768;
	font-size:12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 15px;
}
body {
	background-image: url(images/bg1.gif);
	background-position: center;
	background-repeat: repeat-y;
	}


	
#container {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 Auto;
	width: 850px;
	margin-top: 0px;
	background-color: #87868A;
	overflow: auto;
	height: 100%;

}
#header {
	margin: 0 Auto;
	width: 850px;
	height: 100px;
	background-color: #003768;
	margin-top: 0px;
}

#header img{
	margin: 10px 0 0 0;
	}
#logo {
	float: left;
	height: 100px;
}
#headerslogan {
	width: 600px;
	height: 100px;
	float: left;
}

#headerslogan img{
	margin-top: 65px;
	margin-left: 240.px;
	margin-left: 230px;
	}
	
#content {
	width: 175px;
	height: 100%;
	background-color: #87868A;
	margin-top: 0px;
	float: left;
}

#leftnav {
	width: 175px;
	height: 100%;
	background-color: #87868A;
	margin-top: 0px;
	float: left;
}

#leftnav img{
	margin-top: 8px;
	margin-left: 20px;	
}

#rightcontent {
	width: 635px;
	margin: 0 0 0 0px;
	border-color: #CCCCCC;
	border-width: 20px;
	border-style: solid;
	float: left;
	height: 100%;
	background-color: #CCCCCC;
	}
	
#text p.text{
	color: #003768;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
#text p.title{
	color: #003768;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-weight: bolder;
	}
#text a.link{
	color: #FFFFFF;
	font-weight: bolder;
	}
	
#graphic {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0px;
	background-color: #003768;
	float: left;
	}

#graphic img.heading {
	margin: 20px 20px 10px 20px
	}
	
#graphic img.image {
	margin: 10px 20px 20px 20px
	}
	
#text {
	clear: both;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	height: 100%;
	}
	

#footer {
	width: 100%;
	height: 100%;
	background-color: #717074;
	margin-top: 0px;
	margin-bottom: -20px;
	margin: 0 20px;
	margin: 0 0 0 0;
}

#footer p {
	font-size: 13px;
	margin: 10px 35px 10px 35px;
	}

#footerpages {
	width: 100%;
	text-align: center;
	}
#footerpages p.footertext {
	font-size:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#pagination {
	margin-top: 15px;
	margin-bottom: 0px;
	}
