/* CSS Document */

a:hover
{
	text-decoration:underline;
}

.body
{
	margin:0; 
	padding:0;
	background-color:#FFFFFF;
}

.noRepeat
{
	background-repeat:no-repeat;	
}

.leftNav
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

a:hover.leftNav
{
	color: #EDD000;
	text-decoration: none;
}

.leftNavHeader
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #869BC9;
	font-weight: bold;
	padding: 5px 19px;
	text-decoration: none;
}

.loginNav
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0px;
	text-decoration: none;
}

a:hover.loginNav
{
	color: #EDD000;
	text-decoration: none;
}

.mainHeader
{
	font-family: verdana, arial;
	font-size: 14px;
	color: #0B4499;
	font-weight: bold;
	margin: 10px 25px;
}

.mainText
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: normal;
	margin: 10px 25px;
}

.mainTextLink
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #0B4499;
	font-weight: bold;
	text-decoration: none;
}

.mainSubTextBold
{
	font-family: verdana, arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}

.mainSubText
{
	font-family: verdana, arial;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 10px 0;
}

.mainSubTextLink
{
	font-family: verdana, arial;
	font-size: 13px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

.newsHeader
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	margin: 5px 15px;
}

.newsDate
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #4D4D4D;
	font-weight: bold;
	margin: 0px 15px;
}

.newsText
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #4D4D4D;
	font-weight: normal;
	margin: 0px 15px;
}

.newsLink
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #0B4499;
	font-weight: normal;
	padding: 0px 7px;
	text-decoration: none;
}

.copyright
{
	font-family: verdana, arial;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	margin: 0px 15px;
	text-align: center;
}

.subCopyright
{
	font-family: verdana, arial;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	margin: 10px 0;
	text-align: left;
}

.subCopyrightLink
{
	font-family: verdana, arial;
	font-size: 9px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

/* dynamic menus  */
#centerwrap {
	width: 804px;
	margin: 30px auto;
	position: relative;
	text-align: left;
}

.menuContainer
{ 
	background-color: #CCCCCC;
	display: block;
	font-size: 11px;
    color: #000000;
    font-family: verdana, arial;
	text-decoration: none;
	z-index: 0;
	position: relative;
}

.menuContainer a:hover
{ 
	background-color: #CCCCCC;
	display: block;
	font-size: 11px;
    color: #0000FF;
    font-family: verdana, arial;
	text-decoration: none;
}

.menu 
{ 
	background-color: #CCCCCC;
	display: block;
	font-size: 11px;
    color: #000000;
    font-family: verdana, arial;
	text-decoration: none;
	padding: 2px 5px;
	z-index: 0;
	position: relative;
}

.menu a:hover
{
	background-color: #CCCCCC;
	display: block;
	font-size: 11px;
    color: #c1c1c1;
    font-family: verdana, arial;
	text-decoration: none;
	padding: 2px 5px;
}



/* Logoworks link back */
.logoworks
{
	font-family: verdana, arial;
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align:center;
}

.logoworksLink
{
	font-family: verdana, arial;
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}