/* CSS Document */

 GLOBAL 
body {
background-color:  #DEE0BF;
margin: 0;
padding: 0;
font-family: Georgia, Verdana, sans-serif;;
	}
	
p	{
font: normal 12px/14px Verdana, verdana, arial, sans-serif;
color: #000;
}

p.issues	{
font: bold 12px/14px Verdana, verdana, arial, sans-serif;
color: #333;
}
	
h1 {
	font: bold 12px/14px Georgia, verdana, arial, sans-serif;
	color: #fff;
	}
	
h2 {
	font: bold 15px/17px Georgia, verdana, arial, sans-serif;
	color: #900;
	}
	
h3{
	font: bold 11px/14px Georgia, verdana, arial, sans-serif;
	color: #333;
	line-height: 2px;
	}
	


h4{
	font: bold 11px/14px Georgia, verdana, arial, sans-serif;
	color: #333;
	}
	
	
 #leftcon ul, #rightcon ul {
	list-style: none;
	}
		
.button {
	background: #054A8F;
	color: #fff;
	}

	
a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	
a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover {
	color: #900;
	text-decoration: underline;
	}
	
a:active {
	color: black;
	text-decoration: none;
	}
#rightcon a	{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}


#leftcon a	{
color: #F6F8E2;
}

#leftcon a:hover	{
color: #900;
}

#leftcon_letters a	{
color: #F6F8E2;
}

#leftcon_letters a:hover	{
color: #900;
}
img.whyRe	{
margin: 50px 0px 0px 0px;
}


img.mess	{
float: left;
margin: 30px 10px 0px 0px;
border: 4px solid #000;
}

img.welcome	{
margin: 10px 15px 0px 0px;
}

p.mess	{
margin: 30px 0px 40px 0px;
font: normal 10px/12px Verdana, verdana, arial, sans-serif;
color: #000;
}

#pslide	{
margin: 20px 0px 0px 15px;
}

#all {
	margin: 25px auto;
	width: 850px;
	background: #F6F8E2;
	padding: 0;
	border: 2px #666 solid;
	}
	
	
#header {
	background: url(graphics/banner3.gif) no-repeat center center;
	height: 180px;
	width: 850px; 
	margin: 0;
	padding: 0;
	border-bottom: 4px #666 solid;
	}



.alt {
	display: none;
	}

#footer {
	clear: both;
	height: 15px;
	padding: 5px 15px 5px;
	color: #fff;
	border-top: 1px solid #033;
	background: #AFAEA0;
	font-size: 11px;
	text-align: center;
	}
	

#navcontainer ul 
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: left;
}


#navcontainer ul li 
{
	padding: 0;
	margin: 0;
	display: inline;
list-style-type: none;
text-align:left;
}

#navcontainer ul li a 
{
background: #transparent; 
width: 95px; 
height: 19px;  
border-left: 1px solid #033; 
border-right: 1px solid #033; 
padding-left: 2.5px; 
margin: 0; 
color: #333; 
text-decoration: none; 
display: block; 
text-align: center; 
font: bold 11px/19px "Georgia", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
}

#navcontainer ul li a:hover 
{
color: #900; 
background: #AFAEA0; 

}

#navcontainer a:active 
{
background: #c30; 
color: #fff; 
}

#navcontainer li#active a 
{
background: #c60;  
color: #fff; 
}


#leftcon {
background: #AFAEA0;
margin: 0;
text-align: center;
line-height: 1.5em;
font-size: 11px;
color: #666;
padding: 20px 10px 980px 2px;
float: left;
width:275px;
border-right: 4px #666 solid;
}



#rightcon {
margin: 0;
padding: 5px 0px 0px 14px;
float: left;
width: 500px;
text-align: left;
line-height: 1.5em;
font-size: 11px;
color: #666;
}

.block {
 display: block;
 clear: both;
 width: 275px;
 margin-bottom: 50px;
 }
 
#leftcon .block img {
 	border: 1px solid #333;
	}




 #navcontainerLeft
{
background: #AFAEA0;
width: 250px;
margin: 0 auto;
padding: 1em 0;
}

ul#navlistLeft
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 275px;
}

ul#navlistLeft li
{
margin: 0;
padding: 0;
}

ul#navlistLeft li a
{
width: 275px;
padding: 0.5em 0 0.5em 0em;
background: #AFAEA0;
}

#navcontainerLeft>ul#navlistLeft li a { width: auto; }

