*{margin: 0; padding: 0;}

body { 
background-color: #CCCCCC;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
width: 100%;
text-align: center;
} 

	.content {
	text-align: center;
	margin: 0 auto;
	width:800px;
	background-color: white;
	}

			

.header {
background-image: url('../images/header.gif');
background-repeat: no-repeat;
width: 800px;
height: 149px;
}

.headertext {
text-align: right;
color: #FFFFFF;
font-size: 10pt;
font-weight: bold;
font-family: 'Trebuchet MS';
margin-right: 5px;
}


.main{
background-image: url('../images/footer.gif');
background-repeat: no-repeat;
width: 800px;
height:100%;
background-position: center bottom;
padding-bottom:100px;

}


.map{
text-align:center;
width:800px;
}
		     
	.left {
		color: #000000;
		background-color: transparent;
	    	clear:both;
		width:160px;
		padding: 0px;
		margin-left: 2px;
		float:left;
		height:100%;
		}
	
	.center {
		color: #000000;
		background-color: transparent;
		width:460px;
		height:100%;
		padding:0px;
		padding-left:5px;
		padding-right:5px;
		float:left;
		}

	
	.right {
		color: #000000;
		background-color: transparent;
		width:160px;
		height:100%;
		padding:0px;
		float:left;
		margin-right: 2px;
		}

	.footer {
		clear: both;
		width: 800px;
		}

		

.newleft {
	width:200px;
	height:100%;
	float:left;
	background-color:red;
}


.newcenter {
	width:380px;
	height:100%;
	float:left;
	background-color:pink;
	}

.newright{
	float:left;
	width:200px;
	height:100%;
	background-color:green;
	}


.navbar {
font-family: arial, "lucida console", sans-serif;
border: medium none;
color: #009;
text-align: center;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.1ex;
background-image: url('../images/nav_back.gif');
background-repeat: repeat-x;
height:63px;
width:800px;
}

ul.nav {
width: 800px;
display: inline;
list-style: none;
}

.nav li {
font-family: arial, "lucida console", sans-serif;
display: block;
background-image: url('../images/nav_arrow.gif');
background-repeat: no-repeat;
height:63px;
float: left;
padding-top:15px;
margin-left:13px;
}

.nav li a {
text-align: center;
text-decoration: none;
font-size: 20px;
padding-left: 15px;
padding-top:35px;
padding-left:30px;
margin-top:30px;
color: black;

}


.nav li a:hover {
color: #6896BA;
font-size: 20px;
}


p {
text-align: left;
text-indent: 2%;
}

img {
border-style: none;
}


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

#dropmenudiv a:link {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#C7C3F9;
text-align:left;
color: black;
}

#dropmenudiv a:visited {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#C7C3F9;
text-align:left;
color: black;
}

/*hover background color*/
#dropmenudiv a:hover{ 
background-color:#6699ff;
color:black;
}

#dropmenudiv a:active {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#C7C3F9;
text-align:left;
color: black;
}


.adminmenu{
float:left;
font-weight:bold;
padding:5px 5px 5px 5px;
background-color:#6699ff;
border-width: 1px;
border-style: solid;
font-size:12px;
cursor: pointer;
cursor: hand;
}

.admintopmenu{
margin: auto 0;
text-align:center;
background-color:#6699ff;
padding-left:250px;
}

.stamp {
text-align: center;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
}

.stamp a:link {
color: #0A558E;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
} 

.stamp a:visited {
color: #0A558E;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
} 

.stamp a:hover {
color: #6F9BBD;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
}

.stamp a:active {
color: #0A558E;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
}