body {
	width: 100%;
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Helvetica, Arial;
}

img {
	border: 0px;
}

#container {
	width: 950px;
	
	margin-left: auto;
	margin-right: auto;
}
#middle {
	display: table;
	
	width: 100%;
	height: 100%;
}

#top_table {
	height: 155px;
}

#logo {
	width: 325px;
	
	vertical-align: middle;
	
	background-color: white;
}

#menu {
	width: 625px;
	
	padding-bottom: 4px;
	vertical-align: bottom;
	
	background-color: #4dbb23;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('/images/menu_bgfade.png');
	
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: white;
}
#menu_table_r1 {
	padding-left: 15px;
	padding-bottom: 5px;
	
	border-bottom: solid 1px #3a9f13;
}
#menu_table_r2 {
	padding-top: 5px;
	padding-left: 15px;
	
	letter-spacing: 1px;
}
#menu_table a {
	padding-right: 10px;
	
	text-decoration: none;
	color: white;
}
#menu_table a:hover {
	color: black;
}

#main_row {
	display: table-row;
	
	background-color: white;
}
#main_cell {
	display: table-cell;
}

#content {
	font-family: Helvetica, Arial;
	font-size: 12px;
}
#content h3 {
	margin: 0px;
	padding: 15px;
	font-size: 14px;
}
#content a {
	color: white;
	text-decoration: none;
}
#content a:hover {
	color: black;
}
#content p {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#content_normal { font-family: Helvetica, Arial; font-size: 12px; padding-top: 20px; padding-left: 10px; padding-bottom: 10px; }
#content_normal a { color: black; text-decoration: none; }
#content_normal a:hover { text-decoration: underline; }
#content_normal h1 { margin: 0px; padding: 10px; padding-top: 0px; font-family: Helvetica, Arial; font-weight: none; color: #4dbb23; }
#content_normal h2 { margin: 0px; padding: 10px; }
#content_normal h3 { margin: 0px; padding: 10px; }
#content_normal p { margin: 0px; padding-left: 10px; padding-right: 10px; padding-bottom: 15px; }
.container_line { width: 100%; height: 5px; background-color: #4dbb23; line-height: 0px; padding: 0px; margin: 0px; }

#bottom_row {
	display: table-row;
	
	height: 25px;
	background-color: #4dbb23;
}
#bottom_cell {
	display: table-cell;
}

#contact_row {
	display: table-row;
	
	height: 25px;
	background-color: white;
}
#contact_cell {
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 10px;
	
	vertical-align: top;
	
	color: #808080;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}
#contact_cell a {
	color: #808080;
	text-decoration: none;
}
.nospace { margin: 0.5em 0 0.25em 0; font-size: 1em; }