/*Generic Template {{{steelblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px dotted steelblue;
	}

.container {
	padding: 5px 0;
	}	
	
#header {	
	background: url(images/steelblue_01.jpg) 0 0 no-repeat;
	height: 198px;
	position: relative;
	}
	
#header h1 {
	font-size: 45px;
	letter-spacing: 2px;
	border: none;
	display: block;
	background: none;
	width: 740px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #4e749a;
	}
	
.subtitle {
	border: none;
	display: block;
	background: none;
	font-weight: bold;
	text-align: center;
	color: #4e749a;
	padding: 50px 0 0 0;
	margin: 0 auto;
	width: 740px;
	}	
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: #4e749a;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.menu1 {
	width: 946px;
	float: left;
	position: absolute;
	bottom: 0;
	}		
	
.menu1 ul {
	list-style-type: none;
	float: left;
	text-align: center;
	}	
	
.menu1 li {
	display: block;
	float: left;
	list-style-type: none;
	}	
	
.menu1 ul a {
	color: #fff;
	float: left;
	text-decoration: none;
	font-size: 10px;
	padding: 10px 5px;
	height: 15px;
	border-right: 1px solid #4e749a;
	}					
	
.menu1 ul a:hover {
	text-decoration: none;
	background-color: #4e749a;
	}

.menu {
	clear: both;
	float: left;
	padding-bottom: 20px;
	}
	
.menu ul {
	list-style-type: none;
	text-align: center;
	padding: 0 25px;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	color: #4e749a;
	text-decoration: none;
	font-size: 10px;
	padding: 0 3px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}

/*-- end of menus --*/		
		
.running_img {
	height: 125px;
	background: url(images/steelblue_02.jpg) 0 0 no-repeat;
	}		
		
.content_wrap {
	width: 946px;
	margin: 0 auto;
	border: 1px solid steelblue;
	background-color: #4e749a;
	padding-bottom: 210px;
	}		
	
.content {
	width: 946px;
	clear: both;
	background: #fff url(images/steelblue_03.jpg) 0 0 no-repeat;
	padding-top: 20px;
	}
	
.content_text_wrap {
	clear: both;
	margin: 0 auto;
	width: 750px;
	}	
	
.content_text {
	min-height: 250px;
	_height: 250px;
	word-wrap: break-word;
	clear: both;
	padding: 0 20px;
	}						
	
.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;
	text-align: center;
	font-weight: bold;
	background: #fff url(images/steelblue_13.jpg) bottom left no-repeat;
	}	
	