body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #333333;
	margin: 0;
	padding: 0;	
	text-align: center;
}

h3 {
	font-size:16px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	padding: 8px 10px 6px 10px;
}

h4 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 8px 10px 6px 10px;
}

td {
	font-size:10px;
	color: #000000;
	font-weight:normal;
}

a:link {
	color:#DB6040;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#DB6040;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background-color: #DB6040;
}

a:active {
	color:#DB6040;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

input, select, textarea {
    width: 420px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
    border: 1px solid #AAAAAA;
	margin-bottom: 3px;
}
button {
	border: 1px solid #000000;
	background-color: #E9E9E9;
	font-size: 10px;
	color: #000000;
}

#container {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px; 
	padding: 0;
	text-align: left;
}

#page_logo {
	text-align: left;
	padding: 0px 24px 6px 0px;
}

#small {
	color:#333333;
	font-size: 10px;
}

#small a {
	color:#000000;
	text-decoration:underline;
	font-size: 10px;
}

#small a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
}

#border {
	width: 790px;
	border: 7px solid white;
	background-color: #FFFFFF;
}

#content {
	padding: 0px 5px 15px 15px;
	margin-right: 220px;
	text-align: left;
	font-size: 12px;
	/* background-color:#CCFF00; */
}

#sidebar {
	float: right;
	width: 205px;
	margin: 0;
	padding: 0px 5px 5px 5px;
	font-size: 10px;
}

#headborder {
	width: 790px;
	height: 22px; 
	padding: 0px 7px 0px 7px;
	margin: 0;
	color: #DB6040; 
	background-color: #FFFFFF;
	border-top: 5px solid #DB6040;
}

#footer {
	width: 790px;
	height: 22px; 
	padding: 3px 7px 0px 7px;
	margin: 0;
	color: #DB6040; 
	background-color: #FFFFFF; 
	font-size: 10px;
	text-align: left;
	border-top: 2px solid #DB6040;
}

#footer a {
	font-size: 10px;
	text-decoration:none;
}

.navList ul {
	margin: 6px 0px 6px 20px;
	padding: 0;
	list-style: none;
	line-height: 200%;
}

.navBox {
	width: 188px;
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 14px;
}

.greyBorderBox {
	overflow:hidden;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.navTitle {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 3px 0px 5px 10px;
}

.navTitle a:link {
	text-decoration: none; 
}

.navTitle a:visited {
	text-decoration: none; 
}

.navTitle a:hover {
	text-decoration: none; 
}

.navTitle a:active {
	text-decoration: none; 
}

.navNews {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding: 6px 0px 5px 10px;
}

.navNews a:link {
	text-decoration: none; 
}

.navNews a:visited {
	text-decoration: none; 
}

.navNews a:hover {
	text-decoration: none; 
}

.navNews a:active {
	text-decoration: none; 
}

.floatleft 	{ float: left; }
.floatright 	{ float: right; }
.clear 		{ clear: both; }
.clearleft 	{ clear: left; }
.clearright 	{ clear: right; }
