*
{
	margin: 0;
	padding:0;
}

html
{
	margin: 0;
	padding: 0;
	
}

body
{
	margin: 0;
	padding: 0;
	background: url('/images/page-bg.png') #f1f1ea repeat-x 0 0;
	font-size: 100%;
}

a:link, a:visited
{
	color: #628D43;
}

a:hover, a:active 
{
	color: #996600;
}

#container
{
	margin: 0 auto;
	width: 972px;
	background-color: #f1f1ea;
}

/** Header *****************************************************************/

#header
{
	font-family: 'georgia';
	color: #ffffff;
	background-image: url('/images/masthead.png');
	padding: 0px;
	width: 972px;
	height: 268px;
}

#header img
{
	padding: 34px 50px;
	height:134px;
	border: 0;
}

#header span 
{
	clear: both;
	margin: 60px 10px 0px 0px; 
	float: right; 
} 
#header h1 
{ 
	text-align: left; 
	color: #ffffff;
	font-size: 135%;
	font-style: italic; 
	padding: 0;
	margin: 0;
}

/*** NAVIGATION **************************************************************************/

#navigation
{
	width: 100%;
	height: 31px;
	background: #5d9732;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px auto;
	border-top:2px ridge #dddddd;
	border-bottom:2px ridge #dddddd;
	opacity:0.8;  
    filter:alpha(opacity=80);  
    -moz-opacity:0.8;
}

#home #navigation ul
{
	width: 842px;
}

#navigation ul
{
	height: 31px;
	width: 947px;
	margin: 0px auto;
    padding: 0 0 0 25px;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 6px 20px;
	color: #fff;
	text-decoration: none;

	
}

#navigation li a:hover { background: #507c2f; }

#navigation li a.mainNavOn:link { color: #990105; }
#navigation li a.mainNavOn:visited { color: #990105; }
#navigation li a.mainNavOn:hover { background: #507c2f; color: #990105; }

.seperator
{
	display: block;
	float: left;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
}

/** Content *****************************************************************/

#content-container1
{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#content-container2
{
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/** Main Aside *******/

#aside-main
{
	float: left;
	width: 192px;
    padding-bottom: 10px;
    margin: 15px 0 0 0;
	display: inline;

}

#aside-main h2 { margin: 0; font-size: 80%; color: #628d43; padding: 5px; }
#aside-main h2.facebook { background:url(/images/facebook-icon.png) transparent no-repeat 95% 0%; }
#aside-main h2.calendar { background:url(/images/calendar-icon.png) transparent no-repeat 95% 0%; }

#aside-main h3 { margin: 0; font-family: 'verdana'; font-size: 60%; color: #000000; padding: 5px; }

#aside-main p
{
	font-family: 'verdana';
	font-size: 70%;
	padding: 10px 5px 10px 5px;
}


#aside-main ul
{
	margin: 0;
	padding: 10px 5px 10px 5px;
}

#aside-main ul li
{
	font-family: 'verdana';
	font-size: 70%;
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}
#aside-main dl dt {
	font-family:'verdana';
	text-decoration: underline;
	font-size:70%;
	list-style-type:none;
    padding:0 0 0 5px;
}

#aside-main dl dd {
	font-family:'verdana';
	font-size:70%;
	list-style-type:none;
	margin:0 0 1em;
    padding:0 0 0 5px;
}

#aside-main-upper
{
	width: 100%;
	background:url(/images/aside-shadow-bg.png) #dbdace top right repeat-y;
}

#aside-main-upper table
{
	padding: 5px;
	width:95%;
}

#aside-main-lower
{
	width: 100%;
	background: #f1f1ea;
}

.left, .leftR
{
	font-size: 75%;
}
.leftR
{
	text-align: right;
}

/** Main Content *************/

#content
{
	float: left;
	width: 54%;
	padding: 15px 25px;
    margin: 15px 1% 0 0;
	line-height: 1.5;
    color: #404839;
    background-color: white;
    border: 1px solid #afaea5;
}

#content h2.byline { font-size: 110%; color: #444444; margin: 0; font-style: italic; font-weight: bold; }

#content h1, #content h2, #content h3, 
#content h4, #content h5 
{ 
	padding: 0 0 3%; 
}

#content h1 { font-size: 120%; }
#content h2 { font-size: 110%; }
#content h3 { font-size: 105%; }
#content h4 { font-size: 100%; }
#content h5 { font-size: 100%; }

#content p
{
	padding: 0 0 3%;
	font-size: 90%;
}

#content li, #content blockquote 
{
	margin-left: 6%;
	font-size: 90%;
}

img.portrait {
	margin-right: 8px;
	margin-left: 0px;
	border: 1px solid #666600;
	text-align: left;
  	margin-bottom:14px;
  	width: 100px;
	}
	
img.center
{
	margin: 0 30%;
}

/** Secondary Aside (Home page) ***********/

#aside-2nd
{
	float: right;
	width: 187px;
	padding: 0;
	margin: 15px 0px;
	display: inline;
}

#aside-2nd img
{
	border: 0px;
}

#aside-2nd h3 { margin: 0; font-size: 100%; }

/** Footer *******************************************************/

#footer
{
	clear: left;
	color: #ffffff;
	background: #5d9732;
	border-top: solid #336633 1px;
	font-style: italic;
	font-size: 80%;
	text-align: center;
	padding: 15px 0px;
	opacity: .8;
}

#footer a:link, #footer  a:visited 
{
	color: #e0d6c5;
}

#footer a:hover, #footer  a:active 
{
	color: #ccbb9f;
}

#footer p
{
	margin: 0;
	padding: 0;
	line-height: 2;
}

.mainForm {
	font-size: 75%;
}
/***************************************************************************************/

/* SORTED TABLES 
***************************************************************************************/
table.tablesorter {
	width: 100%;
	margin:10px 0pt 15px;
	font-size: 9pt;
	text-align: left;
}
th.nosort {
	background-color: #E6EEEE !important;
	background-image:url('images/delete.png') !important;
	background-position: center center !important;
}
td.nosort {
	text-align: center !important;
}
table.tablesorter p { 
	background-color: transparent;
}
table.tablesorter a:link, table.tablesorter a:visited  {
	color:#006600;
	text-decoration: none;
	display: block;
	height: 100%;
}
table.tablesorter a:hover {
	color: #906613;
	text-decoration: underline;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background:#DBDBB8;
	border:1px solid #DFDFD5;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr {
	border-left: 1px solid #BBBBBB;
}
table.tablesorter tbody tr.odd td {
	background-color:#d0d0d0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #bccba6;
}
