@charset "utf-8";
/* CSS Document */

html, body { 
	width:100%; height:100%; border:0; margin:0; padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	background-image: none;
}
a img { border: 0; }

#outer_most_box { 
	width: 100%;
	margin: auto;
	background: #FFF;
	padding: auto;
	border: none;
	padding: 0;
}
#skinny_head {
	width: 100%;
	background-image: url(img/background-gradient.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ADC0E2;
	overflow: visible;
	height: 58px;
}
#dasc_logo {
	float: left;
	padding: 5px 5px 0 5px;
}
#login_form {
	float: right;
	font-size: 9px;
	text-align: right;
	width: 250px;
	padding: 0;
}
#login_form td {
	vertical-align: top;
}
.login_input {
	color: #CCC;
	font-size: 9px;
}
.login_button {
 	font-size: 10px; 
	font-weight: bold;
}
.dasc_button { 
	font-size: 10px; 
	font-weight: bold;
	height: 22px;
	padding: 0px 10px 0px 10px;
}
.login_hello {
	font-size: 11px;
	font-weight: bold;
}
ul.login_links { list-style: url(../_img/blue_arrow8x7.png); }
ul.login_links li { display: inline; }
#dasc_words {
	margin-bottom: 3px;
}
#skinny_tabs {
	height: 25px;
}
#body_box {
	border-top:5px solid #016698;
	clear:both;
	height:100%;
	background-color: #FFF;
}
#nav_left {
	float: left; 
	width: 195px; 
	margin-right: 10px;
	background-color: #FFF;
}
#nav_left, #main_body {
	padding-top: 5px;
}
#main_body {
	float: none;
	width: auto;
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}
/* These are used specifically for the gray box on the splash page and sub pages  */
#main_body_top {
	background-image: url(img/gray5x5.png);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 5px solid #999;
}	
#main_body_top_right {
	float: right;
	width: 34px;
}
#main_body_top_right, #main_body_top { height: 15px; }
#main_body_content { 
	clear: both;
	width: auto;
	padding: 0 10px 10px 10px;
	border-left: solid #999 5px;
	border-right: solid #999 5px;
	border-bottom: solid #999 5px;
}
/* These are used specifically for the gray box on the splash page and sub pages  */
#page_title { width: 100%; text-align: center; }
.page_entry_head {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 30px;
	line-height: normal;
}

#footer {
	clear: both;
	height: 60px;
	padding: 15px 0px;
	background-color: #FFF; 
	background-image: url(img/background-gradient-bottom2.png);
	background-position: top;
	background-repeat: repeat-x;
}
#footer_links {
	float: left;
	vertical-align: middle; 
	text-align: left; 
	padding-left: 10px;
}
#footer_associates {
	float: right;
	vertical-align: middle; 
	text-align: right;
}
