body {
	background-color: #666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#container {
	width: 990px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#header {
	background-color: #666699;
}
#header-sub {
	background-color: #666699;
}
#googleSearch {
	background-color: #FFFFFF;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 90%;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 90%;
}
#sidebar1 a {
	text-decoration: none;
}
#sidebar1 img {
	text-decoration: none;
}
a.sidebar1:hover {
	text-decoration: underline;
	font-weight: bold;
}

a.sidebar1:visited {
	text-decoration: none;
}
a.sidebar1:link {
	text-decoration: none;
}



#mainContent {
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 90%;
}
#footer {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-image: url(/images/banners/banner-bkgrnd.jpg);
	background-color: #666699;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
	text-decoration: none;
}
#footer   a   {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}
#footer2 {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-weight: bold;
	background-color: #666699;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
a.footer:link {
	text-decoration: none;
	color: #ffffff !important;
}
#navline
{
	background-color: 807fa8;
	color:white;
	font-size:80%;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/banners/banner-bkgrnd.jpg);
	padding-top: 10px;
}
#navline   a   {
	color: #FFFFFF;
	text-decoration: none;
}

#navline ul {
	margin: 0px;
	padding: 0px;
}
#navline li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}
#sidenav {
	background-color: #af704c;
}



td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

a.navline:link {
	text-decoration: none;
	color: #ffffff !important;
}

a.navline:visited {
	text-decoration: none;
}
a.navline:hover {
	text-decoration: underline;
	color: #CC9900;
	font-weight: bold;
}
p, h1, h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339999;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #CC9933;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #660066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

hr {
	color: #666699;
	border-top-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 50%;
	font-weight: normal;
	background-position: center;
}
.italic {
	font-style: italic;
}


.large {
	font-size: 110%;
}
.medium-italic {
	font-size: 85%;
	font-style: italic;
}
.dark_gray {
	color: #333333;
}
.dark_gray_bold {
	font-weight: bold;
	color: #333333;
}
.dark_blue_bold {
	font-weight: bold;
	color: #330066;
}

.bright_blue_bold {
	font-weight: bold;
	color: #3399FF;
}
.teal_bold {
	font-weight: bold;
	color: #339999;
}
.geneva-teal-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
}
.white_bold {
	font-weight: bold;
	color: #FFFFFF;
}
.maroon_lrg_bold {
	font-size: 12px;
	font-weight: bold;
	color: #660066;
}
.small_10pt_maroon {
	font-size: 10px;
	font-weight: bold;
	color: #660066;
}
.red_bold {
	color: #990000;
	font-weight: bold;
}
.gold {
	color: #CC9900;
}
.gold_bold {
	font-weight: bold;
	color: #CC9900;
}
.geneva-gold-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #CC9900;
	letter-spacing: .05px;
}
.geneva_gold_bold_14_pt_all_caps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC9900;
	font-weight: bold;
	text-transform: uppercase;
}
mailto {
	font-style: italic;
}
.coldwellbankerblue {
	color: 003068;
}
#form1_programs  {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-right: 30px;
	margin-left: 25px;
	border: thin solid #7F9F00;
}
#form1a {
	margin-right: 30px;
	margin-left: 25px;
	padding-right: 2px;
	padding-left: 5px;
	border: 2px solid #7F9F55;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
