* {
    margin: 0;
}
html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #CC6666;
	text-decoration: none;
}
#container {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 700px;
	position: absolute;
	top: 50%;
	margin-left: -350px;
	left: 50%;
	line-height: 5px;
	margin-top: -200px;
}
#page_header {
	height: 80px;
	text-align: left;
	line-height: 5px;
	padding-bottom: 20px;
}
#page_content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	padding-top: 10px;
}
#bottom_content {
	font-size: x-small;
	text-align: center;
}
#top_google_box {
	padding-top: 4px;
	padding-bottom: 4px;
}
#bottom_google_box {
	height: 90px;
	position: relative;
	margin: 0 auto;
}

.main_menu_items {
	font-size: medium;
}
h1 {
	font-size: 16px;
	padding-bottom: 10px;
}
h5 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
}
#title_name {
	font-size: 24px;
}
#menu_background {
	z-index: 1;
	position: absolute;
	background-image: url(images/index_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 700px;
}
#menu_box {
	z-index: 2;
	position: absolute;
	left: 36%;
	top: 100px;
	padding: 80px 10px 10px;
	text-align: left;
	line-height: 22px;
}
#verticalspacer {
	height: 90px;
}
table {
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
tr {
	padding: 2px;
}
td {
	padding: 2px;
	font-size: x-small;
}
#sub_container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 750px;
	text-align: left;
	font-size: 12px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto -90px;
}
p {
	line-height: 1.5em;
}
h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}
