@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: lighter;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	color: #669933;
	margin: 0px;
	padding:0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	line-height:normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	margin: 0px;
	margin-top:20px;
	color: #996633;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	line-height:normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	margin: 3px;
	margin-left:20px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height:normal;
	font-weight:normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	color: #996633;
	margin:0px;
	padding:0px;
}
a:link {
	color: #669933;
}

a:visited {
	color: #669933;
}
p { margin:8px;
}
html {
	overflow: auto;
}

html, body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(../images/map.JPG);
	background-repeat: repeat;
} 
 
#pagewidth{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
} 

/* Header */ 
#header{
	width:100%;
	display:block;
	padding-bottom:10px;
} 
#header_title{
	display:block;
	font-size:x-large;
	margin-left:25px;
	margin-top:20px;
	color: #669933;
}
#header_subtitle {
	display:block;
	font-size:small;
	margin-left:50px;
	margin-top:5px;
	color:#666666;
}
#sponsors {
	width:100%;
	display:block;
	text-align:right;
	height:25px;
}
#sponsor_content {
	margin:5px;
	color:#CCCCCC;
}

#navigation {
	width:100%;
	display:block;
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	color:#CCCCCC;
}
#nav_links {
	margin: 5px;
	margin-left:10px;
}

/* Body */
#content {
	margin-top:5px;
	width:100%;
	display:block;
}
.left_big {
	float:left;
	width:73%;
}
.right_small_left_line {
	float:right;
	width:26%;
	border-left: dashed 1px #CCCCCC;
	border-bottom: dashed 1px #CCCCCC;
	margin-bottom:10px;
}
.bottom_line {
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom:dashed 1px #CCCCCC;
}

.standard_text {
	margin:15px; 
}
.standard_sidebar {
	margin:10px;
}
#comments {
	margin-top:10px;
	border-top:1px dashed #CCCCCC;
	width:100%;
	display:block;
}
#c_sidebar { 
	width:26.5%;
	float:left;
	border-right:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
}
#c_form { 
	width:73%;
	float:right;
	
}
#c_print {
	margin:15px;
}
#c_form_contents {
	margin:15px;
	margin-top:40px;
}
/* Footer */

#footer{
	margin-top:5px;
	width:100%;
	display:block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
} 
#footer_info {
	color:#CCCCCC;
	text-align:center;
	margin:5px;
	font-size:smaller;
}
 
  /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
