/*Generic Template {{{darkblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff;
	padding: 5px 0;
	color: #000;
	font: 12px normal Verdana, Arial, sans-serif;
	}

.container {
	width: 760px;
	border: 5px solid #002157;
	margin: 0 auto;
	background-color: #004a80;	
	}	
	
#header {
	background: #002157 url(images/header.jpg) 0 0 no-repeat;
	height: 255px;
	width: 760px;
	}

#header h1 {
	font-size: 40px;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	padding-top: 205px;
	padding-left: 5px;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;
	}	
	
a {
	color: darkblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: lightgray;
	}	
	
.content_wrap {
	background: #448ccb url(images/content_darkblue.jpg) 0 0 repeat-x;
	float: left;
	width: 760px;
	}
	
.menu1 {
	width: 100px;
	float: right;
	background-color: #002157;
	padding: 5px 0;
	border-left: 1px solid #002157;
	margin-top: 10px;
	}	
	
.menu1 ul {
	list-style-type: none;
	text-align: center;
	}
	
.menu1 li {
	list-style-type: none;
	display: block;
	}
	
* html .menu1 li {
	height: 1%;
	}	
	
.menu1 ul a {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-decoration: none;
	background-color: #0054a6;
	border-bottom: 1px solid #002157;
	}		
	
.menu1 ul a:hover {
	background-color: #448ccb;
	color: #002157;
	}
	
.menu1 ul a:active {
	color: 	#000;
	}
	
.content {
	width: 650px;
	float: left;
	padding-bottom: 20px;
	}	
	
.content_text {
	font-family: Helvetica, Arial, sans-serif;
	width: 600px;
	margin: 0 auto;
	}	
	
.content_text ul {
	padding-left: 15px;
	}	
	
.content_text img {
	border: 2px solid #002157;
	margin: 5px 0;
	}
	
.menu {
	width: 600px;
	margin-top: 10px;
	margin-left: 25px;
	}	
	
.menu ul {
	list-style-type: none;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	display: inline;
	color: #000;
	font-size: 12px;
	margin-right: 10px;
	text-decoration: underline;
	}		
	
.menu ul a:hover {
	text-decoration: none;
	}
	
.menu ul a:active {
	color: 	#fff;
	}	
	
.footer {
	background-color: #002157;
	color: #fff;
	padding: 15px 5px;
	clear: both;
	}	
	
