body {
	background-image: url(Images/background_2.jpg);
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #004fa2;
	line-height: 2em;
	text-align: center;
	}

h1 {
	font-size: 24px;
	color: #c00;
	}
	
h2 {
	font-size: 12px;
	word-spacing: 10em;
	}
	
h3 {
	font-size: 24px;
	color: #004fa2;
	}
	
	
#dropshadow {	
	background-image:url(Images/dropshadow_middle.png);
	width:840px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	}


#container {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	background-color:#FFF
	
	}


#header {
	height: 200px;
	width: 801px;
	border-bottom-width: 5px;
	border-bottom-color: #004fa2;
	border-bottom-style: solid;
	}
	
	
#nav {
	background-color: #004fa2;
	height: 30px;
	width: 801px;
	font-weight: bold;
	}
	
#nav ul {
	margin:0;
	padding:1px 0px 5px 0px;
	list-style-type: none;
	text-align: center;
	}

#nav ul li {
	display: inline;	
	}
		
#nav ul li a {
	text-decoration: none;
	padding: .2em 1.5em;
	color: #FFF ;
	}

#nav ul li a:hover {
	color:#c00;
	}
	
#nav ul li a:active {
	color:#004fa2;
	}
		
		
#content {
	margin-top: 40px;
	padding-bottom: 30px;	
	font-size: 14px;
	}	
	
#content table {
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	}

table.padded-table td { 
	padding: 4px 4px 4px 0px;
	list-style-position:outside;
	}
	
#content a:link {
	color: #c00;
	text-decoration: none;
	font-style: italic;
	}

#content a:visited {
	color: #c00;
	text-decoration: none;
	font-style: italic;
	}
	
#content a:hover {
	text-decoration: underline;
	color: #004fa2;
	font-style: italic;
	}
	
#content a:active {
	text-decoration: none;
	font-style: italic;
	}

	
#content ul {
	line-height: 2.5em;
	margin-left: 4px;
	}
	
#right {
	width: 300px;
	clear: right;
	float: right;
	margin-top: 40px;
	padding-bottom: 30px;	
	}
	
#bottom {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: center;
	clear: both;
	}
	
#dropshadow2 {
	width:840px;
	background-image:url(Images/dropshadow_bottom.png);
	height:16px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	}
		
#footer {
	width:840px;
	line-height: 1.5em;
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	}
