/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	margin: 0px;
	padding: 0px;
	background-color: #C1BAB6;
	background-attachment: fixed;
	background-image: url(bg_grad.jpg);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #663300;
	text-align: left;
	line-height: 17px;
}
h1 {
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 170%;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
}
.subTitle1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	color: #993300;
	font-weight: bold;
	line-height: normal;
}
.subTitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	color: #993300;
	font-weight: bold;
	line-height: normal;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.boldRed {
	font-weight: bold;
	color: #993300;
}
.seo {
	font-size: 11px;
	color: #666666;
}
.eleven {
	font-size: 11px;
}
/* Sidebar Navigation */
#navcontainer {
	width: 150px;
	color: #FFFFFF;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#navcontainer a
{
display: block;
padding: 5px 5px 5px 15px;
width: 130px;
background-color: #666666;
border-bottom: 1px solid #CCCCCC;
}

#navcontainer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#navcontainer a:visited
{
	color: #fff;
	text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #333333;
	color: #fff;
}
.active {
	background-color: #333333;
	padding: 5px 5px 5px 15px;
	display: block;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	font-weight: bold;
	line-height: normal;
}

.floatLeft {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
}
