body {
	font-family: Arial, Sans-Serif;
	font-size: 62.5%;
	color: #222;
   background-color: #0F6835;
}

#container {
	margin: 0px auto;
	width: 600px;
	background: #fff url(/images/top-right.gif) no-repeat top right;
	border: 6px #fff solid;
}

#container div.left-side {
	background: url(/images/left-side.gif) repeat-y top left;
	padding-left: 6px;
}

#head {
   height: 120px;
}


#head h1 {
	margin: 22px 20px 0 0;
	background: url(/images/title-top-right.gif) no-repeat top right;
	float: right;
	text-align: right;
	width: 245px;
}

#head h3 {
	margin: 0 0 0 20px;
}

#head img { margin: 0 0 0 20px;}

#nav {         /* navigation bar */
	margin: 0 23px 25px 18px;
	padding-right: 15px; 
	height: 20px;
//	background: url('/images/r_nav.gif') no-repeat right; 
   background-color: #0F6835; 
   color: #FFF;
   clear: both;
}

#nav div.l_corner { 
	background: url('/images/l_nav.gif') no-repeat left;
	height: 20px;
		  }

		#nav ul {
			margin: 0;
			padding: 3px 0 0 0;
			margin-left: 20px;
		}

		#nav ul li {
			margin: 0 10px 0 0;
			display: inline;
			list-style: none;
		}

		#nav li a {
			font-weight: 900;
			font-size: 1.2em;
			text-transform: uppercase;
			text-decoration: none;
			color: #0F6835;
			display: block;
			float:left;
			margin: 0 5px;
			padding: 0 5px;
			background-color: #AED7AC;
		}
		#nav li a:hover { 
			color: #ccc; 
			background-color: #0F6835;
		}
		  /* end navigation bar */

#content {    /* for static pages */
	width: 90%;
	margin: 0 0 0 20px;
}

#content th {
	background-color: #ccc;
	font-size: 1.2em;
}
#content td {
	border-bottom: 2px dotted #ccc;
}
#footer {
	background: url('/images/bottom_corner.gif') no-repeat bottom left;
	margin: 0;
	margin-left: -6px;
	height: 60px;
   clear: both;
	padding: 0 0 0 30px;
	text-align: center;
}
.boxed {
	font-size: 1.2em;
	border: 2px solid #0F6835;
	background-color: #AED7AC;
	-moz-border-radius: 10px;
	margin: 15px;
	padding: 8px;
}
.boxed li {
	font-weight: bold;
	padding: 0.3em;
}

/*################################################## 
######## color, font, and size settings ########################
##################################################*/

LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1.2em}

a, a:link, a:visited {
	color: #0F6835;
	border-bottom: 1px solid #0F6835;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	border-bottom: #ccc;
	background-color: #0F6835;
}
#entry li {font-size:1em;}

#head h1 {      /* title */
	font-size: 3em;	
 	color: #0F6835;
	text-transform: uppercase;
}

#head h3 {      /*  slogan */
	font-size: 1.6em; 
	color: #0F6835;
	text-transform: lowercase;
   text-align: right;
}

#content p {
	font-size: 1.2em;
}

#content h2   {        /* static pages title */
    color: #32B2F1;
}

#footer {
	color: #aaa;
	font-weight: 600;
	font-size: 1.3em;
}

/* header, comment, links hover */
.td h2 a:hover, .comment_balloon p a:hover, .entry a:hover, #bottom li a:hover { 
        color: #ffce00;
}

.sponsors  {
	text-align: center;
}
.sponsors img {
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
}


