
body {
  background-color: #eeeeee;
  margin-top: 0px;
}

#page {
  width: 950px;
  margin: 0px auto 0px auto;
}

#header {
  background-color: #eeeeee;
  margin: 0px auto 0px auto;
  width: 760px;
}

#menu_banner {
	background-color: #ffffff;
	background-image: url('images/menu_back.png');
	background-repeat: no-repeat;
	height: 295px;
  margin: 5px auto 0px auto;
  width: 760px;
}

#menu {
	color: #8f899d;
  float: left;
	font-family: arial;
	font-size: 15px;
	padding-top: 55px;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
}

#banner {
	float: right;
	text-align: right;
}

.banner_text {
	color: #8f899d;
  float: left;
	font-family: arial;
	font-size: 15px;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 20px;
	text-align: left;
	text-decoration: none;
}

.clear_float {clear: both;}

#content_full {
	background-color: #ffffff;
	background-image: url('images/content_leftside.png');
	background-repeat: repeat-y;
	border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: solid;
	border-color: #d8d8d8;
	border-width: 1px;
  margin: 5px auto 0px auto;
  width: 760px;
}

#content_1col {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	width: 700px;
}

#content_2col {
	background-color: #ffffff;
	background-image: url('images/content_2col.png');
	background-repeat: repeat-y;
	border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: solid;
	border-color: #d8d8d8;
	border-width: 1px;
  margin: 5px auto 0px auto;
  width: 760px;
}

#content_left {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	width: 350px;
}

#content_right {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	width: 350px;
}

#content_right_center {
	float: right;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	text-align: center;
	width: 350px;
}

#footer {
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
  height: 67px;
  margin: 30px auto 0px auto;
	padding-top: 10px;
  text-align: center;
	text-decoration: none;
}

.footer_spacer {
	font-family: arial;
	font-size: 8px;
}

.spacer_filler {
	height: 5px;
}

a {color: #8f899d;text-decoration: none;}
a:hover {color: #8f899d;text-decoration: underline;}

a.navlink {color: #ffffff;text-decoration: none;}
a.navlink:hover {color: #ffcc99;text-decoration: underline;}

p, li, table {
	color: #546d8b;
	font-family: arial;
	font-size: 12px;
}

td, th {
	text-align: center;
}

.head1 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
