/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

body
{	
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #002D62;
    background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6{ padding:0px; }   

h1{font-size:275%; font-weight: normal; margin-top:0px;}        

h2{font-size:160%;}        

h3{font-size:150%; color: #FFFFFF; margin: 0px 0px;}        

h4{font-size:130%;}        

h5{font-size:120%;}        

h6{font-size:110%;}    


/* Background Images */
.leftNavTop { background-image: url(images/leftNavTop.jpg); background-repeat: no-repeat; }
.leftNavMain { background-image: url(images/leftNavMain.jpg); background-repeat: repeat-y; }
.rightMain { background-image: url(images/rightMain.jpg); background-repeat: repeat-y; }
.rightTop { background-image: url(images/rightTop.jpg); background-repeat: no-repeat; color:#FFFFFF }

/* Div Styles */
.leftContent 
{
	padding: 10px 20px 15px 20px;
	font-size: 12px;
	font-weight: bold;
}


/* Text Styles */
.titleText
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.homeText
{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

.subText
{
	padding: 30px 50px 20px 50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.rightTitle
{
	font-family: Arial;
	font-size: 12px;
	color: #00AEEF;
	font-weight: bold;
}

.rightText
{
	padding: 10px 10px;
	font-family: Arial;
	font-size: 12px;
	color: #002D62;
	font-weight: bold;
	text-align: left;
	width: 116px;
}

.mainTextNav
{
	font-family: Arial;
    font-size: 12px;
    color: #002D62;
	text-decoration: none;
}


/* Navigation Styles */
.mainNav
{
	background-image: url(images/navBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px solid White;
}

.last {	border: 0px; }

.mainNav a:hover, .mainNav a.selected
{
	font-family: Arial;
	font-size: 12px;
	color: #FBB040;
	font-weight: bold;
	text-decoration: none;
}

.mainNav a
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.subNav
{
	position:fixed;
	visibility:hidden;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
}

.subNav a
{
	padding: 10px 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.subNav td:hover, .subNav a:hover, .subNav a:selected 
{
	color: #002D62;
	text-decoration: none;
	font-weight: bold;
	background-color: #FCB040;
}

.tdhover { background-color: #FCB040; }
.tdhoveroff { }


.leftNavMain a { color: #FFF; text-decoration: none; line-height: 18px; font-weight: bold; }
.leftNavMain a:hover, .leftNavMain .subSelected { color: #002D62; }

/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #999999;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.logoworksLink
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}

a.logoworksLink:hover
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}
