/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FCFCFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#website_bg_container
{
	margin: auto auto;
	width: 1018px;
	/* height: 700px; */
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#website_container
{
	margin: auto 30px;
	width: 958px;
	/* background-color: #FEFEFE; */
	background-color: #FFFFCC;
}

#header
{
	width: 938px;
	margin: 0px;
	height: 150px;
	padding: 10px;
	background-color: #000066;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#headerfade
{
	background-image: url(../images/headerfade.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 958px;
}

#nav
{
	width: 180px;
	float: right;
	border-left: 1px solid #CCCCCC;
	margin: 25px 0px;
	padding: 10px;
	line-height: 1.5em;
}

#nav ul.nobullet
{
	list-style-type: none;
	color: #FF9933;
	font-weight: bold;
}

#nav ul.indent
{
	margin-left: 20px;
	list-style-type: none;
	color: #000000;
	font-weight: normal;
	font-size: 90%;
}

#nav a
{
	color: #0000FF;
	text-decoration: none;
}

#nav a:hover {text-decoration: underline}

#content
{
	line-height: 1.5em;
	margin: 0px;
	margin-right: 200px;
	padding: 10px;
	text-align: justify;
}

#content h1, h2
{
	font-weight: normal;
	color: #FF9933;
	font-size: 24pt;
	margin: 0.5em 0px 1em 0px;
}

#content h2
{
	font-size: 18pt;
	margin-bottom: 0.5em;
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content a
{
	color: #0000FF;
	text-decoration: none;
}

#content a:hover {text-decoration: underline}

#ads
{
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}


#footer
{
	clear: both;
	width: 938px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	background-color: #000033;
	padding: 10px;
}

#footer a
{
	color: #FF9933;
	text-decoration: none;
}

#footer a:hover {text-decoration: underline}
