/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

a { color: #00B9F1; text-decoration: underline;}

body
{	
    margin: 10px 0px 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #636467;
    background-color: #D4F0FE;
}

h1,h2,h3,h4,h5,h6{ padding:0px; }

h1{font-size:160%;}        

h2{font-size:150%;}        

h3{font-size:140%; font-weight: normal; color: #F7901E;}        

h4{font-size:130%;}        

h5{font-size:120%;}        

h6{font-size:105%; margin: 20px 0px 5px;}    


/* Background Images */
.navBG { background-image: url(images/navBG.jpg); background-repeat: no-repeat; }
.bottom { background-image: url(images/bottom.jpg); background-repeat: no-repeat; background-position: bottom; }

/* Div Table Styles */
.blueBox { padding: 0px 10px; font-size: 14px; color: #FFF; text-align:right; line-height: 20px;}

.mainContent { padding: 1px 25px 10px 50px; }

.rightContent { padding: 0px 20px; font-size: 11px;}
.rightContent ul { margin: 10px 0px 10px 25px; padding: 0px;}

.bottomBorder { border-bottom: 1px solid #000;}
.borderLeft { border-left: 1px solid #000;}

/* Text Styles */


/* Navigation Styles */
.mainNav { padding: 0px 0px 0px 40px; color: #FFF; }
.mainNav a { color: #FFF; text-decoration: none; padding: 0px 10px; }
.mainNav a:hover, .mainNav .selected { color: #00AEEF; }


/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #000;
	padding: 5px 30px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}

.logoworksLink a
{
	padding: 0px 5px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

.disclaimer
{
	width: 445px;
	font-family: Arial; 
	font-size: 9px;
	color: #000;
	padding: 5px 35px 10px 50px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	text-align:left;
}