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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(images/bkrd-blu.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: left;
}


body th,td, p {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999;
	text-align: left;
	margin-top: 0px;
}

ul, li {
	color: #b3b4b4;
}
h1 {
	color: #064d85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	}
	
h2 {
	color: #064d85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	}
	
h3 {
	color: #064d85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	}

h4 {
	color: #064d85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	}

h5 {
	color: #064d85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	}
	
h6 {
	color: #064d85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	}


a:link {
	color: #b1d0ff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #b1d0ff;
	font-weight: bold;
}

a:hover {
	color: #999;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #b1d0ff;
	font-weight: bold;
}

/* Styles**************************************/

.greyborder {
	border-bottom: 1px solid #999;
}

.webdesignby {
	font-size: 10px;
	font-weight: bold;
}

.blue-dashed {
	border-top: 2px dashed #b4cbe1;
}


.blue-pic-border {
	border: 3px solid #b1d0ff;
}

/* Styles END**************************************/


/*Left Nav Start*/


#vertmenu {
	float: left;
	width: 200px;
	height: auto;
	padding-left: 8px;
	padding-top: 8px;
	text-align: left;
	}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#vertmenu ul li a {
	font-size: 14px;
	display: block;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 10px;
	text-decoration: none;
	color: #0a4d81;
	width:180px;
	}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #999;
	}

/*Left Nav End*/


/* TOP NAVIGATION STYLES **************************************/

#topnavbg {
	width:100%;
	height:45px;
	background-image: url(images/topnav.png);
	background-repeat: repeat;
}


	#topnavarea {
		width:670px;
		height: 45px;
		margin: auto;	
	}
	
		.topnavlink {
			height:45px;
			line-height:45px;
			float: left;
			margin:auto;
		}	
		
			
			.topnavlink a {
				margin:0px;
				font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
				font-size:16px;
				font-weight: bold;
				font-style: normal;
				color: #FFF;
				text-decoration:none;
				display:block;
				padding-left:16px;
				padding-right:16px;
			}
			
			.topnavlink a:hover {				
				color: #FFF;
				background-color: #064d85;
			}
			

/* TOP NAV STYLES END **************************************/
	



/* Website Container **************************************/

div#website_container {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	
}

div#header-container {
	width: 995px;
	height: 400px;
	float: left;
	margin-top: 0px;
	background-image:url(images/top-banner.jpg);
	background-repeat: no-repeat;
}

div#logo {
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 10px;
}


div#toplinks-container {
	width: 740px;
	height: 45px;
	float: right;
	margin-top: 35px;
	margin-right: 10px;

}


div#body-area {
	width: 995px;
	float: left;
	height:auto;
	margin-top: 15px;
}

div#leftnav {
	width: 200px;
	float: left;
	height:250px;
	margin-right: 20px;
	background-image:url(images/left-nav.jpg);
	background-repeat:no-repeat;
}

div#right-content {
	width: 770px;
	float: right;
	height: auto;
}

div#border-top-footer {
	width: 100%;
	border-top: 1px solid #b3b4b4;
	padding-top: 5px;
	float: left;
	}
	
	
div#footer {
	width: 100%;
	height: auto;
	text-align: center;
	float:left;
}

div#footer p{
	text-align: center;
	font-size:12px;
			
}

div#footer a {
	color: #999;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
	
/* Website Container END**************************************/
