﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #efefef;
	margin-left: 62px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 20px;
	color: #333333;
	font-family: Georgia, Arial, Helvetica, Times New Roman;
}

#topbanner {
	margin-top: 10px;
	margin-left: 52px;
	width: 660px;
	height: 100px;
}

a, a:link, a:visited {
	color: #333333;
	background-color: #efefef;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

a:hover {
	text-decoration: underline;
}

#top {
	height: 103px;
	width: 860px;
}

#logo {
	float: left;
	width: 197px;
}

#logo img {
	margin-top: 55px;
}

#menu {

}

.menuitem {
	float: left;
}

#contentlayout {
	margin-top: 10px;
	margin-left: 40px;
	width: 600px;
}

#content {
	padding: 40px;
	background-color: white;
}

#content p {
	margin-top: 0px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

#content ul, #content li {
	font-size: 14px;
}

#content h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}

#content h2 {
	font-size: 16px;
	color: #030303;
	font-weight: bold;
}

#address {
	width: 120px;
	float: left;
	font-size: 14px;
	color: #d6d6d6;
	font-weight: bold;
}