@charset "utf-8";

/*	dk blue 000033	*/
/*	md blue	343a71	*/
/*					*/
/*					*/
/***** 		Defaults	 	*****/

a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

li {
	line-height: 1.4em;
}

h1 {
	font-size: 1.8em;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom: thin solid #003366;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: normal;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom: thin solid #003366;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0px 10px 0px;
	margin: 20px 30px 10px 25px;
	line-height: normal;
	font-weight: bold;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
	letter-spacing: 0.1em;
	text-decoration: underline;
	padding-right: 30px;
	padding-top: 5px;
}
h4 {
	font-size: 1em;
	color: #003366;
}
h5 {
	font-size: 0.9em;
	color: #000000;
	/*	letter-spacing: 0.1em;
*/	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0px 30px 10px 25px;
	line-height: normal;
	font-style: italic;
}

/***** 		Main	 	*****/


body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000033;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left;
	background-position: 0px 0px;
	background-color: #000033;
} 



/*Footer*/

#footer {
	background:#000033;
	height: 50px;
	width: 780px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px auto;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: right;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}

