body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, th, td {
margin:0;
padding:0;
}

table
{
  max-width: 100%;
}

body {
    background-color: #fff;
    color: #413d3c;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
}

a {
	color: #013504;
	text-decoration: none;
}

a:hover {
    color: #006105;
    text-decoration: underline;
}


#container {
    width: 1000px;
    margin: 0px auto;

}

#content-container {
	width: 1000px;
	background: #f3f8fb url(/images/content_background.jpg) no-repeat left top;
	
	display: block;
	float: left;
}

#content {
	padding-top: 19px;
	padding-right: 190px;
	min-height: 42em;
	width: 603px;
	float: left;
}

#menu {
	display: block;
	float: left;
	
	width: 166px;
	padding-left: 41px;
	padding-top: 5px;
	padding-bottom: 50px;
}

#menu a {
    color: #013504;
    font-size: 12px;
    font-weight: bold;
}

#menu a:hover, #menu a.active {
    color: #d45601;
}

#menu .item {
	padding-left: 0px;
	margin-top: 15px;
}

#menu .subitem {
    margin-top: 6px;
    padding-left: 15px;
}

#breadcrumb {
	margin-bottom: 10px;
}

#content p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#content h1 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    color: #033502;
    font-size: 15px;
}

#content .date_stamp {
    font-size: 9px;
    color: #787878;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 2px;
    margin-bottom: 8px;
}

.gallery_index {
	display:block; clear: both; padding-bottom: 20px; float: left; width: 100%
}

.gallery_photo {
	display: block; 
	float: left; 
	margin: 10px; 
	height: 200px; 
	width: 140px; 
	text-align: center; 
	overflow: hidden;
}

.person {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.person span {
    display: block;
}

.person .image {
	float: left; 
	width: 120px;
}

.person .text {
    float: left;
    display: inline;
    width: 460px;
}

.person h2 {
	color: #033502;
	font-weight: normal;
	font-size: 14px; 
}

.person p {
	padding-top: 10px;
}

.team_position {
	padding-top: 10px;
	padding-bottom: 10px;
	
	color: #033502;
	font-size: 14px;
}


#register {
	margin: 10px;
}

#register h2 {
    color: #033502;
    font-size: 14px;
    font-weight: normal;
}

#register .title {
    color: #033502;
    font-size: 13px;
}

#register hr {
	color: #033502;
}

#register input {
	width: 450px;
	font-size: 12px;
	padding: 5px;
}

#register textarea {
    width: 450px;
    font-size: 12px;
    padding: 5px;
}

#register div.form_row {
	padding-top: 5px;
}

#register input.button {
	width: 200px;
	font-weight: bold;
}

#register .error {
	color: red;
}
