/* CSS Document */
body{
	background-color: #eaebec;
	background-image: url(../images/bg.jpg);
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}
.container{
	width: 746px;
	margin: auto;
}

acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#666666;
}
h1{
	font-size: 170%;
	font-style: normal;
	font-weight: bold;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 140%;
}
h4{
    font-size: 125%;
}
.banner{
	height: 142px;
	width: 746px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.banner-title{
	background-image: url(../images/banner-title.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 746px;
}
.content{
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 746px;
}

.nav{
	background-image: url(/images/nav-bar.jpg);
	background-repeat: no-repeat;
	width: 190px;
	padding-left: 40px;
}
div.nav a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 16px;
	height: 16px;
	display: block;
	line-height: 16px;
}
div.nav a:hover{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/right-arrow.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-right: 10px;
	height: 16px;
}
.container a{
	color: #000;
	text-decoration: underline;
}
.container a:hover{
	color: #0066CC;
	text-decoration: underline;
}

.hide{display:none;}

.footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 746px;
	clear: both;
	font-size: 85%;
}
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=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}  
.boxHeight{min-height: 75px; height: auto;}
* html .boxHeight{height: 75px;}

.boxHeight250{min-height: 250px; height: auto;} 
* html .boxHeight250{height: 250px;}


.txtBlue{
	color: #0066FF;
}
.txtRed{
color:#FF0000;
}
.txtGreen{
color:#009933;
}
.txtGrey{
color:#666;
}
ul li{
    padding-top:3px;
    padding-bottom:3px;
}
ol li{
    padding-top:3px;
    padding-bottom:3px;
}

.pContent p{ padding: 5px;}

p, ul, ol{
font-family: Arial, Helvetica, sans-serif;
}
.borderWhite{
border-bottom-color: #FFFFFF;
}
