@charset "utf-8";

body {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5C7389;
	font-size: medium;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-bottom: 10px;
	background-color: #FFF;

}
.oneColFixCtrHdr #mainContent {
	height: 735px;
	overflow: visible;
	background-image: url(../images/LA_skyline.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #5C7389;
}
#footer {
	font-size: small;
	color: #93A5B7;
	text-align: center;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}
#left {
	float: left;
	width: 400px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#right {
	clear: right;
	float: right;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}



#constantContact {
	text-align: center;
	color: #FFF;
	clear: both;
	height: 55px;
	padding-top: 5px;
}
a:link {
	text-decoration: none;
	color: #5C7389;
}
a:visited {
	text-decoration: none;
	color: #5C7389;
}


a:hover {
	text-decoration: underline;
	color: #CC5802;
}
a:active {
	text-decoration: underline;
	color: #CC5802;
	font-weight: bold;
}

.mbar {
	color: #CCC;
}
.head2 {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #CC5802;
}
.homeText {
	font-size: large;
}
#message {
	background-color: #FFF;
	padding: 20px;
}
