﻿@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #000;
	margin: 30px 0px;
}
a {
	font-size: 11px;
	text-decoration: none;
	color: #036;	
	/*color: #d4a535;*/
}
a:visited {
	
	color: #036;
	/*color: #d7b158;*/
}
a:hover {
	color:#000;
	/*color: #d4a535;*/
	text-decoration: underline;
}
a:active {
	color: #000;
	/*color: #d4a535;*/
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	color: #000;
}

a img {
	border: none;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #eeecea;
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* IDs */

#container {
	width: 900px;
	margin: auto;
}

#logo {
	margin-bottom: 15px;
}

#menu {
	background-color: #FFF;
	text-align: center;
	color: #686156;
	/*border-bottom: 3px solid #a9a297;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #686156;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#menu a:hover {
	text-decoration: underline;
	color: #000;
}

#banner {
	padding: 0px 0px;
	background-color: #FFF;
}
#login {
	background-color: #000;
	text-align: right;
	height: 39px;
	overflow: hidden;
}
#login h1 {
	text-align: left;
	float: left;
	color: #FFF;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#main {
	background-color: #FFF;
	padding: 20px;
	line-height: 150%;
}
#leftMenu {
	float: left;
	width: 150px;
	border-right: 700px solid #FFF;
	margin-right: -700px;
}
#leftMenu a {
	display: block;
	font-size: 12px;
	border-bottom: 1px dotted #c4bab1;
	padding: 10px;
	color: #036;
}

#leftMenu a:hover {
	color:#000;
	/*color: #d4a535;*/
	text-decoration: underline;
}

#content {
	float: left;
	width: 680px;
	padding-left: 20px;
	border-left: 1px solid #dbd3cc;
}

#content a {
	font-size: 11px;
	text-decoration: none;
	color: #036;	
	/*color: #d4a535;*/
}
#content a:visited {
	
	color: #036;
	/*color: #d7b158;*/
}

#content a:hover {
	color:#000;
	/*color: #d4a535;*/
	text-decoration: underline;
}
#content a:active {
	color: #000;
	/*color: #d4a535;*/

}


#footer {
	background-color: #a9a297;
	color: #eeecea;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	color: #eeecea;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
#footer a:hover {
	text-decoration: underline;
}


/* Classes */

.threeCols {
	overflow: hidden;
	clear: both;
}
.threeCols div {
	float: left;
	width: 259px;
	border-right: 1px solid #eeecea;
	margin-right: 20px;
	padding-right: 20px;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
.threeCols div.last {
	border: none;
	margin: 0px;
	padding: 0px;
}

a.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
a.arrowLeft {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.boxText {
	border: 1px black solid;
}

form div {
	clear: both;
	padding-bottom: 10px;
}
form div.buttons {
	padding-top: 20px;
}
form div label {
	display: block;
	float: left;
	width: 145px;
	text-align: right;
	margin-right: 5px;
	padding: 5px;
}
form div input.text,
form div textarea.text,
form div select {
	border: 1px solid #dad8d8;
	padding: 5px;
	vertical-align: middle;
}
form div .bottom {
	margin-top: 18px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
form div .bottom3 {
	margin-top: 36px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
form div .bottom4 {
	margin-top: 54px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
form div .bottom5 {
	margin-top: 72px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
form div .bottom6 {
	margin-top: 90px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
form div span.text {
	padding: 5px;
	vertical-align: middle;
	float: left;
	display: block;
}
form div span.hint {
	color: #999;
}

#apdiv-BBB-logo_orig {
	position: absolute;
	width: 200px;
	height:65px;
	margin-left: 60.5%;
	left: 248px;
	top: 471px;
}

