/* Universal Styles */

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

html, body
{	
    margin: 0px;
    padding: 0px;
    font-family: Georgia;
    font-size: 12px;
    color: #000000;
    background-color: #E8A715;
    background-image: url(images/background.jpg); background-position: top left; background-repeat: repeat-x;
}

/* Background Images */
.popupBG { background-image: url(images/popupBG.png); background-repeat: no-repeat; }
.sub1BG { background-image: url(images/sub1BG.jpg); background-repeat: no-repeat; }

/* Text Styles */
.rightText
{
	font-family: Georgia;
	font-size: 11px;
	color: #58595B;
	font-weight: normal;
	text-decoration: none;
}

.bottomText
{
	font-family: Georgia;
	font-size: 11px;
	color: #58595B;
	font-weight: normal;
}

.popupText
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.mainText
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: normal;
}

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


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

.navOff
{
	padding-left: 5px;
        padding-right: 5px;
	font-family: Georgia;
	font-size: 12px;
	color: #58595B;
	font-weight: normal;
	text-decoration: none;
}


/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Georgia; 
	font-size: 9px;
	color: #58595B;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

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

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