a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}


a:hover {color: #CCCCCC;
	text-decoration: underline;}
a:active {
	color: #33ccff;
}
#navcontainer
{
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999966;
	padding-left: 35px;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	border: none;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0;
}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	background-color: #FFFFFF;
}

#intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

#sidenav {
	width: 170px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: 400;
	border: thin solid #746B62;
	background-color: #9A9A68;
	margin-right: 10px;
	padding: 5px;
}
#content {
	clear: both;
	float: right;
	margin-left: 0px;
	padding-left: 5px;
	width: 555px;
}


#navcontainer A
{
	color: #daa520;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	background-color: #746b62;
}

#navcontainer A:hover, #navcontainer A:active {
	background-color: #CCCCCC;
	color: #191970;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
	position: relative;
	z-index: 102;
	font-weight: bold;
	background-color: #946b62;
}




#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}


#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, .subnav A:active { color: #444; }


#subnav A.active:link, .subnav A.active:visited { color: #444; }
#subnav BR, .navcontainer BR { clear: both; }
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(images/gradient.gif);
	font-family: "Trebuchet MS";
	margin-left: 5px;
	background-repeat: repeat;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #999966;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.oneColFixCtrHdr #header {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #A89E3C;
	padding-top: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer {
	background-color: #9A9A68;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColFixCtrHdr #mainContent #table a {
	font-family: "Trebuchet MS";
	font-size: 20px;
	clear: none;
	margin-left: 200px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	clear: both;
	float: right;
}
.style2 {
	font-family: "Trebuchet MS";
}
#subheading {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: italic;
}
#description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
#text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#pic_left {
	float: left;
	width: 375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}
