@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #001523;
}
/*Header Styles*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color:#00CCFF;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 220%;
	letter-spacing:-1px;
	line-height:110%;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 160%;
	line-height:90%;
}
h3 {
	font-size: 130%;
	line-height:110%;
}
h4 {
	font-size: 130%;
	line-height:110%;
	font-weight:bold;
}
h5 {
	font-size: 130%;
	font-weight:bold;
}
h6 {
	font-size: 130%;
}
object {
	display:block; /*Makes SWFObject display with no weird margin problem*/
}
.oneColFixCtr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box *//*background-color:#001523;*/
}
.oneColFixCtr #mainContent {
	line-height:145%;
	width: 835px;
	background:#001523;
	border: 5px solid white;
	border-top: 0; /*resets top border*/
	/*border-bottom: dotted;*/
	padding: 15px 15px 15px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:150px;
}
.oneColFixCtr #breakoutBox {
	line-height:130%;
	margin: 60px 0 0 30px;
	/*border-top: dashed 4px #666666;*/
	width: 350px;
	float:right;
	background: #0a3857;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.oneColFixCtr #footerContent {
	text-align:center;
	font-size:72%;
	width: 850px;
	background:#001523;
	border: 5px solid white;
	border-top: 0; /*resets top border*/
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body, td, th {
	font-size: 100%;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFCC66;
}
a:active {
	text-decoration: underline;
	color: #FFFFCC;
}
.center-this {
	margin: 0 auto;
	width:inherit;
}
.top-dent-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 29px;
	font-style: italic;
	width: 400px;
}
#triple-foot-crazy-wrapping-thing {
	zoom:1;
	width:100%;
	/*border-top:10px solid #e2b126;
background:#0a1938;*/
padding-bottom:20px;
}
#triple-foot-crazy-wrapping-thing:after /* Clear after floats */ {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
#downbelow {
	width:800px;
	margin:0 auto;
	clear:both;
	padding-top:1.5em;
	font-size:92%;
	text-align:left;
}
#downbelow:after /* Clear after floats */ {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
#downbelow h3 {
	font-size:140%;
}
#downbelow, #downbelow a {
	color:#227596;
}
#downbelow ul {
	float:left;
	margin:0;
}
#downbelow ul li {
	margin:0;
	padding:0 5px 5px 0;
	list-style-type: none;
}
#downbelow ul li a {
	color:#9da3af;
}
#downbelow a:hover, #footer h3 {
	color:#fff;
}
#downbelow p {
	clear:both;
	padding:0;
}
.form-input {
	width:300px;
	padding: 3px;
	height:30px;
	font-size:18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.form-input-multiline {
	height:120px;
}
.form-txt-align-right {
	text-align:right;
	color:#D6FFFC;
}
.txt_small {
	font-size:11px;
}
.txt_grey {
	color:#f8f8f8;
}
