/*-- Basic HTML Elements --*/



img {border: 0;}



body {

	margin: 0 0 0 0;
    
	background-color: #fff;

	}

	

td,tr,p,div {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333300;

	}



a:link, a:visited {

 	/*color: #77b601;*/
    /*color: #61880a;*/
/*color: #336600;*/
color:#669900;
	text-decoration: none;

	}



a:hover {

  	text-decoration: underline;
    color: #cc6600;
	}

	

ul {

	margin: 0px 5px;

	padding: 0px;

	list-style: none;

	}



li {

	background-image: url(../images/list.gif);
    background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
	/*font-size: 11px;*/
	font-size: 10px;
	}



hr { 

	width: 100%;

	}



/*-- Template Layout --*/



#frametable {

	min-width: 960px;

	}

	

div.clear {

	clear: both;

	}

	
/*
#header_img {

	position: absolute;

	z-index: 2;

	top: 87px;

	left: 0px;

	width: 191px;

	height: 176px;

	}
*/


#top_l {

	/*height: 120px;*/

        height: 11px;

	/*width: 220px;*/

        width: 210px;

	}



#logo {

	padding-top: 17px;

	padding-left: 50px;

	}



#top_c {

	/*height: 120px;*/

        height: 11px;

	/*background: url(../images/border_top.gif) 0px 11px no-repeat;*/

	}



#module_t {

	padding-top: 40px;

	padding-left: 25px;

	padding-right: 10px;

	}



#module_t td {

	font-size: 11px;

	}



#top_r {

	/*height: 120px;*/

        height: 11px;

	width: 220px;

	/*background: url(../images/border_top.gif) 0px 11px no-repeat;*/

	}



#menu_t {

	padding-top: 35px;

	padding-left: 60px;

	}



#header {

	/*height: 140px;*/

        height: 114px;

	padding: 0px;

	/*background: url(../images/header_bg.jpg) left top repeat-x;*/

	}



.mods {

	width: 210px;

	padding: 15px 10px;

    background-color: #ffffd8;

	}



#modules_l, #modules_r {

	text-align: left;

	/*border-bottom: 2px solid #9ac601;*/
    /*border-bottom: 2px solid #6e6e06;*/

	}



#main {

	padding: 15px 10px;

	}



.users {

	width: 50%;

	float: left;

	/*background: url(../images/border_btm.gif) right bottom no-repeat;*/

	padding-top: 15px;

	}



#spacer {

	padding-left: 5px;

	}



#footer {

	height: 60px;

	background: url(../images/footerbg.gif) left top repeat-x;
    
    /*border: 2px solid #566d27;*/

	}



#copyright {

	padding-top: 8px;

	text-align: center;

	font-size: 10px;

	color: #fff;
   
	}



div#copyright a:link, div#copyright a:visited {

	/*color: #ededed;*/
     color: #ffffd8;
	}



div#copyright a:hover {

	text-decoration: underline;

	}



#copyleft {

	visibility: hidden;

	display: none;

	}

	

/*-- Form Elements --*/		



.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: #fff;*/
    color: #cc3300;
	text-transform: lowercase;
	/*background-color: #9ac601;
	border: 3px double #5f8e00;*/
    background-color: #eaf5cb;
	border: 3px double #566d27;
	}

	

.inputbox {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #003300;

	background-color: #fff;

	/*border: 1px solid #5f8e00;*/
    border: 1px solid #566d27;
	}





img {border: 0;}



body {

	margin: 0 0 0 0;

	background-color: #fff;

	}


td,tr,p,div {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333300;
/*was arial 12 666*/
	}




	
/*
ul {

	margin: 0px 5px;

	padding: 0px;

	list-style: none;

	}



li {

	background-image: url(../images/list.gif);

	background-position: 0px 4px;

	background-repeat: no-repeat;

	padding-left: 10px;

	font-size: 0.95em;

	}



hr { 

	width: 100%;

	}
*/

/*-- Navigation --*/



a.mainlevel:link, a.mainlevel:visited {
	display: block;
	line-height: 25px;
	background: url(../images/arrow.png) 3px 8px no-repeat;
    background-color: #eaf5cb;
	padding-left: 20px;
	/*border-bottom: 1px solid #9ac601;*/
    border-bottom: 1px solid #90903a;
    font-size: 12px;
    font-weight: 600;
    /*color: #663333;*/
    color: #653300;
    width: 160px;
    margin-left: 15px;

	}

a.mainlevel:hover {
    background: url(../images/arrow_ro.png) 3px 8px no-repeat;background: url(../images/arrow_ro.png) 3px 8px no-repeat;
    background-color: #566d27;
	
	/*color: #172400;*/
    color: #FFFFFF;
	text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
	}

a.sublevel:link, a.sublevel:visited {

	line-height: 16px;
	font-size: 12px;
    font-weight: 400;
	color: #61880a;
    background: url(../images/list.gif) 4px 6px no-repeat;
    /*background: url(../images/indent.png)no-repeat;*/
    text-decoration: none;
	padding-left: 15px;
    margin-left: 15px;
    width: 160px;
	}

