/* CSS Document */

/* Global Styles */
html, body
{
    margin: 15px 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4A4A4A;
	background-color: #F2F1DF;
}

a           
{
    text-decoration: none;
    color: #BF311A;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.wht { background: #FFFFFF; }
.tanBarSide { background: #E0E0BA; }
.tanBarMid { background: #ECEED8; }
.tanText { background: #E7E7CF; }
.shdwLeft { background: url(images/shdwLeft.jpg) repeat-y; }
.shdwRight { background: url(images/shdwRight.jpg) repeat-y; }
.shdwTanTop { background: url(images/shdwTanTop.jpg) bottom repeat-x; }
.blueBarBG { background: url(images/blueBarBG.jpg) repeat-x; }
.navBG { background: url(images/navBG.jpg) repeat-x; }
.shdwBlueBot { background: url(images/shdwBlueBot.jpg) top repeat-x; }
.subShdwLeft { background: url(images/subShdwLeft.jpg) repeat-y; }
.subShdwRight { background: url(images/subShdwRight.jpg) repeat-y; }
.subNavBG { background: url(images/subNavBG.jpg) repeat-x; }
.subHeaderBG { background: url(images/subHeaderBG.jpg) no-repeat top left; height: 166px; width:729px; }

#topNav
{
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
}
#topNav a
{
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px;
}
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

#bottomNav
{
	font-size: 8px;
	color: #8C8C8B;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin: 10px;
}
#bottomNav a
{
	font-size: 8px;
	color: #8C8C8B;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 5px;
}
#bottomNav a:hover
{
	color: #8C8C8B;
	text-decoration: underline;
}
.homeLeftText
{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	margin: 10px 25px;
	text-align: left;
	line-height: 18px;
}

.mainText
{
	font-weight: normal;
	margin: 10px 15px;
	text-align: left;
	line-height: 17px;
}

#subTitle
{
	font-weight: normal;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 80px;
	color: #C96456;
	font-variant: small-caps;
	margin: 95px 5px 5px 318px;
	text-align: left;
	line-height: 17px;
}

#copyright
{
	font-weight: normal;
	color: #8C8C8C;
	font-size: 8px;
	margin: 10px 20px;
	text-align: left;
}

/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}