* { padding: 0; margin: 0; }
body{
	background-color: #508FB7;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #004F84;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 120%;
	font-weight: normal;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94B57D;
	margin-bottom: 14px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94B57D;
	margin-bottom: 14px;
	}
	
h3 {
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
	color: #004F84;
	}

/*------ MAKES FIT TO BROWSER ------*/

html, body {
	height: 100%;}
	
* html #main #content{
	height:100%
}

form, input, textarea, select {margin: 0; padding: 3px;}
img {border: none;}

#main {
	margin: 0px auto 0px auto;
	width: 958px;
}
#logo {
	position: relative;
	left: 0;
	top: 0;
	width: 191px;
	height: 153px;
	background-color: transparent;
	background-image: url(images/top_logo.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	z-index: 10000;
	overflow: visible;
	visibility: visible;
	display: block;

	}	
		
#left {width: 166px; float: left; margin-top: 0px;}

#right {
width: 729px; 
float: left;
height: 100%;}

#header {
	width: 703px;
	height: 94px;
	background-color: transparent;
	margin: 0px 13px 10px 13px;
	z-index: 100;
}
.header_fade {
	width: 703px;
	height: 194px;
	background-color: #003366;
	margin: 15px 13px 10px 0px;
	padding: 0px;
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	overflow: hidden;
}

#headerTop {height: 91px;}
	
	
#breadcrumbs_tble {
	height: 20px;
	margin: 0px 13px 0px 0px;
	background-color: #669966;
	width: 688px;
	padding: 6px 5px 3px 10px;
	color: #CCCCCC;
	font-size: 9px;
	text-transform: uppercase;
}
	#breadcrumbs_tble a:link {color: #324B32; text-decoration: underline;}
	#breadcrumbs_tble a:hover {color: #ffffff; text-decoration: none;}

#content {
	width: 663px;
	height: auto;
	background-color: #ffffff;
	padding: 20px 20px 10px 20px;
	margin: 0px 13px 0px 0px;
}

p {
	margin-top: 10px;
}

.image_border {
	border: solid 1px #BDD2BD;
}

.text {
			width: 100%;
			margin-bottom: 20px;
			line-height: 140%;
		}
.text ul li
{
	list-style-type: disc;
	padding-left: 5px;
	margin-top: 3px;
	margin-left: 25px;
}

	a:link {color: #669966; text-decoration: underline;}
	a:hover {color: #669966; text-decoration: none;}

#footer {
	position: relative;
	float: right;
	height: 27px;
	background-color: #ffffff;
	color: #999999;
	width: 695px;
	padding: 8px 3px 0px 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
}
	#footer a:link {color: #508fb7; text-decoration: underline;}
	#footer a:hover {color: #508fb7; text-decoration: none;}
	
	
