/*Generic Template {{{darkblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {	
	height: 100%;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	color: darkblue;
	border-bottom: 1px solid darkblue;
	}

.container {
	padding-top: 6px;
	padding-bottom: 5px;
	background: url(images/darkblue_01.jpg) 0 0 repeat-x;
	}	
	
#header {	
	height: 200px;
	background: url(images/darkblue_04.jpg) 0 0 no-repeat;
	border: 1px solid #000;
	}
	
#header h1 {
	font-size: 45px;
	letter-spacing: 2px;
	border: none;
	display: block;
	background: none;
	padding: 25px 0 0 10px;
	color: #fff;
	}
	
.subtitle {
	border: none;
	display: block;
	background: none;
	font-weight: bold;
	color: #fff;
	padding: 25px 0 0 10px;
	}	
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: darkblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.menu1 {
	width: 904px;
	float: left;
	background: url(images/darkblue_07.jpg) 0 0 repeat-x;
	}		
	
.menu1 ul {
	list-style-type: none;
	float: left;
	}	
	
.menu1 li {
	display: block;
	list-style-type: none;
	float: left;
	border-right: 1px solid darkblue;
	}	
	
.menu1 ul a {
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 5px;
	height: 20px;
	border-right: 1px solid #000;
	}					
	
.menu1 ul a:hover {
	text-decoration: underline;
	}

.menu {
	clear: both;
	width: 906px;
	margin-top: 15px;
	}
	
.menu ul {
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 5px;
	}		
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	color: #000;
	text-decoration: none;
	padding: 5px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}

/*-- end of menus --*/		
		
.content_wrap {
	width: 906px;
	margin: 0 auto;
	height: 100%;
	}		
	
.content {
	clear: both;
	background: #fff url(images/darkblue_09.jpg) 0 0 no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
.content_contain {
	float: left;
	}	
	
.content_text {
	min-height: 550px;
	_height: 550px;
	word-wrap: break-word;
	clear: both;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	}						
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 10px 0;
	line-height: 1.5em;
	}		
	
.footer {
	clear: both;
	padding: 15px 0 25px 0;
	height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(images/darkblue_11.gif) 0 0 no-repeat;
	}	
	