/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	top: auto;
	font-weight: normal;
}
body {
	margin: 5px 0 0 0;
}

a           
{
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}
a:hover { text-decoration: underline; } 

.green { background: #06B9A6; }
#navBG { background: url(images/images/navBG.jpg) no-repeat bottom right; }
#subNavBG { background: url(images/images/subNavBG.jpg) top no-repeat #04A293; }

#topNav
{
	font-size: 10px;
	color: #1077B2;
	font-weight: bold;
	margin: 0px 0 0px 0;
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	font-size: 10px;
	color: #1077B2;
	font-weight: bold;
	padding: 0px 6px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #00A890;
	text-decoration: none;
}

#subNav
{
	margin: 25px 10px;
	text-align: left;
	line-height: 18px;
}
#subNav a
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 0px 10px;
	text-decoration: none;
}
#subNav a:hover, #subNav a.selected
{
	color: #06B9A6;
	text-decoration: none;
}

h1
{
	font-size: 18px;	
	font-weight: normal;
	margin: 40px 80px 10px;
	text-align: left;
}
h2,h3,h4
{
	font-size: 13px;	
	font-weight: normal;
	text-align: left;
}

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

#copyright
{
	font-weight: normal;
	color: #D0D1D3;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}



/* 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;
}
