/* --- Body --- */
body{
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
	background: url(../images/bg_fade.jpg) top left repeat-x;
	background-color:#787878;
	margin-top:0px;
	margin: auto;
}

td{
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
}
a{
	color:#B22A1C;
}


/* --- Main Content Area. Center in window --- */

#mainContent{
	width:819px;
	text-align:center;
	margin: auto;
	
}

/* --- Template Content. Align left since it gets aligned center due to our other style settings. --- */

#templateContent{
	text-align:left;
	
}
.pageTitles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#B22A1C;

}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#B22A1C;
	font-weight:normal;

}
h3 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#B22A1C;
	font-weight:normal;

}

/* --- Whats New section in middle of page. To allow the bg fade to stay put and not repeat.  --- */
#whatsNew{
	background: url(../images/whats_new_02.gif) top left repeat-x;
}
#latestNews td a{
	font-size:11px;
	color:#000000;
}


/* --- Quick Links at the bottom. To allow the bg fade to stay put and not repeat.  --- */
#quickLinksBottom{
	background: url(../images/quick_links_bottom_03.gif) top left repeat-x;
}
.quickLinksBottomLinks{
	font-size:11px;
	color:#FFFFFF;
}
.quickLinksBottomLinks a{
	font-size:11px;
	color:#FFFFFF;
}

.copyrightLine {
	font-size: 10px;
	color: #FFFFFF;
}

.disclaimer {
	font-size: 10px;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 400px;
	height: 300px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 400px;
	height: 300px;
}

p
{
	text-align: center;
}
