body {
	font: 12px arial, helvetica, serif;
	/*text-align: center;*/
	padding: 0;
	margin:0;
}

#main{
	width: 990px;
	padding: 0;
	margin:auto;
	
}

#header_blue, #header_skyblue, #header_orange, #header_yellow{
	height:92px;
	margin:0;
	padding:0;
	
}
#header_blue{
	border-bottom:5px #111375 solid;
		
}

#header_skyblue{
	border-bottom:5px #b0b5cd solid;
		
}
#header_orange{
	border-bottom:5px #ff8500 solid;
		
}
#header_yellow{
	border-bottom:5px #ffd100 solid;
	
}
.subheader{
	text-align:center;
	font-weight:bold;
	color:#666666;
	font-size:14px;
	margin-bottom:10px;
		
	
	
}
#content_wrapper{
	width: 886px;
	margin: 0 0 0 72px;
}

#three_boxes{
	overflow: hidden;
}
.content_box{
	float: left;
	width: 262px;
	margin: 0 30px 0 0;
	text-align: justify;
	line-height: 16.5px;
}

.content_aligned_width{
	width: 850px;
	text-align: justify;
	margin-top:10px;
	background:#E5E5E5;
	padding:5px;
}

h1{
	color: #2C3588;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}

h2{
	color: #2C3588;
	background-color: #dddff4;
	padding: 3px 6px;
	font: 14px Arial;
	width: 838px;
}

#image{
	position:absolute;
	margin-top:10px;
	top: auto;
	background-image: url(images/logo_tdsi.jpg);
}

#footer_blue, #footer_skyblue, #footer_orange, #footer_yellow {
	padding:10px 0 30px 0;
	margin-top: 12px;
	color:#999999;
	line-height: 18px;
}
#footer_blue{
	border-top:5px #111375 solid;
}
#footer_skyblue{
	border-top:5px #b0b5cd solid;
}
#footer_orange{
	border-top:5px #ff8500 solid;
}
#footer_yellow{
	border-top:5px #ffd100 solid;
}



a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.text {color: #003399}

label {
	float:left;
	display:block;
	width:250px;
}

input {
	float:left;
}
