@charset "utf-8";
/* CSS Document */

body {
	background-color: #005596;	
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#bodyBg {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#bodyBorder {
	border: 1px solid #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 36px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #97B3CA;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
}
#menu a:hover {
	color: #333333;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
}
#contactBar {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A6CE39;
	padding-bottom: 25px;
}


#descriptionBar {
	background-color: #0099DD;
	padding-top: 25px;
	padding-bottom: 25px;
}
#topBar {
	background-color: #005596;
	height: 22px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#topBarContent {
	background-color: #005596;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#errorCode {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #FF99FF;
	padding: 10px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

#bottomBar {
	width: 780px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#imageBar {
	background-color: #0099DD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#tableBorder {
	border: 1px solid #005596;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #005596;
	text-decoration: none;
}


#descriptionText {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}
#content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#login {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#ratesTable {
	background-color: #C1E8FA;
	padding: 10px;
	color: #005596;
}
#ratesHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005596;
}
#ratesBody {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005596;
}
#ratesFeature {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005596;
	background-color: #D6D5D3;
	font-weight: bold;
}
#propertyInfo {
	padding: 10px;
	color: #005596;
	border: 1px solid #005596;
}
#loginBox {
	border: 1px solid #005596;
}

