body {
	margin: 25px 0;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#page {
	margin: 25px auto;
	width: 990px;
}

p, td, ol li {
	font-size: 14px;
}

a, a:visited {
	color: #23497f;
	text-decoration: underline;
}
a:hover {
	color: black;
}

a.white, a.white:hover {
	color: white;
	text-decoration: none;
}

#header {
	height: 86px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 292px;
}
#header #mid {
	position: absolute;
	top: 0;
	left: 292px;
	width: 472px;
}
#header #mid #banner {
	position: absolute;
	top: 0;
	left: 0;
}
#header #mid #menu {
	position: absolute;
	top: 72px;
	left: 1px;
	height: 14px;
	color: white;
	background: #23497f;
}
#menu a {
	display: block;
	float: left;
	width: 90px;
	color: white;
	height: 13px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid white;
	padding-top: 1px;
	text-transform: uppercase;
}
#menu a#m1 {
	background: #23497f url(../images/corner_1.gif) bottom left no-repeat;
	padding-left: 14px;
}

#menu a:hover {
	background: black;
}
#menu a#m1:hover {
	background: black url(../images/corner_2.gif) bottom left no-repeat;
}
#header #right {
	position: absolute;
	top: 0;
	left: 765px;
	height: 66px;
	width: 204px;
	background: black url(../images/top_login.gif) top left no-repeat;
	padding: 23px 10px 0 10px;
	color: white;
	text-align: right;
}

#header #right #login  {
	font-weight: bold;
	font-size: 12px;
	height: 47px;
	color: #e0e0e0;
	font-size: 11px;
}
#header #right #login input[type=text], #header #right #login input[type=password] {
	width: 80px;
	border: 0px;
	background: #8c8c8c;
	margin: 2px 0;
	color: white;
	padding: 0 1px;
}
#header #right #login #login_up {
	position: absolute;
	width: 138px;
}
#header #right #login #login_btn {
	position: absolute;
	top: 24px;
	left:150px;
}

#header #right a {
	color: white;
	text-decoration: none;
	font-size: 10px;
}
input.flat {
	border: 0px;
	margin: 2px;
	padding: 1px;
}
#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
}
#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
}
#footer a {
	padding: 0 4px;
	text-decoration: none;
	color: black;
}
#footer a:hover {
	text-decoration: underline;
}
.footer_spacer {
	border-top: 3px solid #cca130;
	padding-top: 5px;
}

/* Headings */
h1 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
h2 {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	color: #23497f;
	border-bottom: 1px solid #23497f;
}
h2.nou {
	border-bottom: none;
}
h3 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: 6eaadc;
}
h4 {
	border-bottom: 1px solid #23497f;
	text-transform: uppercase;
	font-size: 12px;
	color: #23497f;
}

div.hrdashed {
	height: 5px;
  	background: #fff url(../images/dashed_line.gif) repeat-x scroll center;
}

.nou, .nou a, .nou a:visited, a.nou:visited {
	text-decoration: none;
}

/* Styles */
.gold {
	color: #cca130;
}
.blue {
	color: #23497f;
}
.black {
	color: black;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 13px;
}
.large {
	font-size: 16px;
}
.big {
	font-size: 24px;
}
.spaced15 {
	line-height: 1.5em;
}

ul.blue, ul.blue li {
	color: #23497f;
}
.ucase {
	text-transform: uppercase;
}
.gray {
	color: #808080;
}
.hspaced {
	letter-spacing: 2px;
}


/* Errors */
.msgError {
	background-color: #fccccc;
	color: #990000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px 3px;
	font-weight: bold;
	margin: 10px 0;
}
.msgInfo {
	background-color: #b8cae5;
	color: #234974;
	border-top: 1px solid #23497f;
	border-bottom: 1px solid #23497f;
	padding: 2px 3px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Inputs */
input, select, textarea {
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;
}

form {
	margin: 0;
}

table.form th {
	text-align: right;
	font-weight: normal;
}
table.left th {
	text-align: left;
}

ol.long li {
	margin-bottom: 10px;
}

.highlight {
	padding: 5px;
	background: #dced8f;
}

table th {
	text-align: left;
	font-size: 14px;
}
table.small th, table.small td {
	font-size: 12px;
}

table.grid {
	border-collapse: collapse;
}
table.grid th {
	color: black;
	background-color: #23497f;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding-left: 2px;
	border-bottom: 1px solid black;
}
table.nobold th {
	font-weight: normal;
}
table.italic th {
	font-style: italic;
}
.large {
	font-size: 16px;
	font-weight: bold;
}

/* Buttons */
a.button, input.button, input[type=submit], input[type=button]  {
	background: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 10px;
	text-decoration: none;
}
b.button, a.button:hover, input.button:hover, input[type=submit]:hover, input[type=button]:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
a.ltgreen, input.ltgreen {
	background: #caedca;
}
a.ltred, input.ltred {
	background: #edd4ca;
}

div.pager {
	border: 1px solid #808080;
	background: #E0E0E0;
	padding: 5px;
	text-align: center;
	margin-top: 15px;
}

div.pager b {
	color: white;
	background: #333;
	padding: 3px;
}
div.pager a {
	padding: 3px;
}
.greenbold {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #76923c;
}
ul li {
	line-height: 1.5em;
}
