/* 7A8DB4 blue text color 
e4c58e bg color matches bottom color or home_bg_blue-whitt.gif 
EEE9A8 bg color matches bottom color or home_bg_green_2008.gif */
.lW { float: left; clear: left; height: 15px;  } /* border:1px solid #0f0 */
.rW { float: right; clear: right; height: 15px; }

body {
	background-image: url(../images/home_bg_blue_whitt.gif); 
	background-repeat:repeat-x; 
	background-color:#e4c58e;
	color:#000000;
	text-align:center; 
}

#container-centered
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resets body text-align: center which is needed for some browsers*/
}

#menu-container
{
	float: left;
	width: 95%;
}

#menu-left
{
	width: 350px;
/*	clear: left; not sure why used*/
	float: left;
	padding: 10px 20px 10px 40px;
	margin: 0 0 0 4%;
	display: inline;
}

#menu-right
{
	/*float: right;*/
	width: 350px;
	padding: 10px 0  10px 0;
	margin: 0 3% 0 0;
	display: inline;
}

.menu_bottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:720px;
	padding: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
.menu_bottom A:link {text-decoration: none; color: #0000FF;}
.menu_bottom A:visited {text-decoration: none; color: #0000FF;}
.menu_bottom A:hover {text-decoration: underline; color: #0000FF;}
.menu_bottom A:active {text-decoration: none; color: #0000FF;}

.text-w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-left: 10px;
	margin:6px 0;
}
.text-w A:link {text-decoration: underline; color: #0000FF;}
.text-w A:visited {text-decoration: underline; color:#CC6600;}
.text-w A:hover {text-decoration: none;}
.text-w A:active {text-decoration: underline}

.about-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-left: 10px;
	margin:2px 0;
}
.about-links A:link {text-decoration: underline; color: #0000FF;}
.about-links A:visited {text-decoration: underline; color:#CC6600;}
.about-links A:hover {text-decoration: none;}
.about-links A:active {text-decoration: underline}

.menuw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	left: 10px;
	}
.menuw A:link {text-decoration: none}
.menuw A:visited {text-decoration: none; color: #0000FF;}
.menuw A:hover {text-decoration: underline; color: #0000FF;}
.menuw A:active {text-decoration: none}

.bullet1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	padding-left: 10px;
}

img.middle {vertical-align:middle}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	clear:both;
}
a.footer:link { color:#000000; text-decoration:underline}
a.footer:visited { color:#000000;}
a.footer:hover { color:#0000FF; text-decoration:none}
a.footer:active { color:#000000;}

.header-whitandassoc {
	font-size: 28px; 
	font-style:italic; 
	text-align:left;
	margin-left:20px;
}
.header-page-title {
	font-size: 20px; 
	font-style:italic; 
	text-align:left;
	margin-bottom:8px;
}

.text-blue-14 {
	color: #7A8DB4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	padding-left: 10px;
}
.text-blue-14 A:link {text-decoration: underline; color: #7A8DB4;}
.text-blue-14 A:visited {text-decoration: underline; color:#0000FF;}
.text-blue-14 A:hover {text-decoration: none;}
.text-blue-14 A:active {text-decoration: none}

.text-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding-left: 10px;
}

.text-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding-left: 10px;
}
.text-12 A:link {text-decoration: underline; color: #0000FF;}
.text-12 A:visited {text-decoration: underline; color:#CC6600;}
.text-12 A:hover {text-decoration: none;}
.text-12 A:active {text-decoration: underline}

