#wrapper {

	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;


}

#header {

	width:1000px;
	border-bottom: 1px solid black;
	text-align: center;
	background-color: #022e59;

}

#menu {

	width:990px;
	border-bottom: 1px solid black;
	background-image: url(bgl.gif);
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;

}

#top {

	width:990px;
	border-bottom: 1px solid black;
	background-image: url(bgl.gif);
	color: #FFFFFF;
	text-align: right;
	border-bottom: 1px solid black;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#left {

	width: 480px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url(logo3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
	}

#right {

	width: 480px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

#bottom {

	width: 990px;
	clear: both;
	border-top: black;
	background-image: url(bgl.gif);
	color: #FFFFFF;
	padding-left: 10px;

}

#big {

	text-align: center;
	padding: 20px;
	clear:both;
	
}

body
{ 
 background-image: url(bg3.gif);
    background-size: 100%;
    background-origin: content;
    background-repeat: repeat-y;
    background-attachment:fixed;
    background-position: 50% 50%;  
    font-family: arial
}
	


a:link {
	text-decoration: none;
	color: #FFFFFF;
	
}
a:visited {
	text-decoration: none;
	color: white;

}
a:hover {
	text-decoration: underline;
	color: white;
	
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

.style3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
.style2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EAC117;
	font-weight: bold;
}

.style1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #022e59;
text-decoration: underline
}


.subtext {color: #FFFFFF}

p.click {

	background-color: #022e59;
	text-align: center;
	
}