* {
	margin: auto;
	padding: 0px;
	color: #333333;
	font-family: "trebuchet ms", arial;
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	list-style: none;
	border-style: none;
	outline-style: none;
}

a, input.button {
	cursor: pointer;
	text-decoration: none;
}

b, strong {
	font-weight: 900;
}

body {
	background-color: #abab95;
	margin-top: 20px;
	margin-bottom: 20px;
}

div {
	overflow: hidden;
}

h1 {
	color: #08003d;
	font-size: 40px;
}

h2 {
	margin-left: -10px !important;
	border-width: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #efefef;
}

h2, h2 *, h3, h3 * {
	margin: 0px;
}

h2, h2 a {
	color: #08003d !important;
	font-family: georgia, arial !important;
	font-size: 20px;
	font-style: italic;
}

h2:first-letter, h2 a:first-letter {
	font-size: 40px !important;
}

h3, h3 * {
	font-size: 16px;
}

legend {
	margin: 0px;
}

.msie6 legend, .msie7 legend {
	margin-left: -7px !important;
}

p {
	margin: 0px;
}

#administration li{
	list-style-type:none;
}

#breadcrumbs {
	background-color: #efefef;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #d0d0d0;
	width: 596px;
	text-transform: uppercase;
	float: left;
}

#breadcrumbs, #breadcrumbs * {
	color: #d0d0d0;
	font-size: 10px;
}

#breadcrumbs:hover, #breadcrumbs:hover *, #search_form .button:hover, #search_form .text:hover {
	background-color: #e7e7e7;
	border-color: #c2c2c2;
	color: #888888;
}

#content {
	background-image: url('images/gradient_top.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 900px;
	min-height: 450px;
}

#content a {
	color: #08003d
}

#content a:hover, input.button:hover {
	color: #6395da;
}

#content small, #content small * {
	color: #08003d !important;
}

#content small a:hover {
	color: #6395da !important;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:24px;
	font-weight:bold;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:24px;
	font-weight:normal;
}
#content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

#content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:18px;
	font-weight:bold;
}

#content h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
#content h6 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:14px;
	font-weight:bold;
}

#content ul {
	padding-left:15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul li {
	list-style-type:disc;
}

#content ol {
	padding-left:15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ol li {
	list-style-type:decimal;
}

#content pre, #content address {
	font-family:"Courier New", Courier, monospace;
}

#content .block {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 30px;
	width: 490px;
	float: left;
}

#content .block .button {
	margin-right: 1px !important;
	margin-bottom: 1px !important;
}

#extras {
	padding-top: 30px;	
	padding-right: 50px;
	width: 210px;
	float: right;
}

#extras * {
	margin: 0px;
	font-size: 14px;
	color: #333333;
	text-align: right;
	text-transform: uppercase;
	list-style: none!important;
}

#extras small {
	font-size: 10px!important;
}

#extras h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #08003d;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 1px;
}

#extras li {
	margin-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #efefef;
}

#footer {
	background-color: #ffffff;
	background-image: url('images/footer.png');
	width: 900px;
	height: 200px;
}

#footer .block {
	padding-top: 50px;
	width: 900px;
}

#footer .block * {
	color: #ffdc00;
	font-family: georgia, arial;
	text-align: center;
	margin-bottom:4px;
}

#footer .block a:hover {
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	background-image: url('images/header.png');
	width: 900px;
	height: 300px;
}

#header * {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#header strong {
	color: #3262a3;
	font-size: 20px;
}

#header .block {
	padding-top: 180px;
	width: 900px;
	height: 300px;
}

#header .block * {
	margin: 0px;
}

#search_form {
	width: 282px;
	float: left;
}

.msie6 #search_form, .msie7 #search_form {
	margin-top: -1px !important;
}

#search_form .button {
	width: 80px;
}

#search_form .button, #search_form .text {
	background-color: #efefef;
	margin-left: 1px;
	color: #d0d0d0;
}

#search_form .text {
	width: 188px;
	text-align: right;
	text-transform: uppercase;
}

.bar {
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	width: 890px;
}

.msie6 .bar, .msie7 .bar {
	padding-bottom: 0px !important;
}

.button {
	padding: 5px !important;
	text-align: center;
	text-transform: uppercase;
}

.firefox3 input.button {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.msie6 input.button, .msie7 input.button {
	padding-top: 4px !important;
	padding-bottom: 3px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.button, .infoline, .select, .text, .textarea {
	background-color: #f7f7f7;
	border-width: 1px;
	border-style: solid;
	border-color: #d0d0d0;
}

.button, .select, .text, .textarea {
	font-size: 10px;
}

.current {
	color: #6395da !important;
}

.gradient_bottom {
	background-image: url('images/gradient_bottom.gif');
	width: 900px;
	height: 150px;
}

.infoline {
	padding: 10px;
	font-style: italic;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.paginator {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	text-align: center;
}

.select {
	width: 120px;
	height: 28px;
}

.select, .text, .textarea {
	padding: 5px !important;
}

.space_bottom {
	margin-bottom: 10px;
}

.space_left {
	margin-left: 10px;
}

.space_right {
	margin-right: 10px;
}

.space_top {
	margin-top: 10px;
}

.sub_headline {
	color: #6395da !important;
	font-size: 14px;
	text-transform: uppercase;
}

.text {
	width: 108px;
}

.textarea {
	width: 478px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	overflow: hidden;
}

.warning {
	text-decoration: blink;
}