body {
	background-color:#fff;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma,Verdana,Arial;
	color: #000;
	}
td {
vertical-align:top;
} 
p {
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 40px;
	margin-right : 40px;
	font-size: 12px;
}

.description {
text-align:justify;
margin-left: 25px;
margin-right: 25px;
}
.descriptionwide {
text-align:justify;
margin-left: 150px;
margin-right: 150px;
}

.bottom {
font-size:11px;
text-align:center;
}
.footer {
font-size:11px;
text-align:center;
vertical-align:bottom;
}

p a {
	font-weight: bold;
	text-decoration: none;
	color:#006633;
}
p a:visited {
	color: #33CC33;
}
p a:hover {
	color: #FF0000;
}
p a:active {
	color: #006633;
}

img.left {
padding-left:25px;
padding-right: 15px;
padding-bottom: 5px;
padding-top:5px
}
img.right {
padding-left:15px;
padding-right: 0px;
padding-bottom: 5px;
padding-top:5px
}
img.center {
padding-left:10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top:10px
}


h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: large; 
	text-align:center;
	font-weight:bold;
	color:#006633;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 16px; 
	text-align:center;
	font-weight:bold;
	color:#006633;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: small;
	font-weight:italic; 
	text-align:center;
}
h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: small;
	font-weight:italic; 
	text-align:center;
	color:#000;
}

.main {
width:200px;
border:1px solid black;
}
.foothead {font-weight:bolder; font-size:0.8em; color:#fff; font-family:ariel; text-align:center;}

#navpanel {width:458px; padding:0 0px;padding-left:231px; height:25px; background-color: #000; text-align:center; position:absolute; top:5px;}
.navbut {width:98px; padding:0px 4px; height:25px; display:block; float:left; background-color:#000; color:#FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bolder;}
.navbut a {display:block; height:21px; background-color:#660099; color:#FFF; padding:4px 3px 0px 3px; text-decoration:none;}
.navbut a:hover {background-color: #006633; color:#FFF;}
.navbut a:active {background-color:#063; color:#FFF;}
.navbut a.current {background-color:#063; color:#FFF;}
.navbut a:hover.current {background-color:#000; color:#FFF;}
.navbut a:active.current {background-color:#000; color:#FFF;}
.navbut1 {width:192px; padding:2px 4px; height:19px; display:block; float:left; background-color:#666666; color:#fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bolder; text-decoration:none; }


#header {width:980px; height:222px; position:absolute; top:0; background-color:000;}
#leftlogo {width:222px; height:222px; float:left;}
#rightlogo {width:468px; height:222px; float:left;}
#rightcpanel {width:290px; height:222px;float:left; }
 
div#rightcpanel a {display:block; float:left; width:24px; height:35px; }
div#rightcpanel a span {display:none; }
#leftpic {width:370px; float:left; text-align:center;}
#rightpic {width:370px; float:right; text-align:center;}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: white;
color: F00;
}

#chromemenu{
width: 250px;
float:right;
text-decoration: none;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{ /* this is the clients button */
border: 1px solid #006633;
width: 80%;
background: url(chromebg2.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: center;
height: 23px;
font: bold 14px Verdana;
text-indent: 7px;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: center;
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #f00;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
color: #f00;
/*content: " " url(contact_down.jpg); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #609; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:17px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 1px solid #609; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#006633;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color:#CCCCCC;
}