* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #145281;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	}
	
h1 {font-size: 24px; color:	#97c66c;}
h2 {font-size: 20px; color:	#97c66c;}
h3 {font-size: 16px; color:	#97c66c;}
h4 {font-size: 12px; 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/superMasterBackground_02.jpg) no-repeat top left #103d5e;
	}
	
.nav_top {
	margin-left: 575px; /** placement of contact, home, etc links **/
	}
	
.nav {
	margin: 90px auto 0 auto;
	text-align: center;
	}
	
.content {
	width: 710px;
	margin: auto;
	height: auto;
	}
	
.content p, .content h1, .content h2, .content h3, .content h4, .content ul, .content ol {
	margin-top: 10px;
	}
	
ul {
	display: block;
	margin-left: 30px;
	}
	
ul.right {
	float: right;
	margin: -67px 280px 0 0; 
	}
	
ul {
	list-style-type: none;
	}
	
.left {
	width: 450px;
	}

.box {
	background: url(../images/bg_right_panel.png);
	border: 1px solid #36c;
	width: 220px;
	float: right;
	padding: 10px;
	margin: 20px 0 0 20px;
	font-size: 12px;
	}
	
.box ul {
	list-style-type: disc;
	}
	
.box li {
	margin-bottom:3px;
	}

.box_head {
	margin: auto;
	text-align: center;
	display: none;
	}
	
.box a:link, .box a:visited {
	color: #97c66c;
	text-decoration: underline;
	}
	
.box a:hover, .box a:active {
	color:#598A39;
	text-decoration: underline;
	}
	
.box strong { color: #FFF; }
.box b { color:	#FFF; }

	
.sd {
	clear: both;
	}
	
.footer {
	background: url(../images/bg_footer.jpg) repeat-x top left #103d5e;
	height: 180px;
	margin-top: 10px;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	}
	
.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 {
	color:#598A39;
	text-decoration: underline;
	}