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

body {
	background-color:#D69231;
	background-image:url(../images/bgtile.gif);
	background-repeat:repeat;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.page {
	border:3px solid #cecece;
}
.navtd  {
	background-color:#9e8039;
	background-image:url(../images/navtile.gif);
}
.content, .home {
	background-color:#fff;
	padding:15px;
}
.home .right {
	width: 45%;
	float:right;
	margin-left:15px;
	padding:1em;
}
.home .left {
	width:48%;
}
.content .right {
	width: 69%;
	float:right;
	margin-left:15px;
}
.content .left {
	width:29%;
}
.content .left table table {
	border:1px solid #CBBC79;
	background-color:#EAD38C;
}
.content .left td {
	padding:5px;
}
.news h4 {
	margin-top:2px;
	margin-bottom:4px;
}
.left h2 {
	font-size:13px;
	margin-left:5px;
	margin-right:4px;
	padding:3px 3px;
	background-color:#014681;
	border:1px solid #7193af;
	color:#fff;
	margin-top:2px;
	margin-bottom:0px;
}
.left p {
	margin-top:0px;
}

h1 {
	color:#81a42e; /* SEAFOAM GREEN */
	font-size:18px;
	margin-top:0px;
	margin-bottom:4px;
	text-transform:uppercase;
	border-bottom:2px solid #ed3c95; /* FUSCIA */
}
h2 {
	color:#5c5c5c; /* MEDIUM GRAY */
	font-size:14px;
	margin-top:0px;
	margin-bottom:8px;
}
h3 {
	color:#b1b1b1; /* GRAY */
	font-size:14px;
	margin-top:0px;
	margin-bottom:4px;
}
h4 {
	color:#ed3c95; /* FUSCIA */
	font-size:11px;
	margin-top:0px;
	margin-bottom:8px;
}
.right a:link , .right a:visited ,
.left a:link , .left a:visited ,
.inset a:link, .inset a:visited 

{
	color:#46aa42; /* KELLY GREEN */
}
.right a:hover , .right a:active ,
.left a:hover , .left a:active ,
.inset a:hover, .inset a:active 
 {
	color:#ed3c95; /* FUSCIA */
}


h3 span {
	float:right;
}
h3 span a {
	font-size:12px;
}





.imageOnRight {
	float:right;
}
.imageOnLeft {
	float:left;
}

.inset {
	padding:1.5em;
}

.news a:link, .news a:visited {
	color:#46aa42; /* KELLY GREEN */
}
.news a:hover, .news a:active {
	color:#81a42e; /* SEAFOAM GREEN */
}
.newspanel {
	clear:both;
	margin-top:9em;
	border-top:2px dotted #81a42e;
	padding:1em;
}
.newspanel h2 span {
	font-size:11px;
	font-weight:normal;
	float:right;
}
.newspanel h2 span a {
	color:#ed3c95; /* FUSCIA */
}
.newspanel h4 {
	font-size:12px;
}
.footer {
	text-align:center;
	color:#c22a6f;
	height:31px;
}
.footer a:link, .footer a:visited {
	color:#c22a6f;
	text-decoration:none;
}
.footer img {
	margin-left:8px;
}

.footer a:hover, .footer a:active {
	text-decoration:underline;
}
.footer ul {
	margin-left:0px;
	padding-left:0px;
}
.footer ul li {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
.credits {
	color:#c22a6f;
	font-size:10px;
	text-align:center;
}
.credits a:link, .credits a:visited {
	color:#c22a6f;
	text-decoration:none;
}
.credits a:hover, .credits a:active {
	color:#c22a6f;
	text-decoration:underline;
}

.bullet {
	margin-top:0px;
	margin-left:12px;
	margin-right:12px;
	vertical-align:middle;
}

.thumb {
	text-align:center;
	font-size:11px;
}
