body {
	background:#f2f6f8 url(images/page_back2.gif) repeat-y center;
	font:80% Arial, Helvetica, sans-serif;
	color:#333;
	margin:0px;
	}

#banner {
	height:50px;
	width:auto;
	text-align:center;
	color:#333;
	background-color: #fff;
	background-image: url(images/masthead.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	}
	
#logo {
	width: 620px;
	\width: 640px;
	w\idth: 620px;
	padding:12px 0px 0px 40px;
	height:22px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}
#logo h1 {
	margin:0px;
	}

#container {
	width: 620px;
	\width: 640px;
	w\idth: 620px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#content {
	margin:0px;
	padding:18px;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #206262;
	text-decoration: undeline;
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #206262; */
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #206262;
	text-decoration: underline;
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #206262; */
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #359F9F;
}
a:active {
}

#Header {
	height: 30px;
	width: 619px;
/*	background-color: #66CCCC; */
	margin: 1px;
/*	position: relative; */
	}	

#tabs {
  float:left;
	height: 30px;
  width:619px;
  background:url(images/tabs_background.gif) repeat-x;
  font-size:93%;
  line-height:normal;
  margin: 1px 1px 10px;
  }
#tabs ul {
  margin:0;
  /* Adjust your nav position here */
  padding:0 10px 0 17px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs .first {
	border-left:1px solid #fff;
}
#tabs a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
  }
#tabs a span {
  float:left;
  display:block;
  background:url(images/tabright2.gif) no-repeat right top;
  padding:5px 15px 4px 15px;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#000000;
  }
#tabs a:hover {
  background-position:0% -29px;
  }
#tabs a:hover span {
  background-position:100% -29px;
  }

#footer {
	text-align:left;
	font-size:70%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	float:none;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #999999;
	}

#left_column {
	float:left;
	width: 45%;
	padding-right: 10px;
	padding-top: 20px;
}

#right_column {
	float:left;
	width: 45%;	
	padding-left: 10px;
	padding-top: 20px;
}

.clearboth {
  clear:both;
}

.pdf_tag { 
	font-size: 70%;
}

.image_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;	
}

#section {
	margin-bottom: 25px;
}

#section h3 {
	font-size: 110%;
	font-weight: bold;
	margin:0 0 4px 0;
	padding:0;
}

#section .image {
	float: left;
	margin-right: 15px;
}

#feature_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
	border: 2px dotted #CCCCCC;
}

#list li {
	margin-bottom: 5px;
} 

#image_list li {
	margin-bottom: 10px;
	list-style-type: none;
} 

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

.form div.Container {
	width: 500px;
	margin: 60px auto 20px auto;
	min-width: inherit;
}

.form dl {
	margin: 10px 0 0 0;
}

.form dt {
	float: left;
	width: 120px;
	font-size: 14px;
	line-height: 24px;
}

.form dd {
	margin: 0 0 5px 90px;
	font-size: 11px;
	line-height: 24px;
	color: #666;
	margin-left: 120px;
}

.form input {
	font-size: 14px;
}

.form input#name {
	width: 200px;
}

.form input#email {
	width: 200px;
}

.form input#phone {
	width: 200px;
}

.form input#subject {
	width: 300px;
}

.form textarea#message {
	height: 100px;
	width: 300px;
}
div.section_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
	padding-bottom: 5px;
	font-weight: bold;
}

.hide {
	visibility: hidden;
}