

/***** CONTAINER STYLES *****/

body {
	background-color: #000;
	margin: 20px 0px 40px 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

#body_wrap {
	text-align: left;
	width: 800px;
	margin: 0px auto;
}

#header {
	background: #003366;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
	padding-bottom: 0px;
}
	
#nav {
	background-color: #003366;
	padding: 0px 20px;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	margin: 2px 0px;
}

#content_top {
	height: 10px;
	background-color: #003366;
	border-bottom: 0px solid #fff;
}

#content_btm {
	height: 10px;
	background: #000000;
	border-top: 1px solid #fff;
}

#content {
	background-color: #003366;
	padding: 10px 40px;
	border-top: 0px solid #003366;
	border-bottom: 0px solid #003366;
}

#home_content {
	background: #003366;
	padding: 10px 40px;
	border-top: 0px solid #333;
	border-bottom: 0px solid #003366;
}

#home_rightside {
	float: right;
	width: 400px;
}

#home_leftside {
	width: 320px;
}

#footer {
	margin-top: 14px;
	text-align: center;
	color: #fff;
}

#whatsnew {
//	border: 1px solid #ccc;
	background-color: #003366;
	padding: 10px;
	margin-bottom: 12px;
}


/***** MISC. TYPOGRAPHY STYLES *****/

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #99FF00;
}


#footer a {
	color: #fff;
	background-color: #000;
	text-decoration: underline;
}

#header a {
	background-color: #00B400;
}

p.cap {
	line-height: 14px;
	margin-top: 15px;
}

p.dates {
	line-height: 14px;
}

h1 {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	color: #fff;
	font-style:italic;
}

h2 {
	margin: 0px;
	font-size: 16px;
	color: #CCFF66;
	font-style: normal;
}

h3 {
	font-size: 14px;
	color: #ffffff;
	padding: 1px;
	font-style: normal;
}