body {
	margin: 0px;
	background-image: url('../images/wood.png');
	color: #333;
	font-size: 13px;
}

body, textarea, input {
	font-family: Lucida Grande, Helvetica, Verdana, Sans-Serif;
}

textarea, input {
	font-size: 12px;
}

#page {
	width: 872px;
	margin: 0 auto;
}

#page td {
	vertical-align: top;
}

#header {
	background-image: url('../images/layout3_01.png');
	width: 100%;
	height: 211px;
	position: relative;
}

#logo_hot_spot {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 400px;
	height: 150px;
}

#navigation, #login {
	position: absolute;
	bottom: 0px;
	font-size: 14px;
	list-style: none;
	clear: both;
	padding-left: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0 20px 0 40px;
}

#navigation a, #login a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover, #login a:hover {
	text-decoration: underline;
}

#login {
	right: 40px;
	color: #fff;
}

#login .small {
	font-weight: normal;
}

#content {
	width: 654px;
	background: url('../images/layout3_02.png');
	padding-top: 10px;
	height: 450px;
}

#content > * {
	margin-left: 40px;
	margin-right: 9px;
}

#divider_top {
	width: 20px;
	height: 16px;
	background: url('../images/layout3_03.png');
}

#divider_bottom {
	width: 20px;
	background: url('../images/layout3_07.png');
}

#sidebar {
	width: 198px;
	background: url('../images/layout3_04.png');
}

#sidebar > * {
	margin-right: 36px;
	margin-left: 4px;
	z-index: 1000;
	font-size: 12px;
}

#sidebar h2 {
	text-align: center;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 24px;
}

#sidebar ul.regular {
	list-style-type: circle;
	padding-left: 25px;
	margin-bottom: 5px;
}

#sidebar ul.regular li {
	padding: 3px 0;
}

#sidebar li a {
	color: #685B5B;
}

#sidebar li.selected a {
	font-weight: bold;
	color: #19177a;
}

#footer {
	background: url('../images/layout2_06.png') no-repeat;
	height: 65px;
	vertical-align: bottom !important;
}

#copyright {
	color: #DDD;
	text-align: center;
	text-shadow: 1px 2px 0px black;
	margin-bottom: 15px;
}

.section > * {
	padding-left: 25px;
}

.divider {
	text-align: center;
	margin: 10px auto;
	width: 80%;
	padding: 0 !important;
	background: 50% url('../images/divider.png') repeat-x;
}

table td .divider {
	margin: 0 auto;
}

.divider > * {
	background-color: #fff;
	font-weight: bold;
	padding: 0 15px;
	font-size: 90%;
}

/* Generic Styles */

.feature_notice {
	border: 1px solid #19177a;
	background-color: #EAEAF3;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

a {
	color: #19177a;
	text-decoration: none;
}

p.regular_link a {
	text-decoration: none !important;
}

a.external {
	padding-right: 19px;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url('/images/icons/arrow-1.gif');
}

a.normal {
	color: #19177a !important;
}

p a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 15px !important;
	color: #19177a;
	margin-bottom: 8px;
}

h3 {
	font-size: 13px;
	color: #333;
	margin: 0;
}

.blue {
	color: #19177a;
}

.black {
	color: #333;
}

.red {
	color: #6c0e0e;
}

.green {
	color: green;
}

.grey, .gray {
	color: #454545;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline, .underlined {
	text-decoration: underline;
}

.centered, .center {
	text-align: center;
}

img.bordered {
	border: 1px solid #888;
}

.note {
	color: #454545;
	font-size: 10px !important;
	padding-left: 2px;
}

label {
	display: block;
	font-weight: bold;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	line-height: 1.55em;
}

label.normal {
	font-weight: normal;
}

form p {
	line-height: 1.55em;
}

.radios label {
	font-weight: normal;
	text-align: left;
	padding: 3px 0;
}

.radios.regular_labels label {
	font-weight: bold;
	text-align: left;
	padding: 0;
}

.radios input {
	margin-right: 8px;
	vertical-align: top;
}

.controls {
	float: right;
}

.small {
	font-size: 90% !important;
}

form table p {
	margin-top: 0;
}

#sidebar form li {
	padding: 3px 0;
}

#sidebar form label {
	text-align: left;
}

#sidebar form input[type="text"], #sidebar form input[type="password"] {
	width: 95%;
}

p {
	line-height: 150%;
}

.footnote {
	font-size: 70%;
	padding-left: 2px;
	vertical-align: super;
}

.definition {
	font-family: serif;
	font-size: 15px !important;
	margin-top: 8px;
	margin-bottom: 0;
}

.definition p {
	margin-top: 5px;
}

