@charset "UTF-8";
/* CSS Document */


#background {
	background-image: url(images/background.jpg);
	height: 850px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
} /*Background*/

#background_24 {
	background-image: url(images/background_black.jpg);
	height: 850px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
} /*Background*/

body {
	font-family: Geneva, Myriad Pro, Helvetica;
	font-size: 11px;
	color: #000000; /* black text */
	background-color: #000000; /* black bacgkround */
	text-align: justify;
	vertical-align: middle;
	
}

body,td,th {
	color: #900;
}

.title {
	font-size: larger;
	line-height: 18px;
}

.subtitle {
	font-size: medium;
	line-height: 4px;
}

a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #E8E8E8;
} /*links*/

/*Begin main title*/

#banner{
	width:950px;
	height:100px;
}/*end*/

/*Begin navigation buttons*/
	#menu{
	width:950px;
	height:66px;
	margin-left: auto;
	margin-right: auto;
	}
.title {
	font-size: 18px;
}
		#menu ul{
			list-style:none;
		}
			#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 1px;
			}
				#menu li a{
	display:block;
	float:left;
	height:47px;
	color:#900;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_027_l.jpg) no-repeat left;
	line-height:39px;
	padding:0 0 0 18px;
	text-decoration:none;
				}
				#menu li a span{
	display:block;
	float:left;
	background:url(images/menu_027_r.jpg) no-repeat right;
	height:47px;
	color:#900;
	line-height:39px;
	padding:0 36px 0 17px;
				}
					#menu li a:hover{
	display:block;
	float:left;
	text-transform:uppercase;
	background:url(images/menu_027_h_l.jpg) no-repeat left;
	height:47px;
					}
					#menu li a:hover span{
	display:block;
	float:left;
	text-transform:uppercase;
	background:url(images/menu_027_h_r.jpg) no-repeat right;
	color:#93602B;
	height:47px;
					}
				#menu li a.current{
	display:block;
	float:left;
	height:47px;
	color:#93602B;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_027_h_l.jpg) no-repeat left;
	line-height:39px;
	padding:0 0 0 18px;
	text-decoration:none;
				}
				#menu li a.current span{
	display:block;
	float:left;
	background:url(images/menu_027_h_r.jpg) no-repeat right;
	height:47px;
	color:#93602B;
	line-height:39px;
	padding:0 36px 0 17px;
				}

/*End navigation buttons*/

#container {
	height: 600px;
	width: 950px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
} /*window for page contents*/

#sidebar {
	height: 250px;
	width: 200px;
	margin-bottom: 40px;
	margin-left: 730px;
} /*side window*/

#footer { 
	position: fixed;
	width: 100%;
	height: 25px;
	-moz-opacity: .8;
	opacity: 0.8;
	left: 0px;
	bottom: 0px;
	padding-top: 40px;
} /*footer container*/

#footer_inset { 
	width: 700px;
	height:50em;
	margin: auto;
} /*inset footer container*/

#footer1 { 
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 25px;
} /*e-mail footer*/

#footer2 {
	float: right;
	padding-right: 0px;
	padding-left: 30px;
	line-height: 25px;
	color: #FFF;
} /*copyright footer*/
.credit {
	color: #000;
}
