
body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:5px;
	border-top:none;
}

* {
	margin:0;
	padding:0;
}

h1 {
	font-family:"Tahoma", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}

#footer {
	padding:20px;
        font:1.3em Trebuchet MS;
	text-align:left;
	border-top:0px solid #cccccc;
	border-color:#cccccc;
}

#header {
	border-top:none;
}

#header .description {
	float:right;
	background:#ffffff;
	text-align:right;
      font:1.3em Trebuchet MS;
	margin:10px 0 0 0;
	border-right:5px solid #ffffff;
	color:#99cc00;
}

#header h1 {
	margin:0 3px;
	padding:0px 5px 5px 5px;
	background:#ffffff;
	border-bottom:2px solid #999999;
	border-color:#999999;
	}

#wrapper {
	width:784px;
	margin:3px auto;
	
}

#nav {
	border-bottom:none;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
	padding:5px 0;
	margin:0;
	background:#484848;
	border-top:1px solid #ffffff;
	height:25px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#f8f8f8;
	padding:5px 5px 5px 5px;
	background:#484848;
	font:120% Tahoma;
	margin:2px 2px 2px 12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#c0c0c0;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#484848;
	color:#f8f8f8;
	text-decoration:none;
}

.clear {
	clear:both;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 30px 10px 0;
	border-right:none;
	border-left:3px solid #ffffff;
	padding:0 60px 20px 0;
}

#content p {
	line-height:25px;
	margin:25px 0;
	font-size:70%;
	word-spacing:2px;
}

#content a {
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #eee;
}

#content a:hover {
	color:#000;
}

#content h2 {
	font-family:"Tahoma", Times, serif;
	font-size:1.8em;
	font-weight:normal;
      margin: 0;
	border-bottom:none;
	padding:0px;
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#content h3 {
	margin:1px 5px;
	width:440px;
	padding:10px 10px;
	letter-spacing:1px;
	background:#ffffff;
	border-right:1px solid #99cc00;
	font:14px Tahoma;
	color:#606060;
}

#sidebar {
	width:160px;
	float:right;
	background-color:#ffffff;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#sidebar h2 {
	font-size:1.4em;
	color:#666;
	border-bottom:none;
}

#sidebar ul {
	list-style:none;
	margin:0 0 25px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #c00000;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#000;
}

p.news {
	padding:0px;
	background:#ffffff;
	margin:0px 0;
	color:#ffffff;
}


blockquote {
	padding:1px 20px;
	background:#ffffff;
	margin:3px 0;
	border-top:none;
	font:18px Tahoma;
	color:#999999;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:none;
}

#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

img {
	border:0px none;
}

a.more {
	display:block;
	text-align:right;
	color:#600000;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}