* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size: 14px;
}

p {
	margin: 0 0 15px 0;
}

h1 {

}

ul, ol {
	margin: 0 0 15px 30px;
}

li {
	clear: both;
}

a, .link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #225799;
	text-decoration: none;
}

#container {
	text-align: center;
	background: #2765AF url('../images/body_bg.jpg');
	padding: 20px 0 0 0;
}

#holder {
	margin: 0px auto;
	width: 860px;
	padding: 20px 20px 5px 20px;
	background: #FFFFFF;
	text-align: left;
}

#logo {
	border-top: 2px solid #2765AF;
}

#logo a {
	display: block;
	height: 100%;
	padding: 10px 0;
	text-decoration: none;
	float: left;
}

#logo h1 {
	font-weight: normal;
	font-size: 170%;
	margin: 0;
	padding: 0;
	color: #225799;
}

#logo h1 span {
	font-size: 70%;
/*	font-weight: bold;*/
}

#logo h2 {
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0 0 0;
	padding: 0;
	color: #225799;
}

#navigation {
	padding: 10px 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 30px;
}

#navigation li {
	clear: none;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#navigation a {
	color: #225799;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	text-align: center;
	background: #FEFFD5;
	border: 2px solid #FFEB70;
	margin: 0 2px;
}

#navigation a:hover {
	color: #000000;
	background: #eee;
}

#header {
	background: #DADADA url('../images/header_home.jpg') no-repeat 10px 10px;
	padding: 10px;
	height: 200px;
}

#content {
	float: left;
	width: 820px;
	padding: 20px 10px 10px 30px;
	line-height: 160%;
	border-bottom: 2px solid #2765AF;
	border-top: 2px solid #2765AF;
}

#news {
	float: right;
	width: 250px;
	padding: 20px 0;
	line-height: 140%;
	text-align: justify;
}

.newsItem {
	padding: 20px 20px 5px 20px;
	background: #FEFFD5;
	border: 1px solid #FFEB70;
	font-size: 90%;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 80%;
	background: #DADADA;
	padding: 20px;
	text-align: left;
	margin: 0px auto;
	width: 860px;
}

#copyright {
	float: right;
}

.newsItem h1 {
	color: #225799;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
}

#content h1 {
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	padding: 0;
	margin: 0 0 20px 0;
}

#content h3 {
	font-size: 120%;
	font-weight: normal;
	line-height: 130%;
	padding: 0;
	margin: 30px 0 15px 0;
}

#footer {

}

#footer p {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	width: 50%;
}

#footer p.right {
	float: right;
	text-align: right;
}

#footer a {
	color: #000000;
	font-weight: bold;
	padding: 0 5px 0 0;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.blank {
		clear: both;
}

.warn {
	background: #FEFFD5 url("/images/warn.gif") no-repeat;
/*	border-left: 2px solid #FFEB70;*/
	margin-left: 50px;
	padding: 10px 10px 10px 50px;
	line-height: 1.2em;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

table {
	border-collapse: collapse;
	border: 2px solid #FFEB70;
	line-height: 1em;
}

th, td {
	padding: 3px 3px 3px 10px;
	border: 1px solid #FFEB70;
	text-align: center;
}

th {
	background: #FEFFD5;
	border: 2px solid #FFEB70;
}

.tleft {
	text-align: left;
}

.tbold {
	font-size: 11px;
	font-weight: bold;
}

img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	background: #FEFFD5;
	border: 2px solid #2765AF;
}

#sub {
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	width: 900px;
	color: #333;
	background: #FFF;
}

#sub ul {
	width: 900px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
	background: #FFF;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	clear: none;
	float: left;
	width: 215px;
	padding: 0 5px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.3em;
	border: 0;
	background: #FFF;
}

#sub li a:hover {
	background: #FEFFD5;
/*	background: #FFEB70;*/
	border: none;
	color: #000;
}

.up {
	text-transform: uppercase;
}