body {
	margin: 0 auto;
	background: #88acdf url(images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
}
#wrapper {
  width: 830px;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 90px;
  background: url(images/topTrans.png) no-repeat;
}
#header {
  width: 100%;
	height: 180px;
	position: absolute;
	top: 25px;
	z-index: -1;
	background: url(images/header.jpg) no-repeat;
}

/* Horizontal Menu */
#headDiv {
  width: 828px;;
	height: 20px;
	top: 185px;
	position: absolute;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #1d2e4d;
}
#headDiv li {
  display: inline;
	padding: -3px;
}
#headDiv li.first {
  margin-left: 0;
	padding: 0 0 0 218px;
}
/* Content */
#mainWrap {
	width: 828px;
  top: 205px;
	position: absolute;
	background: #92a3c1;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#mainContent {
	float: right;
	min-height: 700px;
	width: 593px;
	background: #FFF;
	padding: 8px;
  border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
/* Side Menu */

#sidebar {
 	float: left;
	width: 218px;
	border-top: 1px solid #000;
}
/* Main Menu */
#menu {
	padding: 10px;
	background: #4f6285 url(images/menu_grad.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 6px 0;
	background: url(images/g_dot.png) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 119%;
	color: #FFFFFF;
}

/* Bottom Menu */
#bottom {
	padding: 6px;
	background: #92a3c1 url(images/bottom_grad.jpg) repeat-x;
}
#bottom h1 {
  font-size: 129%;
	color: #FFFFFF;
}
#bottom li {
	padding: 6px 0;
	background: url(images/b_dot.png) repeat-x;
}

#bottom li.first {
	background: none;
}

#bottom a {
	text-decoration: none;
	font-size: 119%;
	color: #FFFFFF;
}
/* Variable Menu */
#variable {
  position: relative;
	left: 1px;
	padding: 10px;
	background: #FFF;
}

#variable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#variable li {
	padding: 6px 0;
	background: url(images/v_dot.png) repeat-x;
}

#variable li.first {
	background: none;
}

#variable a {
	text-decoration: none;
	font-size: 100%;
	color: #000;
}	
/* Font Formatting */
.white {
  color: #FFF;
	font-size: 85%;
}
.white a{
  text-decoration: none;
	color: #FFF;
}
h1 {
  color: #919300;
	font-size: 149%;
	line-height: 200%;
}
h2 {
  color: #919300;
	font-size: 129%;
	line-height: 150%;
	padding: 10px;
}
p {
  padding: 8px 0 0 0;
  line-height: 180%;
	word-spacing: .07em;
}
.address {
  color: #555;
}