/* CSS Document */
BODY {font-family:  Arial, Verdana, Tahoma;
font-size:13px;
color: #000000;
background-image: url("graphics/sitebg.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-color:#BDD4EE;
}
TD{
font-family:  Arial, Verdana, Tahoma;
font-size:13px;
color: #000000;
}
H1{
color:#005BC3;
}
H2{
color:#005BC3;
}
H3{
color:#005BC3;
}
H4{
color:#005BC3;
}
H5{
color:#005BC3;
}
H6{
color:#005BC3;
}
A:link { color: #005BC3;
font-family:  Arial, Verdana, Tahoma;
font-size:13px;
font-weight: bold;
}
A:visited { color: #005BC3;
font-family:  Arial, Verdana, Tahoma;
font-size:13px;
font-weight: bold;
}
A:active { color: #005BC3;
font-family: Arial, Verdana, Tahoma;
font-size:13px;
font-weight: bold;
}
A:hover { color: #4084D2;
font-family: Arial, Verdana, Tahoma;
font-size:13px;
font-weight: bold;
}

A:link.footer { color: #FFFFFF;
font-family:  Arial, Verdana, Tahoma;
font-size:10px;
font-weight: bold;
}
A:visited.footer { color: #FFFFFF;
font-family: Arial, Verdana, Tahoma;
font-size:10px;
font-weight: bold;
}
A:active.footer { color: #FFFFFF;
font-family:  Arial, Verdana, Tahoma;
font-size:10px;
font-weight: bold;
}
A:hover.footer { color: #F6B300;
font-family:  Arial, Verdana, Tahoma;
font-size:10px;
font-weight: bold;
}
.footer{
font-family:  Arial, Verdana, Tahoma;
font-size:11px;
color:#FFFFFF;
background-color:#7E6342;
}
.botbg{background-image: url("graphics/botbg.jpg");
background-position: bottom;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
.topbg{background-image: url("graphics/topbg.jpg");
background-position: top;
background-repeat:no-repeat;
}

.maintable{border:2px #005BC3 solid;}

li.page_item a:link { color: #4084D2;
font-size:17px;
text-decoration: none;
font-weight:bold;
margin-bottom: 5px;
}
li.page_item a:visited{ 
color: #4084D2;
font-size:17px;
text-decoration: none;
font-weight:bold;
margin-bottom: 5px;
}
li.page_item a:active{ 
color: #4084D2;
font-size:17px;
text-decoration: none;
font-weight:bold;
margin-bottom: 5px;
}
li.page_item a:hover{ color: #71A9EA;
margin-bottom: 5px;
}

ul.sidelinks, ul.sidelinkstop{margin-left:-25px; padding:0px;}
.widgettitle{display:none; margin:0px; padding:0px;}
li.widget{list-style: none; margin:-25px; padding:0px;}
li.page_item{list-style: none; margin-bottom:10px; padding:0px;}


/*	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 */
