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

/* ============= Global Styles ================== */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #8D9298;
	margin: 0;
	padding: 0;
	color: #FFFFFF;	
}

hr {
	color: #FFFFFF;
	height: 5px;
	background-color: #FFFFFF;
	}
	
a {
	color:#0066CC;
	text-decoration: none;
	font-weight: bold;		
	}
	
ul {
	font-size: 12px;
	}

div#outerDiv {
	width: 800px;
	height: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/logo-drs.jpg);
	background-repeat: no-repeat;
	}
	
div#shadow {
	width: 865px;
	background-image: url(images/bg1.jpg);
	background-position-x: 50%;
	background-position-y: 0%;
	background-repeat: repeat-y;
	margin: 0px auto;
	}
	
div#header {
	height: 160px;
	position: relative;
	}
	


/* ============= Main Menu ================== */

#header #mainMenu {
	position: absolute;
	left: 145px;
	bottom: -1px;
	width: 710px;
	}
	
#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#mainMenu li a:link, #mainMenu li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin-right: 2px;
	line-height: 25px;
	font-size: 9pt;
	text-align: center;	
	}
	
#mainMenu li a:hover, #mainMenu li a:active {
	color: #0066CC;
	background-position: left top;
	}
	
#mainMenu li a.current {
	font-weight: bold;
	color: #0066CC;
	font-size: 10pt;
	}
	

/* ============= Main Content ================== */

#content div#mainContent {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0 15px;
	}
	
#mainContent p {
	font-family: Arial, san-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #fff
	margin: 1ex 0;
	}
	
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", sans-serif;
	}
	
#mainContent h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0066CC;
	margin: .8ex 0 .4ex 0;
	}
	
#mainContent h2 {
	font-size: .9em;
	color: #CCCCCC;
	margin: .8ex 0 .4ex 0;
	}
	
#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 1ex 0 -.2ex 0;
	}

/* ============= Main Banner ================== */
	
#mainbanner {
	width: 800px
	margin: 10px auto; /* creates a 10px margin between the container and the edges of the viewport - including the top */
	background-image: url(images/banner1.jpg);
	background-position: center;
	height: 226px;
	background-repeat: no-repeat;
}

#top {
	width: 800px
	margin: 10px auto; /* creates a 10px margin between the container and the edges of the viewport - including the top */
	background-image: url(images/top1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 65px;
	}
	
.tagline {
	font-style: italic;
	font-weight: bold;
	}
	
.disclaimer {
	font-style: italic;
	font-weight: bold;
	font-size: 7px;
	}
	

/* ============= footer ================== */

	
div#footer {
	width: 790px;
	height: 25px;
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 5px;
	}

#footer p {
	font-size: .75em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
