﻿body {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	padding: 0;
	border: 0;
	outline: 0;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	vertical-align: baseline;
	background-color: #203d76;
}

#wrapper {
	min-height: 100%;
	background-color: #fff;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}


#header {
	background: url(images/header.gif) no-repeat 0% 0%;
	height: 200px;
}

#header h1 {
	color: #fff;
	font-size: 150%;
	font-weight:normal;
	margin: 0;
	padding: 10px 0 0 200px;
}

#mainmenu {
	background: url(images/bg_mainmenu.gif) no-repeat 0% 0%;
	float: left;
	height: 42px;
	margin: 0 0 15px 0;
	width: 100%;
}

#mainmenu  ul {
	padding: 0;
	margin: 0;
	float: left;

}

#mainmenu ul li { 
	display: inline; 
}

#mainmenu ul li a, #mainmenu ul li a:link {
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 7px 10px 8px 10px;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	background-color: #fff;
	color: #0e2044;
	padding: 7px 10px 8px 10px;
	height: 25px;
}

#leftcolumn {
	float: left;
	width: 250px;
	background:#fff;
}

#content {
	margin: 0 20px 0 300px;
}

#footer, #push {
	height: 80px; 
}

#footer {
	background: url(images/footer.gif) repeat-x 0% 0%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 940px;
	color:#8491ab;
}


/* SideMenu */

#SideMenu { 
	float: left;
	margin: 0 0 0 20px;
	width: 220px;
}

#SideMenu ul { 
	background-color: #8491ab;
	padding: 10px 0 30px 0;
	margin: 0;
}

#SideMenu ul li a {
	background: url(images/arrow.gif) no-repeat left center;
	color: #fff;
	display: block;
	font-size: 95%;
	font-weight: normal;
	padding: 0.25em 0 0.25em 10px;
	text-decoration: none;
	text-indent: 10px;
	width: 95%;
}

#SideMenu ul li a:hover {
	background: url(images/arrowOn.gif) no-repeat left center;
	background-color: #afc1cc;
	color: #37657f;
}

ol, ul {
	list-style: none;
}

#square ul li {
	list-style-type: square;
	color: #0e2044;
}

#square ul li a {
	list-style-type: square;
	color: #0e2044;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 
{ 	
	color: #0e2044;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 146%;
	border-bottom: 2px dotted #afc1cc;
	padding: 5px 0;
}

h3 {
	border-top: 2px dotted #afc1cc;
	border-bottom: 2px dotted #afc1cc;
	font-size: 131%;
	padding: 5px 0;
}

h4, h5, h6 {
	font-size: 100%;
}

/* LINKS */

a, a:link, a:active, a:visited {
	color: #ea1c26;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #37657f;
	text-decoration: none;
}

div {
margin: 0;
}

p {
	margin: 0 0 18px 0;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	height: 105px;
	width: 68px;
}

.float_left { 
	float: left; 
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float_left { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #37657f;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 3px 10px;
}

img.float_right { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #37657f;
	float: right;
	margin: 4px 0 0 10px;
	padding: 0 0 3px 10px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
	display: inline-block;
}

/* Delineaters */

.box {
	text-align: left;
	padding: 10px 20px 10px 12px;
	border: 3px solid #8491ab;
	background-color: #afc1cc;
	color: #0e2044;
}

.dottedline {
	border-top: 2px dotted #afc1cc;
	padding: 5px 0;
}

/*Forms */

label{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input{
	color: #0e2044;
	background: #ccc;
	border: 1px solid #0e2044;
	width: 15em;
}

.submit input{
	color: #000;
	background: #ccc;
	border: 2px outset #d7b9c9;
	margin-left: 4.5em;
	width:auto;
}
 
fieldset{
	border: 1px solid #0e2044;
	width: 99%
}

legend{
	color: #fff;
	background: #0e2044;
	border: 1px solid #0e2044;
	padding: 2px 6px;
	margin-bottom:20px;
}

/* Table */

#blue table{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#blue table th{
	font-weight: bold;
	padding: 0.5em;
}

#blue table td{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#blue table tr.rowH{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#blue table tr.rowA{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #ccc;
	color: inherit;
}

#blue table tr.rowB{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #ccc;
	color: inherit;
}








