body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0 auto;
	background:url(images/bg.jpg) repeat-x left top;
}

* {
	margin:0;
	padding:0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:5.0em;
	font-weight:normal;
	/* color:#333; */
	color: #fff;
	letter-spacing:-1px;
	margin:20px 0;
}

#h1l2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	/* color:#333; */
	color:#037EA7;
	letter-spacing:0.5px;
	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;
}

#header {
	height: 150px;
	background:url(images/header.jpg) no-repeat left top;
}

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

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

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

#nav {
	padding:1px;
	height:23px;
	/* height:30px; */
	background-color: #04171E;
}

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

#nav li a {
	color:#FFFFFF;
	padding:4px 6px 5px 6px;
	/* trbl */
	/* padding:5px 10px 7px 10px; */
	background:#fff;
	font:1.1em Arial;
	/* 1.6em Trebuchet MS */
	/* margin:1px0 0  2px; */
	margin:1px 0px 0px 2px;
	/* font-weight:bold; */
	text-decoration:none;
	display:block;
	background-image: url(images/menu_bg.jpg);
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
	background-image: url(images/hover.jpg);
}

#nav li a.active {
	background-color:#1755A0;
	color:#50ABE2;
	text-decoration:none;
}

.clear {
	clear:both;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding:10px 25px 30px 25px;
	border-bottom:1px solid #eee;
}

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

#content a {
	text-decoration:none;
	color:#3886C8;
	border-bottom:1px solid #eee;
	font-size: 12px;
}

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

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

#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 30px 10px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background-color: #F3FAFE;
}

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

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 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 #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#000;
}

p.news {
	padding:10px;
	background:url(images/bg1.jpg) repeat-x left top;
	margin:10px 0;
	color:#4294D0;
	
	height: 150px;
	font-size:12px;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
	
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
	font-size: 12px;
	font-weight:bold;
	color: #67BAEC;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

img {
	/* background:#ccc;
	padding:1px; */
	border:5px solid #eee;
}

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

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

.head {
	display:block;
	text-align:left;
	color: #0c3a4f;
	text-decoration:none;
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

#sidebar a {
	color:#04171E;
}
	
#footer {
	margin:0 auto;
	clear:both;
}
	
#footer p {
	text-align:center;
	color:#666666;
}

#footer a {
	color:#666666;
}

#footer a:hover {
	color:#333333;
}