body {
	text-align: center;
	background-color: #FFFFCC;
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;
}

A:link {
	COLOR: #339999;
	text-decoration: none
}
A:visited {
	COLOR: #FF9900; text-decoration: none
}
A:active {
	COLOR: #FF9900; text-decoration: none
}
A:hover {
	COLOR: #FF9900; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 780px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.gif') top left repeat-y;
}

#page_header {
  height: 140px;
  background: #FFFFFF url('../img/header1.jpg') bottom left no-repeat;
  clear: both;
}

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #ffffff;
  height:31px;
  clear:both;
  background: #FFFFFF url('../img/menu_bg.gif') bottom left no-repeat;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}

#center {
  margin-left:170px;
  margin-right:160px;
  border:0px dashed #cccccc;
}

#center h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #FF9933;
	padding:4px;
	border-top-color: #339999;
	border-bottom-color: #339999;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

#left_side {
  float: left;
  width:140px;
  margin-left:10px;
  border:0px dashed #cccccc;
}

#leftgraphic_side {
  float: left;
  width:160px;
  border:0px dashed #cccccc;
  
}
#left_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #FF9933;
	padding:4px;
	border-top-color: #339999;
	border-bottom-color: #339999;
	border-top-style: 1px solid;
	border-bottom-style: 1px solid;
}

#left_side p {
	margin-top:5px;
	margin-bottom:16px;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

#right_side {
  float: right;
  width:140px;
  border:0px dashed #cccccc;
}

#right_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #FF9933;
	padding:4px;
border-top-color: #339999;
	border-bottom-color: #339999;
	border-top-style: 1px solid;
	border-bottom-style: 1px solid;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
  height: 60px;
  background: #FFFFFF url('../img/footer_bg.gif') bottom left no-repeat;
  clear: both;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#page_footer p {
  padding-top:7px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:12px;
  color:#D5D0B0;
}

#page_footer A:link {
	COLOR: #FFFFFF;
	text-decoration: none
}
#page_footer A:visited {
	COLOR: #FF9999;
	text-decoration: none
}
#page_footer A:active {
	COLOR: #FF9900;
	text-decoration: none
}
#page_footer A:hover {
	COLOR: #FF9900;
	text-decoration: underline
}


#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:0px;
	background-color: #C86000;
	background: url('../img/bar.jpg') top right no-repeat;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height: auto;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:13px;
	padding-right:13px;
	background-color: transparent;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #339999;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #FFFFFF;
}

#linklist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #339999;
	width: 140px;
}

#linklist li {
	list-style: none;
	margin: 0;
	line-height:12px;
	border-top: 1px solid #339999;
	font-family:verdana;
	font-size:11px;
	padding-top: 4px;
	padding-bottom: 6px;
}

#linklist li a { text-decoration: none; 
}