/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 17px;
	color: #000000;
	margin: 0px;
	background-color: #d9ceb7;
	padding: 0 0 5px 0;
}
.boldblack13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#container {
	width: 760px;
	background-color: #FFFFFF;
	color: #000000;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	/*background-repeat: repeat; */
}
#pageHeader {
	margin: 0;
	background-color: #FFFFFF;
	height: 122px;
	width: 760px;
	text-align: left;
}
#sidebar {
	float: left;
	width: 180px;
	margin: 0 0 0 0;
	padding: 0px;
	text-align: left;
	/*
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat;
	*/
}
#navLeft {
	margin: 0;
	padding: 25px 0 0 10px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#navLeft a:link {
	color: #000000;
    text-decoration: none;
}
#navLeft a:visited {
	color: #000000;
    text-decoration: none;
}
#navLeft a:active {
    color: #000000;
    text-decoration: none;
}
#navLeft a:hover {
   color: #d9ceb7;  
   text-decoration: none;
   background-color: #000000;
}
.navStatic {
	color: #d9ceb7;
	background-color: #000000;
	text-decoration: none;
}
#content {
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	padding: 0px;
	background-color: #ffffff;
	width: 580px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat;
}
#contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 20px 0 0 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 20px 0 0 0;
	text-align: center;
}
.textlinks {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 3px;
}
.textlinks a:link {
	color: #372c16;
	text-decoration: underline;
	font-size: 12px; 
}
.textlinks a:visited {
	color: #372c16;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:active {
	color: #372c16;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:hover {
   color: #d9ceb7;  
   text-decoration: none;
   font-size: 12px;
   background-color: #000000;
}
#footer{
	clear: both;
	width: 760px;
	background-color: #000000;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 35px;
	text-align: right;	
}
.copyright{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 20px 10px 0;
}
a:link {
	color: #372c16;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold; 
}
a:visited {
    color: #372c16;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:active {
    color: #372c16;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
    color: #d9ceb7;
    text-decoration: underline;
	font-size: 13px;
	background-color: #000000;
	font-weight: bold;
}
#sitemap1 {
	float: left;
	margin: 0 25px 10px 0px;
}
#sitemap2 {
	margin: 0 0 10px 100px;
	float: left;
}
.italic {
	font-style: italic;
}
ol {
	line-height: 19px;
}
ul {
	line-height: 19px;
}
.abc {
	list-style: lower-alpha;
}
.clear {
	line-height:1px;
	height:1px;
	clear:both;
}






