* {
	margin: auto;
	padding: 0px;
	color: #888888;
	font-family: "trebuchet ms", arial;
	font-size: 11px;
	font-weight: 100;
	text-align: left;
	list-style: none;
	border-style: none;
	outline-style: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	background-color: #abab95;
	background-image: url('images/bg.gif');
	margin-top: 20px;
	margin-bottom: 20px;
}

div {
	overflow: hidden;
}

fieldset ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	color: #2d5791;
	font-size: 40px;
}

h2 {
	margin-left: -10px !important;
	padding-top: 10px !important;
	border-width: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #efefef;
}

h2, h2 *, h3, h3 * {
	margin: 0px;
}

h2, h2 a {
	color: #6395da !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-family: "trebuchet ms", arial;
	font-size: 16px;
}

legend {
	margin: 0px;
	color: #cccccc;
}

.msie6 legend, .msie7 legend {
	margin-left: -7px !important;
}

p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

small, small * {
	color: #aaaaaa;
}

small a:hover {
	color: #888888;
}

strong {
	font-weight: 900;
}

#breadcrumbs {
	background-color: #efefef;
	margin-left: 5px;
	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;
}

#content a {
	color: #888888;
}

#content a:hover {
	color: #6395da;
}

#content div {
	overflow: visible;
}

#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: 200px;
	color: #b1b1b1;
	float: right;
}

#extras * {
	margin: 0px;
	font-size: 10px;
	color: #b1b1b1;
	text-align: right;
	text-transform: uppercase;
}

#extras h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7f7f7f;
	font-size: 12px;
	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: 150px;
	width: 900px;
	text-align: center;
}

#footer .block * {
	color: #3262a3;
}

#footer .block a:hover {
	color: #2d5791;
}

#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;
}

#search_form * {
	padding: 0px;
}

#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;
}

.msie6 #search_form, .msie7 #search_form {
	margin-top: -1px !important;
}

.bar {
	background-color: #ffffff;
	width: 900px;
	height: 28px;
}

.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, .warning {
	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, .warning {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-style: italic;
}

.paginator {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.select {
	width: 120px;
	height: 28px;
}

.select, .text, .textarea {
	padding: 5px !important;
}

.space {
	margin-bottom: 10px;
}

.sub_list {
	margin-left: 10px;
}

.text {
	width: 108px;
}

.textarea {
	width: 478px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	overflow: hidden;
}

.warning {
	text-decoration: blink;
}
