p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
margin: 0;
padding: 0;
border: 0;
}

body {
	background: url(/images/main_bkg.gif) repeat top;
	background-color: #163f6a;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	padding: 10px 0 0 0;
}

#header {
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	width: 982px;
	height: 243px;
}

#headerflashpad {
	padding: 29px 0 0 41px;
}



#nav {
	width: 982px;
	height: 45px;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a {
	padding: 0;
	margin: 0;
}

#maincontentheader {
	background: url(/images/truebluecontent_header.png) no-repeat;
	height: 72px;
	width: 981px;
	padding: 0;
	margin-top: -5px;
}

/* this is to add a repeating background behind #maincontent */
#content {
	background: url(/images/mainpagecontent_bkg_filler.png) repeat-y;
	width: 981px;
} 
/* */

*html #content {
	width: 982px;
}

#maincontent {
	background: url(/images/mainpagecontent_bkg.png) no-repeat;
}



#maincontenttext {
	float: left;
	width: 850px;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	margin: 20px 0 0 70px;
}

*html #maincontenttext {
	margin: 20px 0 0 40px;
	width: 850px;
}

#subpagecontenthead {
	background: url(/images/pagecontent_header.png) no-repeat;
	width: 981px;
	height: 15px;
	margin-top: -5px;
}

#subpagecontent {
	background: url(/images/pagecontent_bkg.png) repeat-y;
	width: 981px;
}

*html #subpagecontent {
	margin: -5px 0 0 0;
	width: 982px;
}

.headerimg {
    margin: 0 0 0 -2px;
}

#floatright {
	float: right;
}

.homeframe {
	position: absolute;
	margin: 0 0 0 10px;	
}

.homeimage {
	padding: 17px 0 0 20px;
	z-index: -2;
}

.frame {
	position: absolute;
	margin: 0 0 0 10px;	
}

.image {
	padding: 5px 0 0 15px;
	z-index: -2;
}

*html .image {
	margin: 0 70px 0 0;
	
} 

#subpagecontenttext {
	float: left;
	width: 850px;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	margin: 20px 0 10px 70px;
}

*html #subpagecontenttext {
	margin: 20px 0 10px 40px;
	width: 850px;
}

/* the signup page is a little wider */
#subpagesignup {
	float: left;
	width: 850px;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	margin: 20px 0 10px 70px;
}
/*  */

*html #subpagesignup {
	margin: 20px 0 10px 35px;
	width: 900px;
}

#endcontent {
	background: url(/images/content_bottom.png) no-repeat;
	width: 982px;
	height: 42px;
}

#endcontent2 {
	background: url(/images/content_bottom2.png) no-repeat;
	width: 982px;
	height: 42px;
}

#footer {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: .25px;
	text-align: center;
	color: #e8e8e8;
}

#footer a, #footer a:visited {
	color: #e8e8e8;
}

#footer a:hover {
	text-decoration: none;
}

/* Form styles */

/*
fieldset {
	border: 1px solid #c4dbf3;
	padding: 10px;
	width: 600px;
}

legend {
	margin: 5px;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #1d60a6;
}

label {
	display: inline-block;
	width: 130px;
	float: left;
	padding: 5px 10px 5px 5px;
	text-align: right;
}

label {
	clear: both;
}

label.textleft {
	text-align: left;
}

input, select {
	display: inline-block;
	float: left;
	border: 1px solid #1d60a6;
}	

#input {
	display: inline-block;
	float: left;
}
	
#inputinline {
	display: inline;
	float: left;
	
}

span#inputinline input {
	float: none;
	clear: both;
}
	
.clear {
	float: none;
	padding-right: 5px;
}

#cc {
	margin-left: 120px;
}

*/
	
	
form fieldset {
	margin-bottom: 10px;
}

form legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px;
	color: #1d60a6;
}

form label {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset li, form fieldset fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

form fieldset fieldset label {
	display: block;
	width: auto;
}


form label {
	width: 170px; /* Width of labels */
}

form fieldset fieldset label, .margin {
	margin-left: 173px; /* Width plus 3 (html space) */
}


