/*Generic Template {{{darkcyan style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	min-height: 100%;
	height: auto;
	height: 100%;
	}	
	
body {
	background-color: #000;
	color: #000;
	padding: 5px 0;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: darkcyan;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: gray;
	}	
	
.container {
	width: 946px;
	margin: 0 auto;
	border: 1px solid darkcyan;
	background-color: #fff;
	}	
	
.content_wrap {
	width: 946px;
	}	
	
#header  {
	background: url(images/header_darkcyan_01.gif) 0 0 no-repeat;
	width: 946px;
	height: 200px;
	}
	
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55px;
    color: white;
	font-weight: lighter;
	padding-top: 145px;
	padding-left: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	}		
	
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
	}
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}
	
h4 {
	font-size: 14px;
	}	
	
.menu1 {
	width: 150px;
	padding-top: 25px;
	position: absolute;
	top: 15px;
	left: 20px;
	background: url(images/top_nav_darkcyan_04.jpg) 0 0 no-repeat;
	border: 1px solid darkcyan;
	}
	
.menu1 ul {
	list-style-type: none;
	width: 150px;
	text-align: center;
	background: url(images/footer_nav_darkcyan_04.jpg) bottom left no-repeat;
	padding-bottom: 25px;
	}	
	
.menu1 li {
	list-style-type: none;
	display: block;
	}
	
* html .menu1 li {
	height: 1%;
	}
	
.menu1 ul a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted darkcyan;
	color: darkcyan;
	padding: 5px 0;
	font-size: 12px;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	color: white;
	background-color: darkcyan;
	}
		
.content {
	width: 946px;
	padding: 15px 0;
	position: relative;
	}	
	
.content_text {
	width: 700px;
	margin-left: 200px;
	padding: 10px 15px;
	border: 1px dotted darkcyan;
	}	
	
.content_text ul {
	padding-left: 15px;
	}	
		
.content img {
	margin: 5px 5px 5px 0;
	}		
	
.content p {
	margin: 5px 0;
	}	
	
.footer {
	color: white;
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
	background: url(images/footer_darkcyan_07.jpg) 0 0 no-repeat;
	height: 30px;
	width: 946px;
	}	
	