/* CSS Document */

body {
	background-color: #000;
	font-family: Verdana;
	color: #FFFFFF;
	font-size:90%;
}


acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
}
h1{
}
h2{
	font-size: 160%;
}
h3{
}
h4{
}

.hide{display:none;}

.container{
}
.container a{
}
.container a:hover{
}
.banner{
}
.nav{
}
.nav a{
}
.nav a:hover{
}
.content{
	margin:auto;
	width:1024px;
}
.content a{
	color: #006666;
}
.content a:hover{
	color: #009966;
}
.footer{
}
a img{border:none;}
.footer a{
}
.footer a:hover{
}
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;}

.boxHeight400{min-height: 400px; height: auto;} 
* html .boxHeight400{height: 400px;}


.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;
	line-height: 20px;
}
