
body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	border-top:2px solid #000;
	background-color: #CCC
}

* {
	margin:0;
	padding:0;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}

#footer {
	padding:20px;
	text-align:right;
	border-top:1px solid #eee;
	margin:0;
	color:#999;
}

#footer a {
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #eee;
}

#header {
	border-top:20px solid #333;
}

#header .description {
	float:right;
	margin:45px 0 0 0;
	color:#222;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 25px 0;
}

#wrapper {
	width:760px;
	margin:0 auto;
	
}

#nav {
	border-bottom:1px solid #000;
	padding:7px 0;
	margin:0;
	border-top:1px solid #000;
	height:28px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color: #666;
	padding:5px 5px 7px 5px;
	background:#CCC;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#000;
	color:#CCC;
	text-decoration:none;
}

.clear {
	clear:both;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	padding:10px 25px 30px 25px;
}

#contentwrapper {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}


#content p {
	font-size:110%;
	word-spacing:2px;
	margin-top:0px;
	line-height:120%

}

#contentother p {
	font-size:120%;
	word-spacing:2px;
	margin-top:5px;
	line-height:150%;
	text-indent:35px

}

#content a {
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #eee;
}

#content a:hover {
	color:#000;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.8em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 30px 10px;
	font-size: 14px
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#333;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar a {
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #eee;
}

p.news {
	padding:10px;
	background: #999;
	margin:10px 0;
	color: #333;
	border-bottom:2px solid #666;
	border-top:2px solid #666;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
}
#content li {
	padding:5px;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

a.more {
	display:block;
	text-align:right;
	color: #000;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

.blackout {
	color:#CCC;
	background:#CCC;
	border-bottom:1px solid #666
}
