body {
	background-image: url(../images/background.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.text_main {
font-size: 80%;
}
.text_header {
	font-size: 130%;
	font-weight: bold;
}
.text_subheader {
	font-size: 120%;
	font-weight: normal;
}
.text_caption {
	font-size: 90%;
	font-weight: normal;
}
.text_static {

font-size: 12px;
}
h2 {
	font-size: 130%;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	font-weight: normal;
}
h6 {
	font-size: 90%;
	font-weight: normal;
}
a {
	color: #006BB3;
	text-decoration: none;
}
a:hover {
	color: #D15981;
	text-decoration: none;
}

#mainnav {
	background-color: #F4F5F7;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B8BCA3;
	border-bottom-color: #B8BCA3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006BB2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#mainnav .current {
	background-color: #FFF6DC;
}
#subnav{}
#subnav a{	
	color: #000000;
	text-decoration:none;
}
#subnav a:hover{
	color: #0067B1;
}
.subnav {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 35px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.corner {
	background-attachment: fixed;
	background-image: url(../images/background_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	padding-top: 50px;
	padding-left: 20px;
}
.splash_text {
	color: #636466;
}
.splash_text a{
	color: #636466;
	text-decoration:underline;
}
.splash_text a:hover{
	color: #006BB2;
	text-decoration:underline;
}



.form_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.rollcursor{
	cursor:pointer;
}
.img_padd {
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_padd_right {
	padding-left: 5px;
	padding-bottom: 5px;
}
.img_padd_roll {
	padding-right: 5px;
	padding-bottom: 5px;
	cursor:pointer;
}
.img_padd_roll_right {
	padding-bottom: 5px;
	padding-left: 5px;
	cursor:pointer;
}
.text_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text_admin h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.text_admin a:link {
	color: #3951b5;
	text-decoration: none;
}

.text_admin a:hover {
	color: #FF0000;
	text-decoration: none;
}
.admin_box {
	font-weight: bold;
	background-color: #92B6C2;
	color: #000000;
}
.gallery_padd {
	padding: 2px;
	border: 1px groove #666666;
	background-color: #FFFFFF;
}
.gallery_cell {
	filter: Glow(Color=#999999, Strength=5);
}
