body {
	text-align: center;
	background-color: #E0BEDD;
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;
	font-size: 14px;
	font-weight: normal;
}

A:link {
	COLOR: #FF0000;
	text-decoration: none
}
A:visited {
	COLOR: #FF0000;
	text-decoration: none
}
A:active {
	COLOR: #FF0000;
	text-decoration: none
}
A:hover {
	COLOR: #0000FF;
	text-decoration: underline;
	background-color: #56F8F8;
}

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

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

#page_header h1 {
	padding-left:15px;
	margin:0px;
	font-family: verdana;
	font-size: 24px;
	color: #FBD539;
	line-height:26px;
	letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 12px;
  color: #D5D0B0;
  line-height:22px;
}

#menu_bar {
	margin:0px;
	padding:0px;
	border:0px dashed #ffffff;
	height:31px;
	clear:both;
}

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

#center {
	margin-left:220px;
	margin-right:220px;
	border:0px dashed #000000;
}

#center h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #FF0000;
	padding:4px;
	border: 1px solid #FFFF99;
	background-color: #56F8F8;
	width: auto;
	font-weight: bold;
}

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

#left_side {
	float: left;
	width:200px;
	border:0px dashed #cccccc;
}

#left_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	padding:4px;
	border: 1px solid #FFFF99;
	background-color: #56F8F8;
	font-weight: bold;
}

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

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

#right_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding:4px;
	border: 1px solid #FFFF99;
	background-color: #56F8F8;
	font-weight: bold;
}

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

#page_footer {
  height: 60px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}

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

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


#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:0px;
	background-color: #56F8F8;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left:10px;
	padding-right:10px;
	background-color: #56F8F8;
	color: #FF0000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FF0000;
	border-right-color: #000000;
}

#navcontainer ul li a:hover {
	background-color: #ff0000;
	color: #66FF00;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#linklist {
	padding-left: 0;
	margin-left: 0;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#linklist li {
	list-style: none;
	margin: 0;
	line-height:20px;
	border-top: 1px solid #FFFFFF;
	font-family:verdana;
	font-size:12px;
	font-weight: bold;
}

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

.thumbnail_left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}
