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

body {

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

#container {

	width: 				800px;
	background-color:	#fff;
	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: #104e8b;
text-decoration: none;

}

a:visited {
color: #104e8b;
text-decoration: none;
}

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

#header a {
	color:				#fff;
	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:			small;
	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: #990000;
				margin: 20px 0px 20px 0px;
				
			}

			h1 {
				font-size: 18px;
			}

			h2 {
				font-size: 17px;
			}
			
			h3 {
				font-size: 16px;
				border-bottom: thin dotted #607888;
			}
			
			h3.shortborder {
				margin: 20px 250px 20px 0px;
			}

			h3.nobottom {
				margin: 10px 0px 10px 0px;
				border-bottom: none;
			}
			
.center	{
	text-align:			center;
}

.bigword {
	color:				#990000;
	font-family: 		georgia, tahoma, verdana, arial, serif;
	font-size:			130%;
	font-weight:		bold;
}
			
#sidebar1 {
	font-size:			12px;
	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;
}

#attention {
	line-height:		1.9em;
	font-size:			16px;
	text-align:			center;
	padding-bottom:		10px;
}


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

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

.xtraspace {
	padding:			0 0 80px 0;
}


