.style1 {
	color: #990000;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	color: #990000;
	font-weight: bold;
}

body {
	margin:auto 0px;
	background:#000000;
	font: 12px Arial, Helvetica, sans-serif;
	
}
a:link, a:active, a:visited {
color:#ffffff;
}
a:hover {
color:#c10000;
}
#baklinks {
position:relative;
left:20px;
}
.backlinks a:link, .backlinks a:active, .backlinks a:visited {
text-decoration:none;
color:#900000;
}
.backlinks a:hover {
text-decoration:none;
color:#BF0000;
}
#header {
position:relative;
width:739px;
height:179px;
}
#header h1 {
	margin:0px;
	padding:0px;
	width:739px;
	height:179px;
	background: url(images/header.jpg) no-repeat;
}
.noshow {
display:none;
}
#side {
	position:relative;
	width:135px;
	background: url(images/bg_side.jpg) repeat-y;
}
#content {
padding:20px;
}
#main {
	position:relative;
	width:604px;
	background: #2a2a2a url(images/bg_main.jpg) repeat-x;
	color:#a8a8a8;
	text-align:justify;
}
#main h1 {
font-weight:bold;
font-size:18px;
margin:0px;
}
#main img {
border: 1px solid #730D0D;
}
#footer {
	position:relative;
	width:739px;
	background: url(images/footer.jpg) no-repeat;
	color:#666666;
	font-size:11px;
	text-align:right;
}
#search{
/*position:relative;
width:100px;
height:55px;
margin-bottom:-69px;
top:-158px;
left:309px;*/
display:none;
}
#search input {
	position:relative;
	background: url(images/search_box2.jpg);
	width:92px;
	height:13px;
	border:0px;
	font-size:11px;
	color:#cccccc;
	margin-bottom:5px;
	* margin-bottom:4px;

}
#go {
position:relative;
text-align:right;
padding-right:4px;
}
.searcher {
	
}
/*////////////  Navigation Styles  //////////////////////*/
#nav {
postion:relative;
}
#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b9b9b;
	text-align:right;
	text-decoration: none;
	width:92px;
	margin-left:-30px;
	* margin-left:-53px;
	padding:2px;
	border-left: 1px solid #000000;
} 
#nav a:hover {
	color:#ffffff;
	background:#3F0606;
	border-left: 1px solid #c10000;

	

}
#nav li {
	list-style-type: none;
	
} 
/* Move Submenu 999em off screen, OnHover: left:auto */
#nav li ul { 
	position: absolute; 
	width: 5em; 
	left: -999em;

	
} 
#nav li:hover ul { 
	left:auto;
}
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	
}
#nav li ul li a:hover {
	
	}
	/* Style for Second Level */
#nav li ul li {

}
#nav li ul li:hover, #nav li ul li.sfhover {

}

/* SFhover class selectors */
#nav li:hover ul, #nav li.sfhover ul { left: auto; }



/* Places Third Level lists to the side of corresponding LI */
#nav li ul ul { 
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; } #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; } 

/*////// End Top Menu /////////////////////////////////////////////////*/

.subtop a:link, .subtop a:active, .subtop a:visited {
	color:#ffffff;
	background:#141414;
	border-top: 1px dashed #900000;
}
.sub2 a:link, .sub2 a:active, .sub2 a:visited {
	background:#141414;
	color:#ffffff;
}
.subbttm a:link, .subbttm a:active, .subbttm a:visited {
	color:#ffffff;
	background:#141414;
	border-bottom: 1px dashed #900000;
}
.warn {
	font-size:14px;
	font-weight:bold;
	color:#c10000;
}
#support {
position:relative;

/*border:1px dashed #999999;*/
}
#support td {
border-bottom: 1px solid #333333;
}
.title {
color:#000000;
background-color:#999999;
font-weight:bold;
}