/*body*/
html, body
{
	background-color: #d9d0bb;
	background-image: url(../images/bodybg.jpg);
	background-postion: top left;
	background-repeat: repeat-y;
	font-family: Arial, Verdana, Lucida, sans-serif;
	text-align: center;
	color: #000;
	font-size: 10pt;
	margin: 0;
	padding: 0 25px 0 0;
	} 

a
{	outline: none;		
overflow: hidden;	}	
	
.alignleft
{
clear: rifht;
float: left;}

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


#banner
{
text-align: left;
margin: 0;
padding: 0;
width: 100%;
}

#banner .logo
{
float: left;
border: 0;
margin: 10px 20px 10px 105px;}


#banner h1
{
color: #033;
font-size: 1.5em;
font-weight: normal;
margin: 10px 20px;
text-align: right;}




#menu
{
text-align: left;
background-color: #030;
width: 100%;
height: 30px;
margin: 0;
padding: 10px 0 0 0;
}

#nav, #nav ul {
	background-color: #030;
	width: 100%;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 70px;
}

#nav a {
	font-weight: bold;
	line-height:1em;
	display: block;
	text-decoration: none;
	padding: 5px 3px 5px 25px;
	margin: 0;
}

#nav a:link, #nav a:visited
{
	color: #fff;
}

#nav a:hover, #nav a:active, #nav a:focus
{
	background-image: url(../images/navbg.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	color: #f7de8f;	
}


#nav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 5px;
}

#nav li ul {
	position: absolute;
	top: 395px;
	left: -999em;
	height: auto;
	width: 230px;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px 5px 0;
}

#nav li li {
	padding: 0;
	width: 200px;
}

#nav li ul a {
	width: 200px;
}

#nav li ul ul {
	margin: 0 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	margin-top: -25px;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	top: auto;
	left: auto;
}


#content {
	height: 600px;
	min-height: 600px;
	text-align: left;
	clear: both;
	padding: 20px 20px 20px 105px;
}

#left 
{clear: right;
float: left;
width: 380px;
}


#content h1
{
margin: 0 0 10px 0;
color: #030;
font-size: 2em;
}

#content h2
{
margin: 30px 0 0 0;
color: #000;
font-size: 1.5em;
}

#content h3
{
margin: 15px 0 0 0;
color: #000;
font-size: 1.25em;
font-weight: bold;
}
#content h5
{
text-align: center;
margin: 25px 0 ;
color: #000;
font-size: 1.15em;
font-weight: bold;
}

#content img
{
border: 0;
margin: 10px;
}

a
{text-decoration: none;}

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

a:hover, a:active
{color: #127b17;
text-decoration: none;
font-weight: bold;}


.small
{font-size: .8em;
color: #030;
font-style: italic;} 

.red
{color: red;
font-style: italic;} 

blockquote
{
margin-left: -50px;
text-align: left;
width: 340px;
background-color: #92876f;
padding: 10px 5px;
}
 

blockquote.alignleft
{
margin: 10px 15px 10px 10px;
}

blockquote.alignright
{
margin: 10px 10px 10px 15px;
}

blockquote p
{color: #000;
text-align: left;
font-size: 1em;
font-style: italic;
margin: 5px 0;
}

blockquote h4
{color: #000;
text-align: left;
font-size: 1em;
font-weight: bold;
margin: 15px 0;
} 
blockquote img
{
margin: 5px auto;
border: 0;
}

table
{
margin: 5px;
padding: 0;
border: 0;}

table tr td
{
margin: 5px;
padding: 0 10px;}

table tr th
{
text-align: left;
font-size: 1.25em;
font-weight: bold;
color: #030;
margin: 15px;
padding: 0 10px;}

	

#footer
	{
	clear: both;	
	width: 100%;
	background-color: #030;
	text-align: center;
	padding: 10px;
	margin: 0px;
	}
#footer p
	{
	font-size: .85em;
	color: #fff;	
	}

	
#footer a
	{
	color: #fff;
	text-decoration: none;
	}




.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 5px;
	left: 25%;
	width: 800px;
	height: 680px;
	padding: 1em;
	border: 1em solid #030;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox h3
{
	color: #030;
	font-size: 1.5em;
	margin: 0;
	
}

.leightbox p
{
	color: #003;
	font-size: .8em;
	margin: 5px 0 5px 0;
}



.close
{
 border: 2px solid #030; 
 padding: 3px;
 }


#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]
{ /* IE6 and below Can't See This */    position:fixed;    }

#overlay[id]
{ /* IE6 and below Can't See This */    position:fixed;    }	
	
 	 
