* a:active, * a:hover, * a {
	outline:			none;
}

body {

		background-color: #000;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #777;
}

#container {

	width: 				800px;
	background-color:	#000;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left:		25px;
	padding-right:		25px;
	margin-left:		auto;
	margin-right:		auto;
	border:				#bbb 3px double;
	
}

a:link {
color: #6666ff;
text-decoration: none;

}

a:visited {
color: #6666ff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
		
#header {
	background-color:	#000;
	font-family:		arial, "trebuchet ms", verdana, sans-serif;
	font-size:			180%;
	font-weight:		bold;
	padding:			10px 0px 0px 0px;
	margin-bottom:		0px;
	height:				230px;
	color:				#fff;
	line-height:		7em;
	background-repeat:	no-repeat;
	background-position: center;
	text-align:			center;
	
}

#header a {
	color:				#000;
	text-decoration:	none;
}

#nav {
	padding:			0px 10px 0px 10px;
	margin:				0px 0px 0px 15px;
	font-family: 		georgia, tahoma, verdana, arial, serif;
	font-size:			16px;
	background-color:	#990000;
	border:				none;
}

#nav a {
	color: 				#fff;
	text-decoration:	none;
	padding:			4px 8px;
	border:				none;
}

.on a {				
	text-decoration:	none;
	padding:			4px 8px;
	text-transform:		none;
}

#nav a:hover {
	color:				#fff;
	text-decoration:	underline;
}

#subnav {
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	margin-left:		24px;
}

#subnav a {
	text-decoration:	none;
	padding:			4px 8px;
	border:				none;
}

#subnav a:hover {
	text-decoration:	underline;
}

#nav ul, #subnav ul {
	list-style-type:	none;
	margin-left:		0;
	padding:			5px 5px;
}

#nav li, #subnav li {
	list-style:			none;
	margin:				0;
	padding:			0;
	display:			inline;
}

li {
	list-style:			none;
	margin:				0;
	padding:			0;
	line-height:		1.6em;
}

#content {
	padding:			5px 0 30px 0px;
	margin:				0px 15px 0 15px;
	line-height:		18px;
}



h1, h2, h3 {
				font-family: georgia, tahoma, verdana, arial, serif;
				font-weight: bold;
				color: #c3161c;
				margin: 20px 0px 20px 0px;
				
			}

			h1 {
				font-size: 170%;
			}

			h2 {
				font-size: 130%;
			}
			
			h3 {
				font-size: 120%;
				border-bottom: thin dotted #607888;
			}
			
			h3.shortborder {
				margin: 10px 250px 20px 0px;
			}

			h3.nobottom {
				margin: 10px 0px 10px 0px;
				border-bottom: none;
			}
			
.center	{
	text-align:			center;
}
			
#sidebar1 {
	background:			#000;
	font-size:			95%;
	text-align:			center;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left:		10px;
	padding-right:		10px;
	margin:				15px 0px 10px 20px;
	width:				220px;
	border:				#bbb 3px double;
	float:				right;
}



#footer {
  font-size:           70%;
  color:				#777;
  padding:				5px 0px 5px 0px;
  text-align:          center;
  line-height:         normal;
  margin-top:          30px;
  background: 			#000;
  border:				none;
  clear:				right;
}

.copy {
	text-align:			center;
	letter-spacing:		1px;
}

