body {
	margin: 0;
	padding: 0;
	background: #003366;
	}
img, fieldset {
	border: none;
}
body, div, td, p, li, input, a {
	font: 11px/17px Trebuchet MS, Arial, sanserif;
	color: #666666;
	}
h3 {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #336699;
	}
h3:before {
	content: "[ ";
	}
h3:after {
	content: " ]";
	}
#header {
	/*height: 120px;*/
	height: 145px;
	background: url(/images/hdr_bkg.png) repeat-x #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	}
#logo {
	margin-top: 30px;
	text-align: center;
	}
#top_nav {
	/*margin-top: 80px;*/
	text-align: center;
	border-top: 1px solid #CCCCCC;
	}
#top_nav ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	}
#top_nav ul li {
	display: inline;
	margin: 4px;
	}
#top_nav ul li:hover {
	background: #DDDDDD;
	}
#top_nav ul li:first-child {
	margin-left: 0;
	}
#top_nav ul li:last-child {
	margin-right: 0;
	}
	
#top_nav ul li a, 
#top_nav ul li a:link, 
#top_nav ul li a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #336699;
	}
#body {
	background: #FFFFFF;
	display: block;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}
#main_body_content {
	margin: 30px 0;
	}
#main_body_content p,
#main_body_content li {
	line-height: 2em;
	}
#main_body_content h1 {
	border-bottom: 1px solid #CCCCCC;
	margin: 7px 0;
	padding: 12px 0;
	color: #003366;
	}
#footer {
	background: url(/images/ftr_bkg.png) repeat-x;
	border-top: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	}

#footer .left_col {
	text-align: right;
	width: 160px;
	margin-right: 30px;
	}
#footer .left_col,
#footer .left_col a:link,
#footer .left_col a:visited {
	font-size: .9em;
	line-height: 1.1em;
	color: #FFFFFF;
	}
.page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
.left_col {
	width: 180px;
	float: left;
	margin: 10px;
	padding: 0;
	}
.ctr_col {
	width: 575px;
	float: right;
	margin: 0 15px 0 10px;
	padding: 0;
	}
.two_col {
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
	}
.socialmediabox {
	float: right;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border: 1px #dddddd solid;
	}
.twitter {
	margin: 20px 0;
	padding: 0;
	}
.twitter .stream,
.twitter .stream a.date:link,
.twitter .stream a.date:visited {
	font-size: 1em;
	line-height: 1.3em;
	color: #FFFFFF;
	}
.twitter .icon {
	width: 40px;
	float:left;
	}

.clear {
	clear: both;
	}