@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	background: #000066;
	/*font-weight: lighter;*/
}

ul, li, h1, h2, h3, p
{
	padding: 0;
	margin: 0;
	
}

ul
{
	padding-top: 20px;
}

li
{
	list-style: none;
	color: #ffffff;
}

p
{
	color: #ffffff;
}

h1
{
	font-size: 170%;
	color: #ffffff;
	margin-left: 50px;
	padding-top: 35px;
}

img
{
	border: none;
}

a, strong, b 
{ /* Straightens out OS X font rendering */
  line-height: 19px;
  color: #ffffff;
}

#outer
{
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	margin-top: 50px;
}

#inner
{
	text-align: left;
}

#topcontent
{
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	background: url('../images/contentbgfill.jpg') top left repeat-x;
	height: 240px;
	*margin-top: -3px;
}

#rightcolcontent
{
	width: 430px;
	_width: 420px;
	float: right;
	margin-right: 50px;
	_margin-right: 20px;
}

#leftcolcontent
{
	width: 430px;
	_width: 420px;
	float: left;
	margin-left: 50px;
	_margin-left: 25px;
}

#midcontent
{
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	height: 160px;
}

#formcontent
{
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
}

#formcontent p
{
	padding: 10px;
}

#rightcolmidcontent
{
	width: 250px;
	float: right;
	margin-right: 200px;
	_margin-right: 100px;
	text-align: center;
}

#rightcolmidcontent a
{
	text-decoration: none;
}

#rightcolmidcontent a:hover
{
	text-decoration: underline;
}

#leftcolmidcontent
{
	width: 250px;
	float: left;
	margin-left: 200px;
	_margin-left: 100px;
	text-align: center;
}

#featurecontent
{
	text-align: center;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
}

#featurefill
{
	background: url('../images/contentbgfill.jpg') top left repeat-x;
	width: 895px;
	margin: 0 auto;
	height: 58px;
	*margin-top: -3px;
}

#botcontent
{
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	height: 120px;
	margin-top: -45px;
	_margin-top: -48px;
}

#rightcolbotcontent
{
	width: 430px;
	float: right;
	margin-right: 30px;
}

#leftcolbotcontent
{
	width: 430px;
	float: left;
	margin-left: 70px;
	_margin-left: 40px;
}

#underfooter
{
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	font-size: 110%;
}

#underfooterinner
{
	text-align: center;
	padding: 10px;
}

#underfooterinner a
{
	text-decoration: none;
}

#underfooterinner a:hover
{
	text-decoration: underline;
}


