/*body*/
html, body{ 
	background-color: #deebe1;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times New Roman, Serif;
	font-size: 10pt;
} 

.alignleft
{clear: right;
float: left;}

.alignright
{clear: left;
float: right;}

a
{	outline: none;		
overflow: hidden;	}	

#container
{	
	background-color: #fff;
	border: 1px solid #fff;
	width: 800px;
	padding: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}
	
	
#banner
	{
	background-image: url(../images/bannerbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 114px;
	text-align: left;	
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
	
#banner img
{
float: left;
margin: 0;
padding: 0;
border: 0;
}

#banner p
{
 color: #fff;
 font-size: .85em;
 padding: 18px 10px 5px 10px;
 margin: 0;}

#banner h1
{
float: left;
color: #fff;
padding: 0px 10px 0px 230px;
margin: -5px 0 0 0 ;
font-size: 1.35em;
line-height: 1.35em;}

#banner2
	{
	background-image: url(../images/banner2bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 75px;
	text-align: left;	
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

#banner2 h2
	{
	padding: 25px;
	margin: 0;	
	margin: 0px 10px 10px 120px;
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
table
{width: 100%;
border: 0;}

td
{

margin: 0; 
padding: 0;
border: 0;
}

.list, .list td
{margin: 1px;
padding: 3px;
border: 1px solid #ddd;
font-size: .9em;
}



.blue
{
height: 100%;
background-image: url(../images/navbg.jpg);
background-position: top left;
background-repeat: repeat-y;
}

#nav
{
	width:129px;
	\width:129px;
	w\idth:129px;	
	background-image: url(../images/navbg.jpg);
background-repeat: repeat-y;
	text-align: left;
	margin: 0;
	padding: 30px 0 50px 0;
	border: 0;
	}

#nav ul li
{text-indent: -5px; }

ul.verticalNavPopOut {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.verticalNavPopOut a {
font-size: 1em;
font-weight: normal;
font-style: normal;
	display: block;
	width: 129;
	padding: 3px 15px;
	text-decoration: none;
	text-align: left;
}

ul.verticalNavPopOut a:link, ul.verticalNavPopOut a:visited
{color: #fff;}
ul.verticalNavPopOut a:hover, ul.verticalNavPopOut a:active
{color: #000;}

ul.verticalNavPopOut li {
 display: inline; /* Removes gaps in IE/WIN */
}

/* 2nd level nav definitions*/
ul.verticalNavPopOut ul{
	left: -999em;
	width: 129px;
	text-align: left;
	position: absolute;
	margin: -20px 0 0 120px;
	padding: 0;
	background-image: url(../images/navbg.jpg);	
	background-repeat: no-repeat;	
}

ul.verticalNavPopOut ul li a
{
	font-size: .9em;
	font-weight: normal;
	font-style: normal;;
 	display: block;
	width: 129px;
	color: #fff;
	padding: 3px 15px;
	text-decoration: none;
	text-align: left;			
}
ul.verticalNavPopOut ul li a:hover
{color: #000;}



ul.verticalNavPopOut ul ul {
	left: -999em;
	width: 160px;
	text-align: left;
	position: absolute;
	margin: -25px 0 0 140px;
	padding: 2px;
	background-image: url(../images/subnavbg.jpg);	
}
	
ul.verticalNavPopOut li:hover ul, ul.verticalNavPopOut li:hover ul ul,
ul.verticalNavPopOut li.iehover ul, ul.verticalNavPopOut li.iehover ul ul { /* 2nd, 3rd level hide */
	left: -999em;
}
	
ul.verticalNavPopOut li:hover ul, ul.verticalNavPopOut li li:hover ul,
ul.verticalNavPopOut li.iehover ul, ul.verticalNavPopOut li li.iehover ul { /* 2nd, 3rd level show */
	left: auto;
}


ul.verticalNavPopOut a:hover {
	color: #000;
	background-image: url(../images/navarrow.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}


#content
{
 background-image: url(../images/bodybg2.jpg);
 background-position: top center;
 background-repeat: no-repeat;
 text-align: left;
 width: 640px;
 background-color: #fff;
 margin: 0 0 0 10px;
 padding: 0 15px 100px 15px;
 min-height: 500px;
 }

 
 #content h1
 {
text-align: center; 
border-bottom: 5px solid #009900;
margin: 10px 0 5px 0;
color: #000099;
font-style: italic;
font-weight: bold;
font-size: 3.5em;
}
 
#content h2
{
margin: 25px 0 5px 0;
color: #003333;
font-weight: bold;
font-size: 1.15em;
text-transform:uppercase;
}

#content h3
{
margin: 20px 0 5px 0;
color: #003333;
font-weight: bold;
font-style: normal;
font-size: 1.15em;

}

#content h4
{
margin: 5px 0;
color: #000;
font-weight: bold;
text-decoration: underline;
font-size: 1em;
}

#content img
{margin: 15px;}

#content p, #content li
{
margin: 10px 0 5px 0;
color: #003333;
font-size: 1em;
line-height: 1.4em;
}

.disclaimer
{font-size: .8em;
text-align: justify;
}
.center
{
text-align: center;
}



#content a:link, #content a:visited
{text-decoration: none;
color: #009900;
}
#content a:hover, #content a:active
{text-decoration: none;
color: #003333;
}

#content img
{border: 0;}


.announce
{text-align: center;
border: 1px solid #009;
padding: 5px;
font-weight: bold;
margin: 25px;
}

#footer
{
border-top: 1px solid #009;
clear: both;
width: 100%;
margin: 0;
padding: 0;
background-color: #fff;
}
#footer p
{color: #000;
text-align: center;
font-size: .85em;
margin: 10px 5px;
}
#footer a:link, #footer a:visited
{text-decoration: none;
color: #009;
}
#footer a:hover, #footer a:active
{text-decoration: none;
color: #009900;
}