@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/backgrounds/backsmall.gif)
}

body, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333161;
	font-size:16px;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333161;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;	
}
a {
	text-decoration:none;
	color: #333161;
}
a:hover{
	text-decoration:none;
	color:#53C750;
}

hr {
	color: #333161;
}

ol {
	font-size:90%;
}

ul {
	font-size:12px;
}


/* main */
#main {
	background-image:url(../images/backgrounds/creekbed.jpg);
}

/*Accordian Panel */
#Accordion1 {
	text-align:center;
	margin-left: 75px;
}

/*Announcements Div */
#announcements {
	text-align:center;
}

/* wrapper */
#wrapper {
	background-image:url(../images/backgrounds/creekbed.jpg);
	background-color:#DDD5B3;
}

/* footer */
#footer, #footer td, #footer th {
	font-size: 90%;
}

/*top nav */
#top_nav {
	font-weight:bold;
}


/* Box and sub-classes */
.box_top {
	background-image:url(../images/box/box_top_middle.gif);
	background-repeat:repeat-x;
	font-size: 20px;
	font-weight:bold;
	color:#5D3D3B;
}
.box_right {
	background-image:url(../images/box/box_right.gif);
	background-repeat:repeat-y;
}
.box_bottom {
	background-image:url(../images/box/box_bottom_middle.gif);
	background-repeat:repeat-x;
}
.box_left {
	background-image:url(../images/box/box_left.gif);
	background-repeat:repeat-y;
}
.box_content {
	background-image:url(../images/box/box_content.gif);

}

/* image styles */

.imgleft10 {
	margin-right:10px;
	float:left;
	border:1px solid #000000;
}

.fullborder, .gallery img{
	border: 2px solid #000000;
}

.style08 {color: #0000FF; font-weight: bold; }
.style10 {color: #006600; font-weight: bold; }
.style12 {color: #FFFF00; font-weight: bold; }
.style14 {color: #FFFFFF; font-weight: bold; }
.style16 {color: #333161; font-weight: bold; }
.link {
	text-decoration:underline;
	color:#06C;
}
