body {
	background: #fff url(/images/page-bg.png) repeat-x top left;
	font: 80%/1.2 Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
	color: #009CDD;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 1.6em;
	color: #1D2F77;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
	color: #009CDD;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #1D2F77;
}

h5 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	color: #009CDD;
}

a {
	color: #009CDD;
	text-decoration: none;
}

a:hover {
	color: #1D2F77;
	text-decoration: underline;
}

a:active {
	color: #1d2f77;
	text-decoration: none;
}

p {
	line-height: 1.3em;
}

.clear {
	clear: both;
}

#wrapper {
	width: 932px;
	margin:0 auto;
	background-color: #fff;
}

#header h1 {
	text-indent: -5000px;
	background: #fff url(/images/header.png) no-repeat top left;
	height: 146px;
	margin-bottom: 5px;
}

/* Navigation Styling */

#topnav {
	height: 50px;
	background: #fff url(/images/nav-bg.png) repeat-x top left;
}

#topnav ul {
	list-style: none;
	margin-left: -40px;
}

#topnav ul li {
	height: 50px;
	width: 175px;
	text-align: center;
	float: left;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #fff;
}

#topnav ul li.first {
	border-left:0;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #1D2F77;
}

#topnav ul li#current a {
	color: #1d2f77;
}

/* Main Content Styling */

#content {
	clear: both;
	padding: 10px;
}

#left-content {
	width: 425px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

#right-content {
	width: 425px;
	float: left;
}

#full-content {
	margin-bottom: 10px;
}


.img-left-align {
	float: left;
	margin-right: 15px;
	border: 1px solid #009CDD;
}

.img-right-align {
	float: right;
	margin-left: 15px;
	border: 1px solid #009CDD;
}

/* Form Styling */

form { 
	padding: 4px;
}

form dl {
	margin-left: 20px;
	padding: 10px;
	width: 650px;
}

form dt {
	width: 180px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: both;
	float: left;
}

form dd input{
	width: 200px;
	margin-bottom: 10px;
}

form dd select {
	width: auto;
	margin-bottom: 10px;
}

form dd textarea {
	width: 200px;
	height: 60px;
	margin-bottom: 10px;
}

/* Footer Styling */

#footer {
	clear: both;
	background-color: #009CDD;
	padding: 5px;
}

#trade-logos {
	float: left;
	width: 150px;
	margin-left: 20px;
	padding-top: 4px;
}

#footer-links {
	float: right;
	width: 450px;
	margin-right: 20px;
	text-align: right;
}

#footer-links ul {
	list-style: none;
}

#footer-links ul li {
	display: inline;
	margin-left: 40px;
	color: #fff;
}

#footer-links ul li a {
	color: #fff;
}

#footer-links ul li a:hover {
	color: #1d2f77;
}