/*  SET DEFAULT STYLES FOR VARIOUS ELEMENTS */

.float-right{
float:right;
}

.float-submit{
	float:left;
	vertical-align: bottom;
}

.thanks
{ 
margin-left: 140px;
}

.table-margin
{ 
margin-left: 25px;
}

.table-spacing
{ line-height:40px;
}

div {
	margin: 0px;
	padding: 0px;
}
h1, h3, h4, h5, h6 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	color: #666666;
}

h2
{
	font-size: 130%;
	margin: 0;
	padding: 0;
	color: #666666;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	font-size: 11.5px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #666666;
}
a {
	color: #120e25;
	text-decoration: none;
}
a:hover {
	color: #120e25;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

ul {
	margin: 50;
	padding: 100;
}
li {
	text-align: left;
	font-size: 12px;
	margin: 50;
	padding: 50;
}
/* MASTHEAD */

#masthead {
	width: 849px;
	margin-top: 20px;
}
#banner{
	margin-top: 0px;
	width: 849px;
	margin-left:0px;
}
#bottom {
	margin-top: 0px;
	margin-left:0px;
	background:  url(../images/bg_btm.png) repeat-x;
	width:849px;
}
#container {
	background: #ffffff;
	width: 849px;
	padding-bottom: 5px;
}
#container.bgShadow {
	background:  url(../images/bg_mid.png) repeat-y top center;
}
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #666666;
	margin:0px;
	padding:0px;
}
/* NAVIGATION DIVS */

#nav {
	float: center;
	width: 800px;
	font-size: 13px;
	margin-left:60px;
}
#nav ul {
	list-style-type: none;
	text-align: left;
}
#nav ul li {
	display: block;
}
#nav a, #footer a {
	text-decoration: none;
}
#nav a:hover, #footer a:hover {
	text-decoration: underline;
	color: #000;
}
#nav a:active, #footer a:active {
	text-decoration: underline;
}
/* TEXTNAV CLASS */
#textNavActive {
	font-size: 100%;
	color: #120e25;

}
ul.textNav {
	list-style-type: none;
	margin: 0px 0px;
}
ul.textNav li {
	display: inline; 
	background: transparent url(../images/pipe.gif) no-repeat bottom left;
	margin: 0 0 5px 5px;
	padding: 5px 0 5px 18px;
	font-size: 85%;
	color: #120e25;
	font-weight: bold;
}
ul.textNav li:first-child {
	background: transparent;
}
ul.textNav a {
	font-size: 100%;
	color: #120e25;
}
ul.textNav hover {
	font-size: 100%;
	color: #000;
}
ul.textNav active {
	font-size: 100%;
	color: #000;
}
#utilityNav {
	background-color: #ffffff;
}
#footer {
	text-align: center;
	margin-top: 0px;
}
/* PAGE INFO SECTION */

#pageInfo {
	width: 844px;
	margin: 0px 0px 10px;
}
#pageHeader {
	vertical-align: left;
	float: left;
	padding: 10px 0px;
}
#pageInfo strong {
	font-weight: bold;
}
#pageHeader p {
	text-align: left;
	width: 36em;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#leftSide  {
	vertical-align: left;
	text-align: left;
	margin-left:30px;
}
#rightSideHome  {
	margin: 0px 50px;
	vertical-align: right;
	float: right;
	text-align: left;
}
#rightSideHome p {
	text-align: left;
	font-size:10px;
	line-height: 140%;
	margin-top: 15px;
	margin-left: 20px;
}
#rightSide  {
	margin: 10px 50px;
	vertical-align: right;
	float: right;
	text-align: left;
}
#rightSide p {
	text-align: left;
	font-size:10px;
	line-height: 140%;
	margin-top: 15px;
	margin-left: 20px;
}
#rightSideImage  {
	margin: 20px 30px;

	vertical-align: right;
	float: right;
	text-align: left;

}

/* TABLE STYLES */

table {
	margin-left: 0px;
	border: 0;
	border-collapse: collapse;
		text-align: left;

	}
	
#pageHeader table {
	margin: 5px 0 0 2px;
	}
	

/* MISC CLASSES */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container.footnote {
	float: center;
	width: 831px;
	text-align: right;
font-size: 9px;
font-weight:bold;
	margin: 0px 20px;
	padding: 0px 20px;
	color: #999999;
	background-color: transparent
	}
#container.footnote a {
	color: #999999;
	}
#container.footnote hover {
	text-decoration: underline;
	}

