body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#221f73;
	color:#333333;
	font-size:11px;
	}
p, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin:0;
	padding:0;
	}
p {
	margin-bottom:15px;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#fdca0b;
	font-style:italic;
	margin-bottom:15px;
	}
h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color:#333333;
	font-weight:bold;
	font-size:11px;
	}
a {
	color:#221f73;
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
img {
	border:0;
	}
#outerwrap {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_images/content_bg.jpg);
	background-repeat:repeat-y;
	margin-top:35px;
	}
#header img {
	display:block;
	}
#content {
	background-image: url(../_images/content_bg.jpg);
	background-repeat:repeat-y;
	padding:20px 45px 20px 45px;
	}
#content #left {
	width:146px;
	}
#content #left #nav {
	list-style:none;
	}
#content #left #nav li {
	display:block;
	padding:5px 0 5px 5px;
	border-bottom: 1px solid #ccc;
	}
#content #left #nav li a {
	display:block;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}
#content #left #nav li a:hover {
	color:#999999;
	}	
#content #center {
	padding:0 25px 0 25px;
	}
#content #center ul{
	margin-bottom:15px;
	}
#content #center ul li {
	margin-left:15px;
	margin-bottom:3px;
	}
#content #right{
	width:190px;
	}
#content #right .ad {
	display:block;
	margin-bottom:20px;
	}
#footer {
	background-image:url(../_images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:56px;
	}
#footer p {
	padding:7px 45px 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:right;
	}
#footer p a {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	}
#footer_links {
	font-size:9px;
	color:#6461c5;
	text-align:center;
	background-color:#221f73;
	padding-bottom:10px;
	}
#footer_links a {
	font-size:9px;
	color:#6461c5;
	text-decoration:underline;
	}
.underline {
	border-bottom:solid 1px #333333;
	}
.appheader {
	font-size: 16px;
	color: #666666;
	padding-bottom:10px;
}
.appinstruct {
	font-size: 12px;
	color: #000000;
	padding-bottom:10px;
}
.appsecback {
	background-color: #ffffff;
	border:solid 1px #cccccc; 
}
.input {
	margin-bottom: 5px;
	margin-right: 25px;
	}
#application select {
	margin-bottom: 5px;
	margin-right: 25px;
	}
.appsubhead {
	color:#000066;
	font-weight:bold;
	padding-bottom:5px;
	}
.apperror {
	color:#CC0000
	}
.formerror {
	color:#FF0000;
	}
	
