#centered {
	background-color: #fff;
	background-image: url(../navigation/shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
	
#main {
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	border-left-width: 3px;
	border-left-color: #555;
	padding-bottom:30px;
	margin-bottom:80px;
	line-height:20px;
}	
	
body {
	padding:0px;
	margin:0px;
	background-image: url(../navigation/bg.gif);
}

#nav {
	background-image: url(../navigation/header5.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#nav a{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-right:15px;
	position:relative;
	left:1px;
	top:90px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-bottom:2px;
	width: 175px;
	height: 34px;


}


#nav a:hover{
	color: #000066;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom:3px;
}

.inset {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
	padding-left:20px;
	margin-left:20px;
	padding-right:40px;
}

#main img {
	padding-bottom:20px;
	margin-bottom:20px;
}

#main hr {
	margin-top:10px;
	color:777;
	noshade:noshade;
	height:4px;
	margin-bottom:70px;
}

h1 {
	font-family: "trebuchet ms";
	font-size: 19px;
	/*text-transform: lowercase;*/
	font-weight: normal;

}

.righthead {
	background-color: #595B5A;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px;
	text-align:center;
}

#nav span {
	color:fff;
}.subhead {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}
input, textarea {
	border: 0px none;
	background-color: #E0E0E0;
	font-family:verdana;
	font-size: 13px;

}
a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;

}
.rightarrow {
	background-image: url(../navigation/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.button {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
	border: 0px none;
	padding:3px;
}

