body{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: none;
	background-color: #EEEEEE;
}

.box {
	width: 78em;
	margin: 0px 0px;
	padding-top: 1em;
	display: block;
	min-height: 40em;
	background-color: white;
}

.sideimg {
	padding: 1em 1em;
	margin-bottom: 2em;
	float: left;
}
.contact_info{
	margin-top: 1em;
}

h3.contact_info {
	text-align: left;
	padding-left: 2em;
	margin: 0em;
	font-size: 12pt;
}

.contact_info_place{
	display: inline-block;
	text-align: left;
	padding: 0px 5em;
	vertical-align: top;
}


.about_box {
	width: 100%;
	height: auto;
	float: right;
	background-color: white;
}

.content {
	padding-left: 1em;
	padding-right: 1.5em;
	margin-top: 1em;
	float: left;
	min-height: 35em ;
	float: right;
	width: 60em;
	background-color: white;
	border: 3px ridge #71AABD;
	border-top:0px;
}

.sidemenu {
	color: black;
	font-size: 10pt;
	width: 10.5em;
	min-height:40em;
	margin-top: 1em;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 1em;
	float: left;
	text-align:center;
	background-color: #EEEEEE;
}

ul {
	list-style-type: square;
}

li {
	margin: 0px;
	padding: 0.2em;
}

a,a:visited {
	color: #2C525F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.menu, a.menu:visited {
	text-transform: uppercase;
	color: black;
	display: block;
	width: 100%;
	margin-bottom: 3px;
	border-left: 2px solid #71AABD;
	border-bottom: 2px solid #71AABD;
	text-align: center;
}
a.menu_selected {
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	color: black;
	/*background-color: #dddddd;*/
	margin-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
	border-left: 2px solid #2C525F;
	border-bottom: 2px solid #2C525F;
}

a.menu:hover {
	color: black;
	background-color: white;
	border-left: 2px solid #71AABD;
	border-bottom: 2px solid #71AABD;
	text-decoration: none;
}

.title {
	width: 95.5%;
	border-bottom: 3px solid #71AABD;
	border-right: 3px solid #71AABD;
	font-size: 20pt;
	font-weight: bold;
	float: top;
	margin-top: 0px;
	margin-left: 0.5em;
	padding-left: 1em;
	text-align: left;
}

.right_border {
	float: right;
	height: 100%;
	width: 3px;
	border-left: 2px ridge #71AABD;
}

.subtitle {
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	float: top;
	margin-top: 0px;
	margin-left: 0em;
	text-align: left;
}

.small {
	width: 70em;
	margin: auto;
	margin-top: 2em;
	padding-top: 0.2em;
	padding-left: 10em;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	float: left;
}

.logo {
	position: absolute;
	top: 1em;
	right: 1em;
}
