body {margin:0px; font:11px Verdana, Arial, Helvetica; color:#666666;  line-height:15px;  
background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	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:  Verdana, Arial, Helvetica;

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



color: #669999;


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

h2 {

font-family:  Verdana, Arial, Helvetica;

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



color: #999999;

}




h3 {

font-family:  Verdana, Arial, Helvetica;

font-weight:normal;
line-height:20px; 
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: 836px;  /* 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; }




