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


body{
	background-color:#000;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	
	
}
/*body img {border:none;}*/

hr {width: 85%;
	height:1px;
	color: #e3ddde;
		}



a {color: #1e20dc; font-style:italic; font-weight:bold; font-size:16px}
a:link { text-decoration: none;}
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none;}


/* Begin Top Menu */

#nav {
	height: 35px;
	width: 1024px;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #e5d471;
}
#nav ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav ul li {
  display: block;
  position: relative;
  float: left;
}
#nav li ul { display: none; 
}
#nav ul li a {
  display: block;
  text-decoration: none;
  color:  #e5d471;
  padding: 5px 15px 5px 15px;
  background: #000;
  margin-left: 1px;
  white-space: nowrap;
}
#nav ul li a:hover { background: #000; text-decoration:underline; 
}
#nav li:hover ul {
  display: block;
  position: absolute;
}
#nav li:hover li {
  float: none;
  font-size: 12px;
}
#nav li:hover a { background: #000; }
/* End Top Menu */



td{ vertical-align:top; padding:6px; 	
}
	
 
	
	 
/*td#3515 { height:35px; margin:10px; vertical-align:top;}*/

#trailerbox {
	float: left;
	padding: 2px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: none;
	background-color: #4B5056;
	border: 1px groove #000000;
	text-align: center;
	box-shadow: 7px 7px 5px #818181;
	 -moz-box-align: center;
	 -webkit-box-align: center;
	-webkit-box-shadow: 7px 7px 5px #818181;
	-moz-box-shadow: 7px 7px 5px #818181;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
} 



.poll {background-color:#FFF;}

.titlerow {
	height:30px;
	background-color:#000; 
/*	background-image:url(/images/shade.png); background-repeat:repeat;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    text-align: left;
    color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	border-style:outset;
    border-width:5px;
}


.currentcolor {font-family: Georgia, "Times New Roman", Times, serif;;color:#2a3f50; text-transform:uppercase; font-size:20px;font-weight:bold;font-style:italic}}
.greyslant {color:#999; font-style:italic;}
.redslant { color: #F00; font-style:italic;}
.underline {text-decoration:underline;}
.doubleline { text-decoration: overline;}


.leftcol { background-color:#FFF;}
.rightcol { background-color: #2C5463;}
.footer { background-color:#FFF}



/* Content Attibrutes---------------------------------------------------------------------------*/

#content {
	background-color: #FFF;
	color:#000;
	width: 650px;
}
#content td {
	vertical-align:top;
	height:35px;
}


/* SideBar Attibrutes---------------------------------------------------------------------------*/

#sidebar {
	background-color:#000;
	color:#FFF;
	width:350px;
	float:right;
	padding: 6px;
}
#sidebar a{
	
	font-family: Verdana, Arial, Helvetica, sans-serif; font-style:italic;
	font-size: 16px;
	/*margin-left:10px;*/
} 

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color:#e2a53b;
	text-align:left;
}

#sidebar a:hover {
	color:#fff;
}

.sidebar_header {
	border-style:double;
	border-color: #333;
	/*padding:10px;*/
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#FFC;
}
.sidebardate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}

.sidebarpoll {
	background-color:#bf8a3e;}
	

	
#vault {
	background-color: #333;
}

