html {
	height: 100%;
}
#nonFooter {
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}

body {
	font-family: Georgia, "Trebuchet MS" , helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #666666;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	height: 100%;
	width: 100%;
	background: url(../images/headerBG.jpg) repeat-x;
}

ul {
	margin-left: 15px;
}

a {
	border: 0;
	padding: 0;
	margin: 0 auto;
}

img {
	border: 0;
	padding: 0;
	margin: 0 auto;
}

p {
	padding: 0 0 0 0;
	margin: 0 auto;
}

h1 {
	font-size: 24px;
	padding: 5px 0 2px 0;
	margin: 0 0 8px 0;
	color: #20538e;
}

h2 {
	font-size: 14px;
	color: #20538e;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 auto;
	vertical-align: top;
}

h3, small {
	color: #666666;
	display: block;
	font-size: 11px;
	line-height: 11px;
	padding: 0 0 0 0;
	margin: 0 auto;
	font-family: "Trebuchet MS" , helvetica, verdana;
	font-style: normal;
}

h4 {
	font-size: 14px;
	padding: 8px 0 0 15px;
	margin: 5px 0 0 10px;
	font-family: "Trebuchet MS" , helvetica, verdana;
	background-image: url(../images/conversionBG.jpg);
	width: 270px;
	height: 30px;
}

a.h4, a.h4:visited {
	color: #ffffff;
}

a.h4:hover {
	color: #decfb0;
}

a, a:visited, a:hover {
	text-decoration: none;
	color: #0095e7;
	font-size: 12px;
	padding: 0 0 0 0;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#contentContainer {
	width: 901px;
	padding: 0 5px 50px 5px;
	margin: 0 auto;
	text-align: left;
}

/* Sub Nav Section */
ul#sub-nav {
	width: 919px;
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	height: 47px;
}
ul#sub-nav li {
	display: inline;
}
ul#sub-nav li a, ul#main-nav li a:visited {
	display: block;
	font-size: 16px;
	float: left;
	width: auto;
	margin: 0;
	padding: 12px 14px 12px;
	color: #20538e;
	border-right: 1px dotted #ffffff;
}
ul#sub-nav li h3 {
	display: block;
	font: 11px "Trebuchet MS" , helvetica;
	line-height: 11px;
	color: #666;
}
ul#sub-nav li a.navCurrent {
	background: #6bc2ef;
	color: #fff;
	font-style: italic;
}
ul#sub-nav li a:hover {
	background: #b7dcff;
	color: #ffffff;
}


/* End Nav Section */

#logo {
	height: 75px;
	width: 750px;
	margin: 40px 0 3px 10px;
}

#content {
	padding: 50px 0 50px 0;
}

.col {
	display: block;
	padding: 3px 3px 3px 3px;
	margin: 1px 1px 1px 0;
	height: 16px;
}
.col1 {
	display: block;
	border-bottom: solid 2px #f6f3eb;
	padding: 3px 3px 1px 3px;
	margin: 1px 1px 1px 0;
	height: 16px;
}
.col2 {
	display: block;
	border-bottom: solid 2px #eee7d7;
	padding: 3px 3px 1px 3px;
	margin: 1px 1px 1px 0;
	height: 16px;
}
.col3 {
	display: block;
	border-bottom: solid 2px #fafafa;
	padding: 3px 3px 1px 3px;
	margin: 1px 1px 1px 0;
	height: 16px;
}
.col4 {
	display: block;
	border-bottom: solid 2px #f5f5f5;
	padding: 3px 3px 1px 3px;
	margin: 1px 1px 1px 0;
	height: 16px;
}

.textArea {
	width: 300px;
}

.textArea2 {
	width: 100px;
}

#copyright {
	padding: 0 0 10px 0;
	margin: 0 auto;
	margin-top: -25px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #20538e;
	width: 100%;
	border-top: solid 1px #20538e;
	border-bottom: solid 1px #20538e;
}

#copyrightContainer {
	width: 1000px;
	text-align: center;
	padding: 0 0 0 0;
}
