* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #145281;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	}
	
h1 {font-size: 26px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 24px;}

h1, h2, h3, h4, h5 {
	line-height: normal;
	color:	#97c66c;
	}

strong { color:	#97c66c; }
b { color:	#97c66c; }
	
.container {
	width: 1000px;
	background: #145281;
	margin: auto;
	border: 1px solid #369;
	height: auto;
	}
	
.top {
	background: url(../images/intHeaderBG.jpg) no-repeat top left;
	height: 300px;
	}
	
.nav_top {
	margin-left: 575px;			/** placement of top nav **/
	}
	
.nav {
	margin: 90px auto 0 auto;
	text-align: center;
	}

.content_wrapper {
	background: url(../images/bg_content.jpg) repeat-x top left #0F4064;
	}
	
.it {
	width: 700px;
	padding: 10px 0 0 0;
	margin: auto;
	line-height: 18px;
	}
	
.it p, .it h1, .it h2, .it h3, .it h4, .it ul, .it ol {
	margin-top: 20px;
	}
	
.it img {
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: #369 1px solid;
	background: none;
	}
	
.it ul {
	margin-left: 20px;
	}
	
.it table {
	margin-top: 20px;
	}	
	
.it th {
	background: #97c66c;
	height: 30px;
	line-height: 30px;
	color: #145281;
	}
	
.it td {
	border-top: 1px solid #369;
	background: #124972;
	margin-top: 10px;
	padding: 2px;
	height: 80px;
	}
	
.side {
	background: #124972;
	float: right;
	width: 180px;
	border: #369 1px solid;
	margin: 20px 0 20px 20px;
	line-height: 20px;
	padding: 10px;
	}

.it a, .side a {
	color: #97c66c;
	text-decoration: underline;
	} 

.it a:hover, .it a:active, .side a:hover, .side a:active {
	color: #fff;
	text-decoration: underline;
	} 
	
input {
	background: #124972;
	border: #369 1px solid;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	}
	
input#submit {
	padding: 0;
	margin: 0;
	background: url(../images/button_submit.gif) no-repeat top left;
	width: 128px;
	height: 38px;
	border: none;
	}
	
.side ul {
	margin-left: 5px;
	list-style-type: none;
	}
	
.side li {
	margin-top: 10px;
	background: url(../images/bullet_01.png) no-repeat 0 6px;
	padding: 0 0 0 10px;
	}
	
.side h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 10px auto 10px auto;
	text-align: center;
	}
	
.side img { padding:0; margin:0; }
	
.left {
	background: #124972;
	float: left;
	width: 180px;
	border: #369 1px solid;
	margin: 20px 20px 20px 0;
	line-height: 20px;
	padding: 10px;
	}	

.content {
	float: left;
	clear: none;
	width: 460px;
	}
	
.testimonial {
	font-style: italic;
	margin: 0 10px;
	font-size: 11px;
	background: url(../images/bg_quotes.gif) bottom right no-repeat;
	}
	
.testimonial2 {
	font-style: italic;
	margin: 10px 0 0 70px;
	font-size: 12px;
	background: url(../images/bg_quotes2.gif) bottom right no-repeat;
	border-left: 5px solid #416d8e;
	padding: 0 0 0 15px;
	}
	
p.author {
	clear: both;
	font-size: 11px;
	margin: auto auto 20px 10px;
	text-align: right;
	}
	
p.author2 {
	font-size: 11px;
	margin: 10px 0 0 70px;
	text-align: right;
	}
	
h3.footnote {
	font-size: 11px;
	}
	
p.footnote {
	font-size: 9px;
	}
	
.sd {
	clear: both;
	background: none;
	}	

.footer {
	background: url(../images/bg_footer.jpg) repeat-x top left #103d5e;
	border-top:4px solid #fff;
	height: 180px;
	margin-top: 10px;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	clear: both;
	}
	
.footer_text {
	font-size: 11px;
	}
	
.footer a:link, .footer a:visited {
	color: #97c66c;
	font-weight: bold;
	text-decoration: underline;
	}
	
.footer a:hover, .footer a:active {
	text-decoration: underline;
	}
	