/* Page Template */
body {
	margin:0;
	background-color:#DADADA;
	background-image:url(../img/bodybg.gif);
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#wrapper {
	background-image:url(../img/wrapperbg.png);
	background-repeat:repeat-y;
	width:765px;
	margin:auto;
	text-align:center;
	padding:0 5px 0 5px;
}
#header {
	width:765px;
}
#content {
	width:765px;
	background-image:url(../img/contentbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	text-align:left;
	padding:15px 0;
}
#footer {
	clear:both;
	width:755px;
	text-align:center;
	background-color:#0d328d;
	color:#FFFFFF;
	padding:5px;
	font-size:11px;
}

/* Nav bar */

ul {  /* required to keep the menu aligned */
margin: 0;
padding: 0;
}
#nav {
	width:765px;
	text-align:left;
	height:25px;
	background-image:url(../img/navbg.gif);
	font-size:11px;
	vertical-align: baseline;
	line-height: 18px;
}
#nav li a, #nav li a:visited{
	color:#000000;
	font-weight: normal;
	text-decoration: none;
}
#nav li a:hover{
	text-decoration: underline;
}
#nav ul {
	margin: 0 ;
	padding: 0 ;
	text-align: center;
}
#nav li {
	display: inline;
	padding-left: 8px;
}
/* SubNav */
#subnav {
	text-align:left;
	font-size:11px;
	vertical-align: baseline;
	height:20px;
}
#subnav li a, #subnav li a:visited{
	color:#0d328d;
	font-weight: bold;
	text-decoration: none;
}
#subnav li a:hover{
	text-decoration: underline;
}
#subnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#subnav li {
	display: inline;
}
/*hide from macie5.2\*/
* html #nav ul, * html #subnav ul{
	padding-left:6px; 
}
/*cease hiding*/

/* Page Content */



/* Text Formatting */
a:link, a:visited {
	color: #4253a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.customtext ul {
	padding: 0 0 0 2em;
	line-height:1.1em;
}
/* Image Formatting */
.imgborder {
	border:solid 1px black;
	background-color:white;
	padding:1px;
}

/* More Info Form */
form {
	margin:0;
}
