
body {
	background: #0368a5 url(../images/body-bg-tile.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #ffba1f;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #ffba1f;
	line-height: 1.2;
	}
	
div#print_header {
	display: none;
	}
	
div#wrap {
	width: 1060px;
	min-height: 700px;
	background: url(../images/body-bg.jpg) no-repeat;
	position: relative;
	}
	
div#nav {
	position: relative;
	overflow: hidden;
	height: 50px;
	}
	
div#nav ul {
	position: relative;
	list-style: none;
	height: 50px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
	
div#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 20%;
	text-align: center;
	}
	
div#nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	height: 50px;
	line-height: 1.0;
	padding-top: 12px;
	display: block;
	}
	
div#nav ul li a:hover {
	color: #ffba1f;
	}
	
div#header {
	height: 165px;
	padding-left: 50px;
	overflow: hidden;
	}
	
div#header h2 {
	height: 165px;
	width: 350px;
	overflow: hidden;
	}
	
div#header h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -3000px;
	}
	
div#header span {
	display: block;
	text-indent: -3000px;
	}
	
div#content {
	padding: 0 50px 0 50px;
	}
	
div#footer {
	background: url(../images/footer-bg.jpg) repeat-x;
	padding: 50px;
	font-size: 12px;
	}
	
td {
	vertical-align: top;
	}
	
td img {
	margin: 0;
	padding: 0;
	line-height: 0px;
	}
	
.insetPic{
	background-color: #02364E;
	padding: 10px;
	width: 200px;
	_width: 200px;
	/*border-right: 1px solid #DAD29B;
	border-bottom: 1px solid #DAD29B;*/
	}
	
.imgLeft {
	float: left;
	margin-right: 10px;
	}
	
.imgRight {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	}
	
.insetPic p{
	font-size: 70%;
	font-style: italic;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	color: #ccc;
	margin-bottom: 0.5em;
	}
	
#content form{
	margin-left: 35px;
	font-size: 90%;
	}
	
#content form label{
	display: block;
	}