@charset "UTF-8";
/* CSS Document */

body {
	 
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(graphics/pombkbrn.jpg);
	
	}
	
#header {
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	width: 750px;
	margin-right: 5%;
	border-left: solid  #003366 4px;
	border-bottom: solid #003366 4px;
	border-top: solid #003366 4px;
	border-right: solid #003366 4px;
	margin-left: 10%;
}

#page  {
	color: #003366;
	width: 750px;
	margin-left: 10%;
	height: auto;
	margin-top: 15px;
}
#page a {
	color: #009900;
}
#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
 #nav a:hover {
	color: #000066;
}


#main  {
	position: absolute;
	left: 270px;
	top: 222px;
	margin: 15px;
	width: 450px;
	right: 0px;
	bottom: 0px;
	height: auto;
	vertical-align: top;
	color: #003366;
}
#main a {
	color: #336633;
	text-decoration: none;
}
#main a:hover {
	color: #663366;
}
	#footer  {
	font-size: small;
	color: #330000;
	text-align: center;
	display: block;
	width: 756px;
	margin-left: 10%;
	border-top: solid #003366 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer a {
	color: #003366;
}
#footer a:hover {
	color: #663366;
}
#nav {
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 10%
	padding: 6px;
	background-color: #6699CC;
	border: solid;
	margin-top: 15px;
	border-color: #003366;
	line-height: 25px;
	border-width: 2px;
	margin-left: 10%;
	padding: 6px;
}
#border {
	top: inherit;
	float: right;
	clear: left;
	margin-top: 15px;
}
#footerimg {
	border: medium solid #003366;
	margin-left: 10%;
	width: 750px;
}

.textright {
text-align: right;
}
.current {
	font-weight: bold;
	color: #003366;
	font-size: medium;
}
