body{
	margin: 94px 0 0 0;
	background: black;
	font: 15px Arial;
}
a{
	outline: none;
	color: #336699;
}
img{
	border: 0;
}
h1{
	font-size: 23px;

}
h2{
	color: #336699;
	font-size: 20px;
}
h3{
	color: #b3781f;
	font-size: 17px;
}
#wrapper{
	background: center repeat-y url(../images/container-bg.jpg);
	margin: 0 auto;
	width: 973px;
	overflow: auto;
	z-index: 2;
}
#container-top{
	width: 973px;
	height: 111px;
	background: no-repeat url(../images/container-top.jpg);
}
#logo{
	float: left;
	display: block;
}
#tagline{
	color: #336699;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
	clear: left;
	position: relative;
	top: -13px;
	margin-left: 29px;
	width: 900px;
}
#seal{
	position: absolute;
	top: 0;
	margin-left: 731px;
	width: 320px;
	height: 275px;
	background: no-repeat url(../images/seal.jpg);
}
ul#menu{
	clear: both;
	z-index: 50;
	position: relative;
	float: left;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: no-repeat url(../images/menu-bg.jpg);
	width: 736px;
	height: 33px;
}
ul#menu li{
	margin: 0 20px;
	padding: 0;
	float: left;
}
ul#menu li a{
	color: white;
	display: block;
	text-decoration: none;
	line-height: 33px;
	padding: 0 15px;
	font-weight: bold;
}
ul#menu li a:hover{
	background: black;
}
#content{
	background: center repeat-y url(../images/container-bg.jpg);
	min-height: 600px;
	width: 973px;
	float: left;
}
#container-bottom{
	width: 973px;
	height: 40px;
	clear: both;
	background: no-repeat url(../images/container-bottom.jpg);
}
#form{
	float: left;
	width: 353px;
	height: 591px;
	background: no-repeat url(../images/form-bg.jpg);
	font-size: 10px;
}
#form #app{
	padding: 166px 0 0 95px;
	width: 230px;
}
#app input{
	padding: 1px 10px;
	margin: 2px 0 4px 0;
}
.af-selectWrap{
	margin-bottom: 6px;
}
.submit{
	background: black;
	color: white;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 4px;
	margin: 0 auto;
	width: 160px;
}
p.copy{
	margin: 0;
	padding: 0;
	color: white;
	font-size: 11px;
	line-height: 45px;
}
p.copy a{
	color: #efa833;
}
/* INDIVIDUAL PAGE STYLING */

#front{
	padding: 0;
	margin-top: 25px;
	padding: 0 0 0 20px;
}
#front-left{
	width: 582px;
	height: auto;
	float: left;
	background: center repeat-y url(../images/front-left-2.jpg); 
}
#front-left ul{
	margin: 0;
	padding: 0 30px;
	list-style-type: none;
	font-size: 13px;
}
#front-left ul li{
	margin: 0;
	padding: 5px 0 5px 35px;
	background: left center no-repeat url(../images/front-left-li.jpg);
}
#main{
	float: left;
	padding: 0;
	margin-top: 25px;
	padding: 0 0 0 40px;
}
#main-left{
	width: 547px;
	height: auto;
	float: left; 
	padding-right: 15px;
}
#main-left ul{
	font-size: 15px;
	font-weight: bold;
	list-style-type: none;
	color: #336699;
}
#main-left ul li{
	background: left center no-repeat url(../images/arw.jpg);
	padding: 10px 0 5px 35px;
}
