* {
	padding: 0;
	margin: 0;
}
body {
	color: #000;
	font-family: Arial, sans-serif;
	text-align: center;
	background: url('../img/bg.png') #000 repeat;
}

/****************** 
    GENERAL STYLES
******************/
img {
	border: none;
}

.back {
	float: left;
}
.forward {
	float: right;
}
.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.clearer {
	clear: both;
}
.down {
	margin-top: 1em;
}
.down_slight {
	margin-top: .5em;	
}
.hidden {
	display: none;
}

/****************** 
    TEXT STYLES
******************/
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.3em;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.1em;
	border-bottom: 1px dotted #298093;
}
h4 {
	font-size: 1em;
	font-style: italic;
}
p {
	margin: .5em 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, p a:hover, li a:hover {
	color: #a21d21;
}
ul, ol {
	margin-left: 1em;
}
/* Custom */
.emphasis {
	color: #991B44;
	font-weight: bold;
}
.note {
	font-size: .85em;
}
.strike {
	text-decoration: line-through;
}
.subtle {
	opacity: .5;
	filter: alpha(opacity=50);
}
a.subtle {
	opacity: 1;
	color: #BFBFBF;
	filter: none;
}
a.subtle:hover {
	color: #6D8FA4;
}
.subtle a:hover {
	color: #000;
}
.nobreak {
	white-space: nowrap;
}
.error_message {
	color: #9C0B44;
	font-style: italic;
}

/****************** 
    FORM STYLES
******************/
fieldset {
	padding: .25em .25em .5em .25em;
	margin: 1em 0;
	border: 1px dotted #aaa;
}
legend {
	color: #777;
	font-size: 1em;
	padding: 0 .25em;
}
option {
	padding: 0 .25em;
}

div.input {
	margin-bottom: .25em;
}
div.input label {
	float: left;
	width: 15%;
}
div.input label.long {
	width: 30%;
}
div.input input, div.input textarea {
	margin: 0 0 0 0;
	width: 84%;
}
div.input input[type=file] {
	width: auto;
}
div.input input.short, div.input textarea.short {
	width: auto;
}
div.input p {
	color: #808080;
	font-style: italic;
}
div.submit {
	margin-left: 15%;
}
div.error-message, div#authMessage {
	color: red;
	margin-left: 15%;
}

/****************** 
    TABLE STYLES
******************/
thead {
	color: #6D8FA4;
	font-weight: bold;
}
td {
	vertical-align: top;
}
/* Custom */
table.collapse {
	border-collapse: collapse;
}
table.fancy {
	width: 100%;
	border-collapse: collapse;
}
table.fancy .prompt {
	white-space: nowrap;
}
table.fancy td {
	padding: .2em;
}
table.subtable {
	width: 95%;
	font-size: .8em;
	border-collapse: collapse;
}
table.subtable input {
	font-size: .9em;
}
td.response {
	padding: 0 0 0 .5em;
}
tr.odd td {
	background: url('../img/white_10.png');
}
tr.even td {
	background: url('../img/white_25.png');
}
.subtable tr td.response {
	background: none;
}

/****************** 
    SITE STRUCTURE
******************/
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 150px;
	background: #fff;
}
#header_logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#header_txt {
	position: absolute;
	left: 320px;
	bottom: 30px;
	width: 210px; /* 445 */
}
#header_txt p {
	margin: 1em 0 0 0;
}
#header_txt p.note {
	white-space: nowrap;
	overflow: hidden;
}
#header_menu_wrapper {
	position: absolute;
	overflow: hidden;
	right: 20px;
	bottom: 30px;
	width: 200px;
	height: 100px;
}
#header_menu_wrapper ul {
	list-style: none;
	margin: 0;
}
#header_menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#header_menu ul.submenu {
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
}
#body_top {
	height: 40px;
	color: #fff;
	padding: 0 30px;
	margin-top: 10px;
	background: url('../img/trans_50.png');
}
#body_bottom {
	background: #fff;
	padding: 20px 30px;
}
#body_bottom a {
	color: #a21d21;
}
#body_bottom a:hover {
	color: #333;
}
#sbox-content #body_top, #sbox-content #body_bottom {
	color: #000;
	padding: 0;
	margin-top: 0;
	background: none;
}
.col_left {
	float: left;
	width: 360px;
}
.col_right {
	float: right;
	width: 360px;
}
#footer {
	font-size: .85em;
	padding: 1em 30px;
	background: #fff;
}