/* CSS Document */

/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
	background: url(images/mainBG.jpg) repeat-x #063869;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #011132;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.boxTop { background: url(images/topBG.jpg) #2B5680 repeat-x top; }
.boxLeft { background: url(images/leftBG.jpg) #2B5680 repeat-y left; }
.boxRight { background: url(images/rightBG.jpg) #2B5680 repeat-y right; }
.boxBot { background: url(images/botBG.jpg) #2B5680 repeat-x bottom; }
.blueBG { background: #2B5680; }

.topRightNav
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #8AA1B8;
	font-weight: normal;
	padding: 17px 9px 5px;
	text-decoration: none;
	text-align: right;
}

.topNav
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #92D0FE;
	font-weight: normal;
	padding: 10px 7px 3px;
	text-decoration: none;
	text-align: right;
}

.topNav a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.titleText
{
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	font-size: 13px;
}

.mainText
{
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}

.mainTextDrk
{
	color: #011132;
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}

.copyright
{
	color: #B2C1D0;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0px;
	text-align: right;
}

.bottomNav
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0 12px;
	text-align: right;
}

/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #B2C1D0;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #B2C1D0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}