/* CSS Document 	margin: 81px 0 30px 0;
	padding: 0 0 0 148px; */

body {
	background-color: #1C66A5;
	background-image: url(nav_images/body_repeat.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	line-height:120%;
	color: #000000;
	}

#layoutwrapper {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding-bottom:30px;
	background-image:url(nav_images/full_repeat.jpg);
	background-repeat:repeat-y;
	}
#left_nav {
	float:left;
	width: 147px;
	height: 436px;
	}
#mainbox {
	float:left;
	width: 691px;
	}
#header {
	height: 76px;
	background-image:url(nav_images/header_right.jpg);
	background-repeat:no-repeat;
	}
	
#content {
/*	background-color: #FFFFFF;
*/	padding: 14px 36px;
	width: 619px;
	min-height: 391px;
	}
	
#content p {
	margin: 0px 20px 8px 0;
	}
	
#content li {
	margin: 0px 20px 10px 0;
	}

#content h2 {
	color:#154B80
	}
	
#content h6 {
	font-size: .85em
	}
	
.photo_right {
	float:right;
	}
	
.photo_left {
	float:left;
	margin-right: 14px;
	}
		
#links {
	padding-right:5px;
}

#left_nav p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.05em;
	padding:0 0 0 28px;
	}

#left_nav ul {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.05em;
	}
#left_nav li {
	margin-bottom:11px;
	list-style-type: none;
}

/* order of link coding must be link, visited, hover to cascade correctly */

#left_nav a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
#left_nav a:visited {
	color:#FFFFFF;
	text-decoration:none
	}
#left_nav a:hover {
	color:#000000;
	}
.required {
	color: #FF0000;
}

#full_footer {
	clear:both;
	background-image:url(nav_images/full_footer.jpg);
	background-repeat:no-repeat;
	width: 840px;
	height: 39px;
	position: relative;
	margin: 0 auto;
	z-index:-1;
	}
