/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }
strong { color: #74858F ; font-size: 115%;}

a { color: #002D62; text-decoration: underline;}

body
{	
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #002D62;
    background-color: #DED7C5;
}

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

h1{font-size:160%;}        

h2{font-size:150%;}        

h3{font-size:140%;}        

h4{font-size:130%;}        

h5{font-size:120%;}        

h6{font-size:110%; margin-bottom: 10px; margin-top: 0px;}    


/* Background Images */
.homePic { background-image: url(images/homePic.jpg); background-repeat: no-repeat; position: absolute; margin-top: -140px; margin-left: -127px; width: 460px; z-index: 1; }
.leftNav { background-image: url(images/leftNav.jpg); background-repeat: no-repeat; background-position:top left; }
.bottomLeft { background-image: url(images/bottomLeft.jpg); background-repeat: no-repeat; background-position:top left; }
.picBG { background-image: url(images/picBG.jpg); background-repeat: no-repeat; background-position:center; }

/* Div Table Styles */
.mainContent { padding: 10px 10px; position: absolute; width: 311px; }

.subContent { position: absolute; margin-top: -140px; margin-left: -127px; width: 460px; z-index: 1; background-color: #DED7C5; padding: 15px; border: 1px solid #002D62; }

.leftNav p { padding: 0px; margin: 0px;}

/* Text Styles */
.titleText
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.mainText
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: normal;
}

.mainTextNav
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Navigation Styles */
.leftNav a
{ 
	padding-left: 34px;
	color: #002D62;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
}

.leftNav a:hover, .leftNav .selected
{ 
	padding-left: 34px;
	color: #FFF;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
}

.topNav a
{ 
	padding: 0px 6px;
	color: #002D62;
	font-size: 10px;
	line-height: 25px;
	text-decoration: none;
}

/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #455560;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

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