@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #222222;
	line-height: 18px;
	background-color: #000099;
}
h1 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #33cc00;
}
h2 {
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	padding-left: 20px;
}
#footer {
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000099;
	background-color: #FFFFFF;
	padding-top: 2px;
	font-size: 85%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	text-align: center;
}
.twoColFixLt #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #E8E8E8;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 4px;
	font-size: 97%;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.twoColFixLt #container #sidebar1 a { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#banner {
	margin-top: 10px;
	margin-left: 20px;
	height: 80px;
}
.banner_DRS_logo {
	float: right;
	width: 150px;
	margin-right: 12px;
	margin-top: 12px;
	height: 50px;
}
#rt_nav {
	color: #FFFFFF;
}
.tagline_main {
	font-size: 130%;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#tagline {
	float: left;
	width: auto;
	margin-left: 37px;
	margin-top: 23px;
}
.tagline_sub {
	font-size: 100%;
	color: #33cc00;
}
.left_title  {
	text-indent: 0px;
}
#sidenav a {
	text-decoration: none;
	color: #000099;
}
#sidenav a:hover {
	color: #33cc00;
}
.purple {
	color: #990099;
}
.twoColFixLt #container #sidebar1 ul {
	list-style-type: none;
}
.green {
	color: #33cc00;
}
.twoColFixLt #container #sidebar1 a:hover {
	color: #990099;
}
#sidenav a:visited {
	color: #000099;
}
.right_float_rt {
	float: right;
	width: 200px;
	height: auto;
	margin-left: 15px;
	background-color: #E8E8E8;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	color: #000099;
}
#form {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	background-color: #F1F1F1;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}
.form_title {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
#forminput {
	text-align: center;
}
.center_clear {
	height: 10px;
	width: auto;
	float: left;
}
#mainContent a:hover {
	color: #990099;
	text-decoration: none;
}
#mainContent a:visited {
	color: #000099;
	text-decoration: none;
}
#navigation a:hover {
	color: #990099;
}
#logo {
	margin-left: 10px;
}
#right_ad {
	width: 169px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	text-align: center;
	padding-top: 8px;
	color: #000099;
	padding-bottom: 8px;
	font-size: 100%;
}
#contact {
	height: 37px;
	background-image: url(images/phone_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 52px;
	padding-top: 1px;
	margin-top: 8px;
	color: #000099;
}
#contact_email {
	margin-top: 10px;
	height: 37px;
	background-image: url(images/contact_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 52px;
	padding-top: 1px;
}
#contact_email a {
	color: #000099;
	text-decoration: none;
}
#contact_email a:hover {
	color: #990099;
	text-decoration: none;
}
.img_left {
	border: 2px solid #F1F1F1;
	margin-right: 15px;
	margin-top: 15px;
}
#sidebar_ad {
	margin-top: 20px;
	height: 240px;
	background-image: url(images/sidebar_ad.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 172px;
	text-align: center;
	font-size: 110%;
}
#right_banner {
	height: 130px;
	width: 730px;
	float: left;
	margin-top: 10px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#edit_region {
	margin-top: 10px;
}
#edit_region a {
	color: #000099;
	text-decoration: none;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#rt_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#right_banner_sm {
	width: 730px;
	background-color: #33cc00;
	float: left;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: .1em;
	height: 20px;
}
.banner_headline {
	width: 250px;
	float: right;
	text-align: center;
	padding-top: 25px;
}
.banner_title {
	font-size: 145%;
	color: #FFFFFF;
	font-weight: bold;
}
.banner_message {
	font-size: 115%;
	color: #000099;
}
.banner_bt {
	background-image: url(images/banner_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 270px;
	text-align: center;
	background-position: center;
	margin-left: 190px;
	padding-top: 2px;
	float: left;
	color: #000099;
	margin-bottom: 4px;
	margin-top: 4px;
}
.TabbedPanelsContent TabbedPanelsContentVisible h2 {
	font-size: 105%;
	color: #000099;
}
.blue {
	color: #000099;
}
#outreach {
	text-align: center;
	color: #000099;
}
#outreach_graph {
	width: 550px;
	height: auto;
	margin-left: 50px;
	text-align: center;
	background-color: #F1F1F1;
	border: 1px solid #990099;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.quote {
	font-style: italic;
	color: #444444;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quote_author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	margin-right: 130px;
}
