/* CSS Document */

/* Global Styles */
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #525759;
	background-color: #000000;
}

a           
{
    text-decoration: underline;
    color: #5A7684;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.white { background: #FFFFFF; }
.grey { background: #818181; }
.baseLeft { background: url(images/baseLeftBG.gif) repeat-x top; }
.base { background: url(images/baseBG.gif) no-repeat top left; }
.logoRight { background: url(images/logoRightBG.gif) repeat-x bottom left #FFFFFF; }

#topNav a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #5A7684;
	font-weight: normal;
	padding: 0px 15px;
	text-decoration: none;
}

#topNav a:hover, #topNav a.active
{
	color: #FFFFFF;
}

.titleText
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 10px 40px;
	text-align: left;
}

#copyright
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	margin: 0 40px;
	color: #969696;
	text-align: left;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.standout
{
	display:block;
	padding:8px 10px;
	color:#fff;
	background:#333;
	width:100%;
	margin:0 0 12px 0;
}
.standout a
{
	color:#ffc;
}
.standout a:hover
{
	color:#cff;
}
.standout h2
{
	display:block;
	font-size:11pt;
	color:#ff6;
	margin:0 0 5px 0;
	font-weight:bold;
}
.standout ul
{
	display:block;
	margin:3px 0;
}