* {
	margin: 0;
	padding: 0;
}

a {
	color: #2157c2;
}

a:hover {
	color: #89b0ff;
}

body {
	background: #a19f96;
	color: #555;
	font-family: 'Lucida grande', 'Arial', 'Verdana';
	font-size: 12px;
	margin-bottom: 21px;
	text-align: center;
}

h1 {
	color: #2157c2;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2 {
	color: #333;
	font-size: 13px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

.list {
	border-top: 1px solid #e5e5e5;
	list-style: none;
	margin-top: 10px;
	padding-top: 1px;
}

.list li {
	padding: 10px;
}

.list li.odd {
	background: #e3ecff;
}

.list span.small {
	color: #999;
	font-size: 9px;
	margin-right: 5px;
}

.preamble {
	color: #89b0ff;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

#center {
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 25px;
	text-align: left;
	width: 804px;
}

#content {
	margin-left: 275px;
	min-height: 479px;
	width: 479px;
}

#content img {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
}

#content img, #content ol, #content p, #content table, #content ul {
	margin-bottom: 15px;
}

#content table {
	border: 1px solid #ccc;
	padding: 5px;
}

#content td, #content th {
	padding-right: 10px;
}

#content ol, #content ul {
	margin-left: 30px;
}

#content .list {
	margin-left: 0;
}

#footer {
	background: url('../images/footer.jpg') repeat-x;
	clear: both;
	font-size: 10px;
	height: 65px;
	padding-top: 40px;
}

#footer .separator {
	margin: 0 10px;
}

#home {
	background-repeat: no-repeat;
	display: block;
	height: 271px;
	margin-bottom: 9px;
	text-indent: -1000px;
}

#main_menu {
	list-style: none;
	height: 100px;
	margin: 0 auto;
}

#main_menu a {
	color: #333333;
	display: block;
	height: 22px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

#main_menu a:hover {
	color: #2157c2;
}

#main_menu li {
	background: url('../images/tab.jpg') no-repeat;
	float: left;
	height: 64px;
	margin-right: 3px;
	width: 112px;
}

#main_menu li.selected {
	background-image: url('../images/tab_selected.jpg');
}

#main_menu li.selected a {
	color: #fff;
}

#sub_menu {
	float: left;
	list-style: none;
	padding-left: 50px;
	width: 200px;
}

#sub_menu a {
	color: #333;
	display: block;
	margin: 1px 0;
	padding: 10px 20px;
	text-decoration: none;
}

#sub_menu a:hover {
	color: #2157c2;
}

#sub_menu li {
	border-top: 1px solid #e5e5e5;
	display: block;
}

#sub_menu li.first {
	border: 0;
}

#sub_menu li.first a {
	margin-top: 0;
}

#sub_menu li.selected a {
	background: #e3ecff;
	color: #2157c2;
}

#wrapper {
	background: #fff url('../images/background.jpg') repeat-x;
}