/* page formatting */
html, body		{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* everyone else */
}
/* layout stuff */
#wrap {
	width: 793px; 
	margin: 10px auto;
}
#content {
	width: 793px; 
}
#leftcol {
	float: left;
	width: 280px; 
}
#leftcol h3 {
	background-color: #C9CF3B;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	width: 269px;
	padding: 6px 0 6px 11px;
}
#leftcol #box1 {
	width: 280px;
	height: 145px;
}
#leftcol #box1 #left {
	float: left;
	width: 135px;
	height: 135px;
}
#leftcol #box1 #right {
	float: right;
	background-color: #C9CF3B;
	width: 135px;
	height: 135px;
}
#leftcol #box1 #right p {
	padding: 8px;
}
#leftcol #box2 {
	width: 280px;
	clear: both;
}
#leftcol #box3 {
	margin-top: 10px;
	width: 280px;
	background-color: #EFF0CB;
}
#leftcol #box3a {
	margin-top: 10px;
	width: 280px;
	background-color: #EFF0CB;
}
#leftcol #box3a a {
	font-size: 90%;
	text-decoration: none;
	color: #6D7200;
}
#leftcol #box3a a:hover {
	text-decoration: underline;
	color: #6D7200;
}
#leftcol #box3b {
	margin-top: 10px;
	width: 280px;
	background-color: #EFF0CB;
}
#leftcol #newsflash {
	margin-top: 10px;
	width: 280px;
	background-color: #EFF0CB;
}
#rightcol {
	float: right;
	width: 494px; 	
}
#rightcol #logo {
	margin-top: 12px;
	width: 494px;
}
#rightcol #navigation {
	margin-top: 16px;
	width: 494px;
	background: url("/images/navback.gif") no-repeat top right;
	height: 25px;
}
#rightcol #pagecontent {
	margin-top: 10px;
	width: 486px;
	padding: 0 4px 4px 4px;
}
#rightcol #pagecontent a {
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #0099CC;
}
#rightcol #pagecontent a:hover {
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
	color: #0099CC;
}
#rightcol #pagecontent a.adminlink {
	font-weight: normal;
	text-decoration: none;
	color: #6D7200;
}
#rightcol #pagecontent a.adminlink:hover {
	text-decoration: underline;
	color: #6D7200;
}
/* text stuff */
p {
	color: #000;
}
h1 {
	color: #000;
	font-size: 140%;
	margin: 0px;
	line-height: 220%;
	font-weight: bold;
}
h2 {
	color: #000;
	font-size: 130%;
	margin: 0 0 5px 0;
	line-height: 200%;
	font-weight: bold;
}
h3 {
	color: #000;
	font-size: 120%;
	margin: 0px;
	line-height: 140%;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 110%;
	margin: 0px;
	font-weight: bold;
}
.white {
	color: #fff;
	font-weight: bold;
	font-size: 85%;
}
.dgreen {
	color: #6D7200;
	font-weight: bold;
	font-size: 85%;
}
.thankyou {
	padding: 10px;
	color: #6D7200;
	font-weight: bold;
	font-size: 85%;
}
/* Links */
a.white {
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
}
a.white:hover {
	text-decoration:underline;
}
a.nav {
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	padding: 6px 8px 6px 8px;
}
a.nav:hover { 
	color: #CCCC33;
	text-decoration: underline;
	background: url("/images/nav.gif") top left;
	background-color: #fff;
}
a.navon {
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	padding: 6px 8px 6px 8px;
	color: #CCCC33;
	background: url("/images/nav.gif") top left;
	background-color: #fff;
}
a.navon:hover { 
	color: #CCCC33;
	text-decoration: underline;
	background: url("/images/nav.gif") top left;
	background-color: #fff;
}
/* end nav */
a.nav1 {
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	padding: 6px 8px 6px 8px;
}
a.nav1:hover { 
	color: #CCCC33;
	text-decoration: underline;
	background: url("/images/nav1.gif") top left;
	background-color: #fff;
}
a.navon1 {
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	padding: 6px 8px 6px 8px;
	color: #CCCC33;
	background: url("/images/nav1.gif") top left;
	background-color: #fff;
}
a.navon1:hover { 
	color: #CCCC33;
	text-decoration: underline;
	background: url("/images/nav1.gif") top left;
	background-color: #fff;
}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 793px;
}
#title {
	background-color: #C9CF3B;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	width: 100%;
	padding: 10px;
}
#adminpage {
	width: 773px;
	padding: 10px;
}
a.adminlink {
	text-decoration: none;
	color: #6D7200;
}
a.adminlink:hover {
	text-decoration: underline;
	color: #6D7200;
}
a.redlink {
	text-decoration: none;
	color: #CC0000;
}
a.redlink:hover {
	text-decoration: underline;
	color: #CC0000;
}
.blue {
	color: #0099CC;
	font-weight: bold;
	font-size: 85%;
}
a.wlink {
	text-decoration: none;
	color: #fff;
}
a.wlink:hover {
	text-decoration: none;
	color: #6D7200;
}

.title{ margin: 0px; padding: 0 0 4px 0;}
.date { margin: 0px; color: #666; font-size: 85%; font-weight: bold; padding: 4px 0px 4px 0px; }
.thumbnail {float: left; margin: 4px 8px 8px 0;}
.summary { margin: 0px; padding: 4px 0px 4px 0px; }

a.titlelink {
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #0099CC;
}
a.titlelink:hover {
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
	color: #0099CC;
}

