
body {
	background: #C8DEEF url('images/bodybg.png') repeat-x scroll top left;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	border-top: 5px solid #A0C6E3;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: right;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background-color: #033E6B;
}

td {
	background: #fff;
	border-bottom: 1px solid #d0d0d0;
	text-align: right;
	
}

code, blockquote {
	display: block;
	border-left: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
bl
ockquote {
	border-left: 5px solid #6F516F;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #999;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #25567B;
}

a:hover {
	color: #333333;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #e0e0e0;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #222;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
}

form input.formbutton {
	border: none;
	background-color: #033E6B;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

h1 {
	color: #fff;
	font-size: 60px;
	text-align: right;
	letter-spacing: -3px;
}

h2 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0 0 5px;
	margin: 0;
	text-align: right;
}

h3 {
	color: #444444;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #555555;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #666666;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 900px;
	margin:0 auto;
	padding: 0;
	background-color: #fff;
}

#header {
	padding: 10px 15px;
}

#header h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -3px;
}

#header h2 {
	color: #25567B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 5px;
}

#navigation {
	background: #033E6B none no-repeat scroll top left;
	height: 45px;
}

#navigationbanner {
	background: #033E6B none no-repeat scroll top left;
	height: 92px;
}


#navigation ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding:9px 0 0;
}

#navigation ul li {
	float: left;
	padding: 0;
	display: block;
}

#navigation ul li a {
	float: left;
	display: block;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li.selected a, #navigation ul li.selected a:hover {
	background-color: #25567B;
	color: #fff;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#body {
	background: #fff;
	padding: 0 10px; 
}

#content {
	float: right;
	width: 600px;
	padding: 10px;
	background-color: #f0f0f0;
	margin:0 10px;
}

.sidebar {
	width: 250px;
	height: 100%;
	padding: 1px 0;
}

.sidebar-left {
	float: left;
	background-color: #FFF;
	
}

.sidebar-right {
	float: left;
	background-color: #FFF;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	color: #777;
	margin: 0;
	line-height: 1.5em;
}

.sidebar li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: underline;
}

.sidebar li ul li a:hover {
	color: #222;
}

.sidebar h4 {
	color: #FF7640;
	font-size: 22px;
	letter-spacing:-1px;
	margin: 0;
	font-weight: normal;
}

.clear {
	clear: both;
}

#footer {
	background-color: #033E6B;
	padding: 20px;
}

#footer p {
	text-align: left;
	margin-top: 15px;
	color: #fff;
	font-size: 11px;
}

#footer p a {
	color: #fff;
}