@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.disclaimer {
	font-size: 8px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

h1 {
	color: #010167;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #010167;
	vertical-align: bottom;
	margin-bottom: 2px;
	margin-top: 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #010167;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 2px;
	margin-top: 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #333333;
	list-style: square;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.email a:link, a:visited, a:hover {
	text-transform: lowercase;
}

.noBorder {
	border: thin none !important;
}

.active {
	background-color: #acc3ec;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #6E2405; 
	text-decoration: none
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #6E2405; 
	text-decoration: none
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #6E2405; 
	text-decoration: underline
}

#top {
	width: 100%;
	background-color: #acc3ec;
	height: 175px;
	margin: 0;
}

#header {
	height: 175px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #acc3ec;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo {
	width: 400px;
	height: 150px;
	padding-top: 10px;
}

#center {
	width: 920px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: auto;
}

#menu {
	width: 183px;
	height: 400px;
	float: left;
}

#menuTop {
	width: 183px;
	height: 12px;
	background-image: url(../images/menu-top.png);
}

#menuMiddle {
	width: 183px;
	height: 376px;
	background-image: url(../images/menu-middle.png);
	background-repeat: repeat-y;
	background-position: top;
}

#menuBottom {
	width: 183px;
	height: 12px;
	background-image: url(../images/menu-bottom.png);
}

#text {
	width: 514px;
	float: left;
	padding: 0 20px 0 20px;
}

#console {
	width: 183px;
	height: 400px;
	background-color: #f2f7fd;
	float: right;
}

#consoleTop {
	width: 183px;
	height: 12px;
	background-image: url(../images/console-top.png);
}

#consoleMiddle {
	width: 183px;
	height: 376px;
	background-image: url(../images/console-middle.png);
	background-repeat: repeat-y;
	background-position: top;
}

#consoleBottom {
	width: 183px;
	height: 12px;
	background-image: url(../images/console-bottom.png);
}

#footer {
	background-color: #acc3ec;
	width: 100%;
	height: 120px;
	margin: 0;
}

#footerContent {
	height: 120px;
	margin-top: 10px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;	
	clear: both;
	overflow: auto;
}

#footerAddress {
	height: 100px;
	width: 170px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#footerLinks {
	height: 50px;
	margin-top: 25px;
	width: 540px;
	float: left;
	text-align: center;
}

#footerDB {
	height: 100px;
	width: 170px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

/* Menu */

#menuMiddle ul {
	padding: 0 5px 0 5px;
	margin: 0;
	width: 171px;
	text-decoration: none;
	list-style: none;
}

#menuMiddle ul li {	
	width: 171px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CBC9C5;
	text-decoration: none;
	list-style: none;
	text-align: left;
}

#menuMiddle ul li a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	line-height: 15px;	
	padding: 5px 0px 5px 10px;
}
	
#menuMiddle ul li a:hover {
	background-color: #acc3ec;
}

#footerLinks ul {
	text-decoration: none;
	display: inline;
	list-style: none;
	padding: 0;
}

#footerLinks ul li {
	padding: 0 10px 0 10px;
	display: inline;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333;
}