a.sublevel:hover {
    color: #CC6600;
    text-decoration: none;
	}

ul#mainlevel-nav a:link, ul#mainlevel-nav a:visited {

	color: #558201;

	}

	

.back_button {	

	/*border: 3px double #d8e7ab;*/
    border: 3px double #566d27;
	text-align: center;

	font-weight: bold;

	text-transform: lowercase;

	padding: 5px;

	margin-top: 10px;

	margin-bottom: 3px; 

	}



.back_button a:hover {

	/*color: #5f8e00;*/
    color: #566d27;
	text-decoration: none;

	}

.pathwaytd {
    height: 22px;
    border-bottom: 1px solid #566d27;
    padding-left: 13px;
    
}	

.pathway {
   
    
	font-size: 11px;

	/*color: #2e4600;*/
    color: #566d27;
    text-decoration: none;
}



a.pathway:link, a.pathway:visited {
    padding-left:3px;
	/*color: #558201;*/
    color: #566d27;
    text-decoration: none;
}

a.pathway:hover {

	/*color: #558201;*/
    color: #cc3300;
    text-decoration: none;
}

/*-- Content --*/



.contentpaneopen {

	width: 100%;

	}



.contentheading {
	background: url(../images/article_hd.gif) left bottom repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC6600;
    text-transform: uppercase;
    line-height: 30px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
    text-transform: uppercase;
	text-decoration: none;
    line-height: 30px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
    text-transform: uppercase;
	text-decoration: none;
    line-height: 30px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
    text-transform: uppercase;
	text-decoration: none;
    line-height: 30px;
}




a.contentpagetitle:link, a.contentpagetitle:visited {
	/*color: #558201;*/
    color: #566d27;
	}

	

a.contentpagetitle:hover {

	/*color: #3d5c01;*/
    color: #90903a;
	text-decoration: none;

	}

	

.article_seperator {

	display: block;

	height: 30px;

	/*background: url(../images/article_sep.gif) center no-repeat;*/

	}

	

.small, .createdate {

	font-size: 11px;

	/*color: #bdd33d;*/
    color: #000000;
	}

	

.modifydate {

	font-size: 11px;

	/*color: #bdd33d;*/
    color: #000000;

	}



.smalldark {

	font-size: 11px;

	color: #333;

	}



.readon {

	background: url(../images/arrow.png) 0px 4px no-repeat;

	padding-left: 10px;

	font-size: 11px;

	font-weight: bold;

	text-transform: lowercase;

	float: left;

	}



a.readon:link, a.readon:visited {

	/*color: #99BF00;*/
    color: #566d27;
	}

	

.componentheading {
    background: url(../images/article_hd.gif) left bottom repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC6600;
    text-transform: uppercase;
    line-height: 30px;
	}

	

.category {

	font-size: 11px;


	}



.contentdescription {

	font-size: 10px;
/*--was font-size: 11px; --*/

	color: #999;

	}

	

/*-- Pagination --*/



table.contenttoc {

	margin-left: 4px;

	/*border: 1px solid #9ac601;*/
    border: 1px solid #566d27;
	}

table.contenttoc th {

	line-height: 18px;

	padding: 2px 4px;

	/*color: #436602;*/
    color: #566d27;
	}



table.contenttoc td {

	line-height: 18px;

	/*border-top: 1px solid #9ac601;*/
    border-top: 1px solid #566d27;

	padding: 2px 4px;

	}

	

.pagenavcounter {

	font-size: 11px;

	/*color: #960;*/
    color: #566d27;
	}



.pagenavbar div {

	font-size: 11px;

	}



/*-- Modules --*/



table.moduletable {

	width: 100%;

	padding-bottom: 6px;



	}



table.moduletable th {
    line-height: 23px;
	background: url(../images/article_hd.gif) left bottom repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #CC6600;
	padding-left: 10px;
	padding-top: 11px;
	}



table.moduletable td {

	font-weight: normal;

	color: #333;

	text-align: left;

	}

	

/*-- Other --*/

	

.sectiontableheader {

	font-weight: bold;
	font-size: 12px;
	/*color: #fff;*/
    color: #ffffff;
	text-transform: lowercase;

	/*background-color: #9ac601;*/

    background-color: #566d27;

	/*border-bottom: 3px double #5f8e00;*/
    border-bottom: 3px double #000000;
	/*border-top: 3px double #5f8e00;*/
    border-top: 3px double #000000;
	padding: 5px;

	}



.sectiontableentry1 {
font-size: 12px;
	background-color: #f2f7e1;

	padding: 2px;

	}



.sectiontableentry2 {
font-size: 12px;
	background-color: #e1ecc1;

	padding: 2px;

	}

	

.pollstableborder {

	border: 1px solid #9ac601;

	}



.highlight {

	color: #690;

	background-color: #f2f7e1;

	}



.mosimage_caption {

	/*border: 1px solid #9ac601;*/
    border: 1px solid #566d27;
	color: #999;

	font-size: 10px;

	}