body {
	width:983px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	background-color: #444;
	margin-right: auto;
	margin-left: auto;
}
h1 {
font-size: 18px;
color: #ffffff;
}
h2 {
font-size: 16px;
color: #ffffff;
}
h3 {
font-size: 14px;
color: #0099FF;
}
h4 {
font-size: 12px;
color: #999999;
}
p {
font-size: 12px;
color: #ffffff;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#header {
	width: 983px;
	height: 63px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#header a {
	float: right;
	width: 12em;
	padding: 10px 10px 5px 10px;
	font-size: 0.7em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	border-left: 1px solid #0066FF;
}
#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #444;
}
.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}
#content {
	float: left;
	width: 983px;
	background: url(images/bg.gif);
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
#contentLeft {
	float: left;
	width: 155px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.1em;
}
#contentRight {
	float: right;
	width: 700px;
	background-color: #444;
	padding-left: 25px;
	margin: 10px;
}
#content p {
	font-size: 0.8em;
	line-height: 1.8em;
	margin-top: 1.2em;
	margin-right: 1.2em;
	margin-bottom: 2em;
	margin-left: 1.2em;
	padding-right: 20px;
	padding-left: 20px;
}
#content a {
	text-decoration: none;
	color: #CCCCCC;
}
#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 10px;
  background: url(images/6.jpg);
  border: 0px;
}
#content a:hover.menuItem { 
  color: #0033CC;
  background: url(images/bg.gif);
  border: 0px;
}
#footer {
  float: left;
  width: 983px;
  height: 28px;
  margin-bottom: 1em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #CCCCCC;
  background: url(images/footer.jpg) top left;
}
#footerLeft {
  float: left;
  width: 40%;
  height: 3em;
  text-align: left;
}
#footerRight {
  float: right;
  width: 60%;
  height: 3em;
  text-align: right;
}
#map {
	margin-right: auto;
	margin-left: auto;
	padding-right: 125px;
	padding-left: 145px;
}
