body {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-align: center;
	width: 95%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	height: auto;
	background-color:#ec9e29;
	text-align:center;
}

#header {
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: 120px;
	line-height: 0px;
}

#logo {
	width:auto;
	height:auto;
	text-align:left;
}

#quote {
	width:auto;
	height:auto;
	text-align:right;
}

#nav {
	padding: 0px;
	width: auto;
	height: 60px;
	text-align:left;
	background-image:url(../images/navback.gif);
	background-repeat:no-repeat;
}

#main {
	width: auto;
	height: 300px;
	margin-top: 0px;
	text-align: left;
	background-color:#FFFFFF;
	background-position: center;
}

#left {
	float: left;
	height: 260px;
	width: 476px;
	padding: 20px;
	text-align:justify;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#0095a3; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#0095a3; 
	scrollbar-shadow-color:#0095a3; 
	scrollbar-track-color:#ffffff;
}

#leftleft {
	float: left;
	width: auto;
	height: 300px;
}

#right {
	float: right;
	padding: 0px;
	text-align:center;
	height: 290px;
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#0095a3; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#0095a3; 
	scrollbar-shadow-color:#0095a3; 
	scrollbar-track-color:#ffffff;
	
	/*scrollbar-3dlight-color:#f4c480; 
	scrollbar-arrow-color:#0095a3; 
	scrollbar-base-color:#f4c480; 
	scrollbar-darkshadow-color:#f4c480; 
	scrollbar-face-color:#f4c480; 
	scrollbar-highlight-color:#0095a3; 
	scrollbar-shadow-color:#0095a3; 
	scrollbar-track-color:#f4c480;*/
	/*background-image:url('images/rightcontentback.gif');
	background-repeat:repeat-y;
	background-position:right;*/
}

#footer {
	color:#ffffff;
	float: right;
	height: 83px;
	width: 100%;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color:#ec9e29;
}

#footerimage {
	height: 60px;
	width: 100%;
	background-image:url(images/footer.gif);
	background-position:right;
	background-repeat:no-repeat;
}

h3 {
	font-family: Arial;
	font-size:14px;
	color: #0095a3;
}

h5 {
	font-family: Arial;
	font-size: 11px;
	color: #ec9e29;
	line-height: 12px;
}

A:link {text-decoration: underline; color:#ec9e29;}
A:visited {text-decoration: none}
A:active {text-decoration: underline; color:#ec9e29;}
A:hover {text-decoration: underline; color:#ec9e29;}

/* drop down menus */

/**** Top Navigation ****/

.topNav {
	z-index:100;
	width: auto;
	height: 100%;
	padding-top: 10px;
	margin-left: 33px;
}

.topNav dl, .topNav dt, .topNav dd, .topNav ul, .topNav li {
	font-size: 13px;
	margin: 0;
	padding: 0;
	z-index:100;
}

.topNav dl { /*top tier */
	float: left;
	width: auto;
	margin-right:52px;
}

.topNav dt {
	cursor: pointer;
	text-align: center;
	font-weight:bold;
	font-size:14px;
	width: auto;
}

.topNav dd {
	position:absolute;
	width: 550px; /* size of each individual submenu */
	padding-top:6px;
	z-index:100;
	left: 45px;
	height: 25px;
}

.topNav li { /*sub menu items  gets them inline*/
	text-align: center;
	font-size: 12px;
	list-style: none;
	display:inline;
	padding: .2em 1em; /* distance between menu items */
	text-decoration:none;
}

.topNav dt a {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	height: 100%;
}

.topNav li a {
	color: #000000;
	text-decoration: none;
	display: inline;
	height: 100%;
	color: #ffffff;
}

/* menu text colors */
.topNav li a:visited {color: #ffffff;}
.topNav li a:hover, .topNav dd a:hover{color: #0095a3; text-decoration:none;}
.topNav dt a:visited {color: #ffffff;}
/*top menu hover */
.topNav dt a:hover {color: #0095a3; text-decoration:none;}
