/* colors:
	green:	#336633;
	red:	# (cc0033)
*/

BODY,HTML {    leftmargin: 0; 
       		topmargin: 0; 
       		marginwidth: 0; 
       		marginheight; 0;
       		padding: 0;
       		margin: 0;
	scrollbar-base-color:#336633;
	scrollbar-face-color: #336633;
	scrollbar-3dlight-color: #ffffff;
        scrollbar-dark-shadow-color: #ffffff;
	scrollbar-highlight-color: #336633;
	scrollbar-shadow-color: #336633;
   	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #336633;
	 	
        	background: #336633;
		
		color: #336633;
		font-family: verdana;
     	  }
p.red { color: #ca152f}
p.large {
		font-size: 110%;
}
p.xl_red {
		font-size: 120%;
		color: #000000;
}
p.xl {
		font-size: 120%;
}
p.small { 
		font-size: 70%;
}
p.tiny { 
		font-size: 70%;
		color: #ffffff;}
p.menu { 
		color: #ffffff;}
table.layout {
		width: 100%;
		text-align: center;
}
table.am {	background: #ffffff;}
td.am {
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
}
td.layout {
		text-align: center;
}
table.pm {	width: 100%;
		background: #ffffff;
}

td.pm { 	padding: 5px;
		text-align: center;}
table.dir {
		width: 50%;
}
td.left {	padding-left: 20px;
		text-align: left;
}
		
#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;	

}
#top {
		position: absolute;
		width: 800px;
		top: 0px;
		left: 0px;	

}

#menu {
		position: absolute;
		width: 800px;
		top: 181px;
		left: 0px;
		z-index: 1;	

}
#left {
		position: absolute;
		width: 155px;
		top: 233px;
		left: 0px;
		

}

#content {
		position: absolute;
		width: 645px;
		top: 233px;
		left: 155px;

}
#leftcorner {
		position: absolute;
		top: 0px;
		left: 0px;
}
#rightcorner {
		position: absolute;
		top: 0px;
		right: -1px;
}
#rightbottom {
		position: absolute;
		bottom: 54px;
		right: -1px;
}
#leftbottom {
		position: absolute;
		bottom: 54px;
		left: 0px;
}
a { color: #336633 }
a.left {	color: #ffffff;}
a.email{	color: #ffffff;
		text-decoration: none;}
a.tiny { 
	 color: #ffffff; }
a.visited {color: #ffffff;}
a.intext { color: #336633;
		text-decoration: none;}
hr.small { 	width: 50%;
		color: #336633;
}
input.green {   width:30ex;
		font-size: 14pt;
		background: #336633;
		color: #ffffff;
}
