body {
		font-size: .8em;
		color: #78727B;
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color:#fff;
		}

	a {
		color: #009808;
		text-decoration:underline;
		font-weight: normal;
	}
	a:hover {
		text-decoration:none;
		color: #009808;
	}
		
		#page {
		text-align: left;
		margin: auto;
		margin-top:20;
		padding-left:10px;
		height: 100%;
		border: solid 0px #000;
		}
	
			
		#header {
		background: url(../images/header4.jpg) no-repeat;
		height: 88px;
		}
		
	
		
		/*********************/
		/*Horizontal Menu Bar*/
		/*********************/
	
		#hztlMenu ul {
		position:relative;
		bottom:87px;
		right:35px;
		font-family:arial;
		font-size:.85em;
		}
		
		#hztlMenu li {
		 display:inline;
		}
		
		#hztlMenu a {
		
		}
		
		#hztlMenu a:hover {
				
		}
		
		.PageTitle {
		
		padding-left:10px;
		font-size:12pt;
		font-weight:bold;
		}
		
		/*******************************/
		/*Vertical Side Navigation Menu*/
		/*******************************/
		
		#vertmenu {
		position:relative;
		bottom:80px;
		margin-left:-50px;
		background-color:#d7e8d6;
		border: solid 1px #00a76f;
		}
		
		#vertmenu ul {
		margin-bottom:0px;
		margin-top:5px;
		
			
		}
		
		#vertmenu li {
		margin-top:0px;
		margin-bottom:0px;
		padding-left:10px;
		}
		
		.group {
		font-family: arial, helvetica, sans-serif;
		list-style-type:none;
		}
		
		.group a {
		font-size: 10pt;
		color: #009808;
		text-decoration:none;
		font-weight:bold;
		}
		
		.group a:hover {
		color: #bf4a39;
		}
		
		.subgroup{
		font-family: arial, helvetica, sans-serif;
		list-style-type:none;
		margin-left:0px;
		}
		
				
		.subgroup a {
		font-size: 8pt;
		font-weight: normal;
		color: #009808;
		text-decoration:none;
		}
		
		
		
		/**************/
		/*Content Area*/
		/**************/
		
		#contentContainer {
		margin: 0 auto;
		}
		
		#cont {
 		
		padding-left:10px;
		padding-bottom:3px;
		
 	
		font-family: arial, helvetica, sans-serif;
		}
		
		#fullwidth {
		float: left;
		padding-left:0px;
		padding-bottom:3px;
		padding-top:5px;
 		margin-top:-50px;
		font-family: arial, helvetica, sans-serif;
		
		#partialwidth {
		float: left;
		padding-left:0px;
		padding-bottom:3px;
		padding-top:5px;
 		margin-top:-50px;
		font-family: arial, helvetica, sans-serif;
		}
		
		h1 {
		font-size: 1em;
		color: #00935d;
		margin-left:100px;
		margin-top:0px;
		margin-bottom:10px;
		}
		h2 {
		font-size: 1.2em;
		font-weight:bold;
		
		}	
		
		/****************/	
		/**** Footer ****/
		/****************/
		#footer {
		font-family: arial, helvetica, sans-serif;
		clear: both;
		color: white;
		font-size:.85em;
		background-color: #00a76f;
		border-top: solid 2px #f2ee79;
		border-bottom: solid 2px #f2ee79;
		margin-top: 4px;
		}
		
		#footer a {
		color: white;
		text-decoration:none;
		}
		
		#footer a:hover {
		color: #f2ee79;
		}

/**************************/		
/*Picture tabs on homepage*/
/**************************/

.tabImg {
float:right; 
width:135px; 
margin-top:6px; 
margin-bottom:0px; 
text-align:right;
}

.ppt{
background: url(../img/purple_pictab.gif) no-repeat;
font-family: arial, helvetica, sans-serif;
border-top:solid 1px #f3eb7c;
margin-bottom: 3px;
text-align: right;
font-size: 9pt;
color:#fff;
padding-right:10px;
display:none;
}

.ppt a{
background: url(../img/purple_pictab.gif) no-repeat;
width:100%;
text-align: right;
font-size: 9pt;
color:#fff;
text-decoration:none;
}

.ppt a:hover{
background: url(../img/purple_pictab.gif) no-repeat;
text-align: right;
font-size: 9pt;
color:#f2ee79;
text-decoration:none;
}

.bpt{
background: url(../img/blue_pictab.gif) no-repeat;
font-family: arial, helvetica, sans-serif;
border-top:solid 1px #f3eb7c;
margin-bottom: 3px;
text-align: right;
font-size: 9pt;
color:#fff;
padding-right:10px;
display:none;
}

.bpt a{
background: url(../img/blue_pictab.gif) no-repeat;
text-align: right;
font-size: 9pt;
color:#fff;
text-decoration:none;
}

.bpt a:hover{
background: url(../img/blue_pictab.gif) no-repeat;
text-align: right;
font-size: 9pt;
color:#f2ee79;
text-decoration:none;
}

.opt{
background: url(../img/orange_pictab.gif) no-repeat;
font-family: arial, helvetica, sans-serif;
border-top:solid 1px #f3eb7c;
text-align: right;
font-size: 9pt;
color:#fff;
padding-right:10px;
display:none;
}

.opt a{
background: url(../img/orange_pictab.gif) no-repeat;
text-align: right;
font-size: 9pt;
color:#fff;
text-decoration:none;
}

.opt a:hover{
background: url(../img/orange_pictab.gif) no-repeat;
text-align: right;
font-size: 9pt;
color:#f2ee79;
text-decoration:none;
}

/*********************/
/***   Special    ****/
/*********************/

.date {
font-size:.7em;
}

.noPrint {
display: none;
}