
* {
	margin: 0;
	padding: 0;
	}

body {
	background: url(../images/line.png) repeat-x #212930;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	}

#container {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 980px;
	}
	
#header {
	height: 64px;
	font-family: Tahoma, sans-serif;
	font-size: 3em;
	color: #546172;
	}
#title {
	float: left;
	width: 400px;
	padding-left: 20px;
	}
#tagline {
	float: right;
	width: 550px;
	font-size: 0.4em;
	}

/*ul#nav {
	float2: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: inline;
		
	}
	#nav li {
		float: left;
		display: block;
		list-style-type: none;
		clear: left;
		letter-spacing: 2px;
		width: 220px;
		}
	#nav li a {
		float: left;
		display: block;
		padding: 4px;
		color: #fff;
		}
	#nav li a:hover {
		color: #d9d8d8;
		}
		*/

/*		
ul#nav {
	color2: #231f20;
	margin: 10px; padding: 0px;
	background-color:#888377;
	border-left:1px solid #6b6659;	
	border-right:1px solid #6b6659;
	border-bottom:1px solid #6b6659;
	border-top:1px solid #7d786c;
}
ul#nav li {
	list-style: none;
	margin: 0;
	padding: 0;	
	margin-top2: 5px;
	font-size2:12px;
}
ul#nav li a {
	color: #ffffff;
	text-decoration:none;
	padding:7px;
	padding-left:14px;	
	padding-right:6px;
	width:180px;
	display:block;
	border-top:1px solid #a29e91;
	border-bottom:1px solid #8a8477;	
}
ul#nav li a:hover {
	background-color: #414b56;
	border-top: 1px solid #a29e91;
	border-bottom: 1px solid #7d786c;
	color: #fff;
}
ul#nav .selected {
	background-color: #504c41;
	border-bottom: 1px solid #5a5548;
	color: #fea849;	
	font-weight:bold;
}
*/

#nav {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	border-size: 1px;
	border-width: 1px;
	}
#nav li {
	list-style: none;
	}
#nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
#nav li a:link, #nav li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(../images/menu1.gif);
	padding: 8px 0 0 10px;
	}
#nav li a:hover {
	color: #FFF;
	background:  url(../images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
#nav .selected {
	color: #FFF;
	background:  url(../images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#main {
	clear: both;
	background: url(../images/content_bg.png) no-repeat #212930;
	width: 980px;
	height: 243px;
	}

#navigation {
	float: left;
	padding: 10px;
	}

#content {
	width: 690px;
	float: right;
	padding: 15px 20px;
	}
	
#content p {
	padding: 7px 0px;
	line-height: 22px;
	color: #fff;
	font-size: 1.1em;
	}
	
a, a:link {
	text-decoration: none;
	outline: none;
	padding: 2px 4px;
	background-color: #333c44;
	color: silver;
	}
a:hover, a:active {
	color: #000;
	background: #d9d8d8;
	}
	
.internallink {
	padding: 0;
}

img {
	border: none;
}

h1 {
	color: #546172;
	}

h2 {
	color: #546172;
	font-size: 1.6em;
	}

h3 {
	color: #546172;
	font-size: 1.3em;
	}

#content ol, #content ul {
	margin: 15px 0 0 45px;
	}
#content li {
	margin-bottom: 6px;
	color: #fff;
	}

#content #links dl {
	width: 600px;
	margin: 10px 0 20px 40px;
	}
#content #links dt {
	color: #fff;
	margin-top: 25px;
	border-top: 1px solid #546172;
	border-bottom: 1px solid #546172;
	padding: 5px 10px;
	}
#content #links dt span {
	font-weight: bold;
	margin-right: 58px;
	}
#content #links dd {
	color: #fff;
	border-bottom: 1px solid #546172;
	padding: 5px 10px;
	}
#content #links dd span {
	font-weight: bold;
	margin-right: 5px;
	}

hr {
	color: #546172;
	background-color: #546172;
	height: 2px;
	}

#footer-container {
	clear: both;
	width: 100%;
	height: 25px;
	background-color: #414b56;
	}
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 0.85em;
	color: #000;
	}
#footer-left {
	float: left;
	padding-left: 10px;
	}
#footer-right {
	float: right;
	padding-right: 10px;
	}

.backtotop {
	text-align: right;
	margin-right: 10px;
}
.backtotop a:active, .backtotop a:link {
	font-weight: bold;
	font-size: 0.9em;
}

form {
	padding: 20px 20px;
}

