/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

html, body
{	
    margin: 25px;
    padding: 0px;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}

/* Background Images */
.homeBG { background-image: url(images/homeBG.jpg); background-repeat: no-repeat; }
.bottomBG { background-image: url(images/bottomBG.jpg); background-repeat: no-repeat; background-position:center; }
.submiddleBG { background-image: url(images/submiddleBG.jpg); background-repeat: no-repeat; background-position:center; }
.picBG { background-image: url(images/picBG.jpg); background-repeat: no-repeat; background-position:center; }


/* Text Styles */
.titleText
{
	font-family: Verdana;
	font-size: 20px;
	color: #0086B9;
	font-weight: normal;
}

.homeText
{
	padding-top: 20px;
	font-family: Georgia;
	font-size: 11px;
	color: #86888B;
	text-align:center;
	font-weight: normal;
}

.mainText
{
	padding: 15px 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #4D4D4D;
	text-align:left;
	font-weight: normal;
}

.mainTextNav
{
	font-family: Verdana;
	font-size: 10px;
	color: #4D4D4D;
	text-align:left;
	font-weight: normal;
}


/* Navigation Styles */
.navOn
{
	padding-left: 6px;
	padding-right: 6px;
	text-align:center;
	font-family: Georgia;
	font-size: 11px;
	color: #9D3393;
	font-weight: normal;
	text-decoration: none;
}

.navOff
{
	padding-left: 6px;
	padding-right: 6px;
	text-align:center;
	font-family: Georgia;
	font-size: 11px;
	color: #86888B;
	font-weight: normal;
	text-decoration: none;
}

.subNavOn
{
	padding-left: 6px;
	padding-right: 6px;
	text-align:center;
	font-family: Georgia;
	font-size: 10px;
	color: #00A5D9;
	font-weight: normal;
	text-decoration: none;
}

.subNavOff
{
	padding-left: 6px;
	padding-right: 6px;
	text-align:center;
	font-family: Georgia;
	font-size: 10px;
	color: #86888B;
	font-weight: normal;
	text-decoration: none;
}

.bottomNav
{
	padding-left: 10px;
	padding-right: 10px;
	text-align:right;
	font-family: Verdana;
	font-size: 8px;
	color: #86888B;
	font-weight: normal;
	text-decoration: none;
}


/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #999999;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a.logoworksLink
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	text-decoration: none;
}

a.logoworksLink:hover
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	text-decoration: none;
}