/* commented backslash hack v2 \*/ html, body{height:100%;} /* end hack */ 
html {
	background: #000;
}
/* Layout */
body {
	padding:0;
	margin:0;
	background:#000;
	color: #000000;
	text-align:center;
}
#doc {
	min-height:100%;
	margin: auto;
	position:relative;
	background-color: #000;
	border-left: 3px solid #3eb5dd;
	border-right: 3px solid #3eb5dd;
}
* html #doc{height:100%} 
#hd {

}
#hd .hd_title {
	text-align: left;
	color: #fff;
	background-color: #000;
	height: 100px;
	border-top: 3px solid #3eb5dd;
}
#hd .hd_slogan {
	text-align: right;
	color: #fff;
	background-color: #000;
	border-bottom: 3px solid #3eb5dd;
	padding-top: 3px;
	padding-bottom: 3px;
}
#hd .hd_title img {
	float: left;
}
#hd .hd_links {
	text-align: center;
	color: #fff;
	background-color: #000;
	line-height: 153.9%;
	height: 1.5em;
	border-bottom: 3px solid #3eb5dd;
}
#hd .hd_links ul {
	padding-left: 17px;
}
#hd .first_link {
	border-left: 2px solid #3eb5dd;	
}
#hd .hd_links ul li{
	float: left;
}
#hd .hd_links ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: 2px solid #3eb5dd;
}
#hd .hd_links ul li a:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}
#hd .hd_image {
	text-align: center;
	color: #fff;
	background-color: #000;
}
#hd .hd_picture {
	width: 750px;
	
}
#bd {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #000;
	color: #fff;
	line-height: 2em;
}
#bd ul li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 4px;
}
#bd .content_block {
	margin-bottom: 0;
}
#bd a {
	color: #3eb5dd;	
}
#right_nav img {
	border: 2px solid #fff;
	margin: 5px;
	height: 210px;
	width: 210px;
}	
#ft{
	text-align: center;
	color: #fff;
	background-color: #000;
	line-height: 123.1%;
	border-top: 3px solid #3eb5dd;
	border-bottom: 3px solid #3eb5dd;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
#quotebox {
	background-color: #fff;
	color: #000;
	border: 2px solid #3eb5dd;	
	margin: 5px;
	padding: 3px;
}
#quotebox ul li {
	letter-spacing: 1px;
}
#quotebox h2 {
	padding-top: 0;
}
.teampicleft {
	float: left;
	margin: 3px;
	border: 1px solid #fff;
}
.teampicright {
	float: right;
	margin: 13px 3px 3px 3px;
	border: 1px solid #fff;
}
/* Fonts */

h1 {
	font-size: 167%;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 153.9%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
h3 {
	font-size: 131%;
	padding-bottom: 0.5em;
}
h4 {
	font-size: 123.1%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 77%;
}
p {
	font-size: 100%;
	letter-spacing: 1px;
}

