body {margin:0px; font:11px Verdana, Arial, Helvetica; color:#666666;  line-height:15px;  

	text-align:justify;


}




* {padding:0; margin:0}

p {
	
	font-family: Verdana, helvetica, arial, sans-serif;
	color: #444;
text-decoration: none;

text-align: justify;


font-size: 11px;
}

h1 {


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

font-weight:normal;
line-height:35px; 
font-size: 32px;



color: #669999;


}
a:link {
	color: #669999;
}
a:visited {
	color: #669999;
}
a:hover {
	color: #669999;
}
a:active {
	color: #669999;
}

h2 {

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

font-weight:normal;
line-height:25px; 
font-size: 24px;
text-align: justify;



color: #999999;

}




h3 {

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

font-weight:normal;
line-height:25px; 
font-size: 20px;
text-align: justify;



color: #999999;

}
h4 {

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

font-weight:normal;
line-height:25px; 
font-size: 16px;
text-align: justify;



color: #999999;

}

.footings {
	color: #999999;
	font-family: Verdana, Arial, Helvetica;
letter-spacing:1px;
font-weight:normal;

font-size: 8px;}
	
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
-->


a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;}


a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }




.dropdown {float:left; padding-right:2px}
.dropdown dt {width:100px; border:0px solid #9ac1c9; padding:8px;  cursor:pointer;}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:1px solid #9ac1c9; list-style:none; }
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}