/* CSS Document */
body{
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #000;
	background-repeat: repeat-x;
	height: 768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#ccc;
}
h1{
	font-style: oblique;
	font-variant: small-caps;
	text-transform: capitalize;
	margin:0;
	padding:0;
	font-size: 200%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 140%;
	color: #FF9900;
}

.container{
	width: 786px;
	margin: auto;
}
.bannerTop{
	background-image: url(../images/banner-top.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 786px;
}
.reel{
	background-image: url(../images/reel.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 786px;
}
.banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 193px;
	width: 786px;
}


.contentHeader{
	background-image: url(../images/content-header.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 786px;
	padding-left: 200px;
}
#content{
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	width: 786px;
}

#content p{
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	line-height: 18px;
}

a{
	color:#39f;
	text-decoration: none;
	}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.contentArea{
	float: left;
	width: 560px;
}
.nav{
	float: left;
	width: 200px;
	padding-bottom: 25px;
}
.nav ul{
	margin: 0px;
	padding: 0px;
}
.nav li a:link, .nav li a:visited{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.nav li a:active{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.nav li a:hover{
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;
}
.home-icon a:link{
	background-image: url(../images/home-icon.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: block;
}
.home-icon a:hover{
	background-image: url(../images/home-icon-hover.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: block;
}

#footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 786px;
}
a img{border:none;}

#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
.tdt a:link, .tdt a:visited, .tdt a:active{
	color: #999999;
	text-decoration: none;
	font-size: 90%;
}
.tdt a:hover{
	color: #FFF; 
	text-decoration: underline;
}
input{
background:#ccc;
}
input:focus, select:focus, textarea:focus {
background:#ffc;
color:#000;
}

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

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

::selection { background: #444; color: #f90; }
::-moz-selection { background: #444; color: #f90; }

