/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336699;
	background-attachment: fixed;
	font-size: 80%;
}

acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#000;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1{
	font-size: 175%;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 125%;
}
h4{
	font-size: 115%;
}


.container{
	margin: auto;
	width: 780px;
}
#banner{
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 780px;
}
#content{
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	width: 780px;
}
#content p{
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content a{
	color: #0066CC;
	text-decoration: none;
}
#content a:hover{
	color: #333333;
	text-decoration: underline;
}
#footer{
	height: 136px;
	text-align: center;
	background-image: url(../images/footer-bg.png);
	width: 780px;
	background-repeat: no-repeat;
} 
#footer a{
	color: #0066CC;
	text-decoration: none;
}
#footer a:hover{
	color: #333333;
	text-decoration: underline;
}
/*
#footer{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/footer.png');
	height: 37px;
	text-align: center;
	width: 786px;

}*/

#nav{
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #00CCFF;
	}



.hide{display:none;}



a img{border:none;}


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

a.linkopacity:hover img {
filter:alpha(opacity=40);   
-moz-opacity: 0.4;   
opacity: 0.4;
}
