/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }
p {padding: 0px; margin-top: 8px; margin-bottom: 8px}


html, body
{	
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}

/* Background Images */
.background { background-image: url(images/background.jpg); background-repeat: repeat-x;background-position: top left; }
.middleBG { background-image: url(images/middleBG.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: Georgia;
	font-size: 16px;
	color: #636467;
	font-weight: normal;
}

.mainText
{
	font-family: Arial;
	font-size: 12px;
	color: #636467;
	line-height: 18px;
	font-weight: normal;
}

.mainTextNav
{
	font-family: Arial;
	font-size: 12px;
	color: #636467;
	line-height: 18px;
	font-weight: normal;
	text-decoration:none;
}


/* Navigation Styles */
.navOn
{
    padding-right:5px;
    padding-left: 5px;
	font-family: Georgia;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.navOff
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


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

a.logoworksLink
{
	color: #A0A4AB;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	text-decoration: none;
}

a.logoworksLink:hover
{
	color: #A0A4AB;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	text-decoration: none;
}
