* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: white url(images/blue_body-bk2.png) repeat-x top;
}

#menuwrapper {
	float: none;
	}

.clear { clear: both; }

p, li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

h1 {
	font-size: 3.0em;
	margin-bottom: 0.8em;
}

h2 { font-size: 2.0em; margin-bottom: 0.8em; color:#084a71; }	

h3 { font-size: 2em; font-weight: bold; color: black; margin-bottom: 0.8em; }

h4 { font-size: 1.5em; margin-bottom: 0.8em; color: black; font-weight: bold; }

h5 { font-size: 1.2em; margin-bottom: 0.8em; color: #084a71; }

div#page-wrap {
	width: 835px;
	margin: 16px auto 0px auto;
}

ul#nav {
	width: 800px;
	height: 206px;
	padding-left:125px;
	background: transparent url(images/blue_header-1.jpg) no-repeat scroll left;
	margin: 0;
	list-style: none;
}
	
ul#nav a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #084A71;
	}

ul#nav li {
	color: #084A71;
	display: block;
	text-decoration: none;
	float: left;
	padding-left: 36px;
	margin-top: 184px;
	
		}
		
ul#nav a:hover {
	color: white;
	}

		
div#main-content {
	padding-bottom: 50px;
	margin-top: 15px;
	}
	
	div#main-content div#left-col {
		float: left;
		width: 500px;
		}
		
		div#main-content div#left-col div#video-main {
		width: 448px;
		height: 382px;
		background: url(images/blue_video-bk.png) no-repeat;
		float: left;
		padding-bottom: 15px;
		}
	
		div#main-content div#left-col-full {
		float: left;
		width: 800px;
		}
			
		div#main-content div#left-col-full div#video-main-2 {
		width: 418px; height: 323px;
		background: url(images/blue_video2-bk.png) no-repeat;
		float: left;
		padding-bottom: 15px;
		
		}	
		
		div#main-content div#right-col {
		float: right;
		width: 300px;
		border-top: 8px solid #084a71;
		padding-top: 25px;
		}
		div#main-content div#right-col p {
			font-size: 90%;
			}
			div#main-content div#right-col h2 {
			font-size: 2.0em;
			color: #084a71;
			margin-bottom: 0.8em; 
			}
			div#main-content div#right-col h2 span {
			color: black;
			}
		
		
div#footer {
	background: #c4e9ff;
	color: #084a71;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	border-top: 2px solid #084a71;
	text-align: center;
	}				
	
div#footer a {
	color: black;
	text-decoration: none;
	}
	
div#footer a:hover {
	color: #084A71;
	text-decoration: underline;
	} 	

