/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	line-height: 16px;
}

acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#000000;
}
h1{
	font-size: 155%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
	font-size: 145%;
}
h3{
	font-size: 125%;
}
h4{
	font-size: 115%;
	padding-top: 5px;
	padding-bottom: 5px;
}


.container{
	margin: auto;
	width: 803px;
}
#banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 803px;
}
#content{
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 803px;
	padding-left: 25px;
	font-size: 90%;
}
#content a{
	color: #333;
	text-decoration: underline;
}
#content a:hover{
	color: #03f;
	text-decoration: none;
}

#footerLinks a{
	color: #ccc;
	text-decoration: none;
}
#footerLinks a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer{
	height: 28px;
	text-align: center;
	background-image: url(../images/footer-bg.jpg);
	width: 803px;
	background-repeat: no-repeat;
	font-size: 80%;
	color: #ccc;
} /*
#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.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 803px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-weight: bold;
	font-size: 75%;
	line-height: 20px;
}
#nav a{
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, a:active{
	color: #9cf;
	text-decoration: none;
}

.lineHorizontal{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}


.pContent, p{
	padding-top: 5px;
	padding-bottom: 5px;
}
.inputField{
	background-color: #000000;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.menuBg{
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.menuBgBot{
	background-image: url(../images/menu-bg-bot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 53px;
	width: 150px;
}
.menuBgIcon{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 200px;
	padding-left: 14px;
}



.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;
}

.scroll{
overflow:scroll;
}


