/* CSS Document */
BODY {font-family:  "Times New Roman", "Times New Roman PS MT", Times, Palatino, Garamond, Verdana, Arial, Tahoma;
font-size:15px;
color: #FFFFFF;
background-image: url("graphics/sitebg.jpg");
background-repeat: repeat-x;
background-color:#201804;
background-attachment:fixed;
}
TD{
font-size:15px;
color: #000000;
}
H1{
color:#592800;
}
H2{
color:#592800;
}
H3{
color:#592800;
}

A:link { color: #A43223;
font-size:15px;
font-weight: bold;
}
A:visited { color: #A43223;
font-size:15px;
font-weight: bold;
}
A:active { color: #A43223;
font-size:15px;
font-weight: bold;
}
A:hover { color: #AF6127;
font-size:15px;
font-weight: bold;
}

A:link.reftext { color: #FFFFFF;
font-size:10px;
text-decoration: none;
}
A:visited.reftext { color: #FFFFFF;
}
A:active.reftext { color: #FFFFFF;
}
A:hover.reftext { color: #DADADA;
}

A:link.toplinks { color: #FFFFFF;
font-size:15px;
text-decoration: none;
font-weight:bold;
}
A:visited.toplinks { 
color: #FFFFFF;
font-size:15px;
text-decoration: none;
font-weight:bold;
}
A:active.toplinks {
color: #FFFFFF;
font-size:15px;
text-decoration: none;
font-weight:bold; 
}
A:hover.toplinks{ color: #873205;
}

ul.sidelinks  li a:link { color: #FFFFFF;
font-size:20px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
ul.sidelinks li a:visited{ 
color: #FFFFFF;
font-size:20px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
ul.sidelinks li a:active{ 
color: #FFFFFF;
font-size:20px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
ul.sidelinks li a:hover{ color: #D56A14;
margin-bottom: 15px;
}

li.page_item a:link { color: #FFFFFF;
font-size:20px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
li.page_item a:visited{ 
color: #FFFFFF;
font-size:20px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
li.page_item a:active{ 
color: #FFFFFF;
font-size:20px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
li.page_item a:hover{ color: #D56A14;
margin-bottom: 15px;
}

input{background-color:#C2C5AF;}
ul.sidelinks, ul.sidelinkstop{margin-left:-40px; padding:0px;}
.widgettitle{display:none; margin:0px; padding:0px;}
li.widget{list-style: none; margin:0px; padding:0px;}
li.page_item{list-style: none; margin-bottom:30px; padding:0px;}
.topbg{background-image: url("graphics/top.jpg");}
.footertext{color: #FFFFFF; font-size:14px;}
.maintable{border: 1px solid #000000;}
.navbg{background-image: url("graphics/navbg.jpg");}
.navbg2{background-image: url("graphics/navbg2.jpg");}
.watermark{background-image: url("graphics/watermark.jpg");
background-position: right bottom;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
