﻿html,
body
{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color: #1e090c;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	cursor: default;
	background-image: url(/images/bg.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
}
#container
{

	width:876px; 
	height:100%; 
	vertical-align:top; 
	text-align:center; 
}
#top
{
	width:100%;
	height:55px;
	margin-top:40px;
	background-image:url(/images/top.png);
	background-repeat:repeat-x;
	vertical-align:top;
}
#nav
{
	padding-top:20px;
	text-align:left;
}
#content
{
	width:100%;
	background-image:url(/images/content_mid.png);
	background-repeat:repeat-y;
	text-align:justify; 
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
}
#contentLeft
{
	vertical-align:top;
	width:575px;
	float:left;
}
#contentRight
{
	vertical-align:top;
	width:260px;
	float:right;
	margin-right:20px;
}
#content li
{
	list-style-image:url("/images/bullet.png");
	list-style-type:square;
	margin-bottom:10px;	
}
#highlight
{
	background-image:url(/images/bg_content_side.png);
	background-repeat: no-repeat;
	padding:10px;
	margin-bottom:20px;
	line-height:125%;
	text-align:left;
}
#highTitle
{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color: #F90;
	text-align:center;
}
#highlight ul
{
	margin-left:15px;
	padding-left:0;
}
#highlight a:link,
#highlight a:visited
{
	/* UPDATE IN FOOTER.ASP and FOOTER_BLANK.ASP */
	color: #ccc;
	text-decoration: none;
}
#highlight a:hover
{
	/* UPDATE IN FOOTER.ASP and FOOTER_BLANK.ASP */
	color: #999;
	text-decoration: underline;
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#fff;
}
h2
{
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color:#fff;
}
em
{
	font-style: normal;
	color: #F60;
	font-weight: bold;
}
a:link,
a:visited
{
	color: #F00;
	text-decoration: none;
}
a:hover
{
	color: #F60;
	text-decoration: underline;
}
hr
{
	color: #CCC;
	background: #ccc;
	height: 1px;
	border: 0px;
}
#footer
{
	/* UPDATE IN FOOTER.ASP and FOOTER_BLANK.ASP */
	padding: 8px 18px 8px 18px;
	text-align: left;
	font-size: 10px;
	color: #CCC;
	/*filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;*/
}
#footer a:link,
#footer a:visited
{
	/* UPDATE IN FOOTER.ASP and FOOTER_BLANK.ASP */
	color: #F00;
	text-decoration: none;
}
#footer a:hover
{
	/* UPDATE IN FOOTER.ASP and FOOTER_BLANK.ASP */
	color: #F60;
	text-decoration: underline;
}
.formText
{
	color:#FC0;	
}
.warningMsg
{
	color: #F00;
	font-size: 11px;
	font-weight: bold;
}
.warningMsgRed
{
    color: #DD0000;
    font-weight: bold;
}
.titleText
{
    font-size: 12px;
    font-weight: bold;
}

