@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #AD6D6D; /*dk mauve*/;
	color: #000000;
	background-image: url('images/eosaprdsy5.gif');
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 80%;
	max-width: 1300px;
}
/*=================== styles for top banner ========================*/
#banner {
	padding: 10px;
	background-color: #FFFFFF;
	background: url('images/site-logo-rose.gif') no-repeat center;
	height: 120px;
	color: #000000;
}
/*=================== styles for top menu ======================*/
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0; /* cancels gap caused by top padding in Opera 7.54 */
	;
	margin-left: 0;
	background-color: #800000;
	color: #ffffff;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
}

#navcontainer #active { border-left: 1px solid #fff; }



/*==============all site links==============*/

a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #C47B7B;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left:180px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/pink-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/pink-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 width: 160px;
 padding: 0px;
 margin: 10px 0px 0px 0px;
 float: left;
}

#vertmenu p {
	display: block;
	background-color: #5D4847;
	font-size: 90%;
	font-weight: bold;
	padding: 3px 0 5px 5px;
	border: 1px solid #825252;
	color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	width: 159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #825252;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #766554;
	width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #5D4847;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #AD6D6D;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3 {
	margin: 30px 0px 30px 0px;
}
h1 {
	border-bottom: 1px #D3D3D3 solid;
	font-size: 1.7em;
	background-color: #5D4847;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h2 {
	padding: 0px 0px 0px 10px;
	border-bottom: 1px #D3D3D3 solid;
	font-size: 1.3em;
	background-color: #5D4847;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
h3 {
	border-bottom: 1px #D3D3D3 solid;
	font-size: 1.3em;
	background-color: #5D4847;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0 0 10px;
	font-style: italic;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.smtxt {
	font-size:small;
}
#container #content table tr td {
	color: #400000;
}
#container #content p em {
	color: #800000;
}
