

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

/*Styles for the links in the content.*/

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


/*The wrapper that includes all the important stuff.*/

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF;
}


/*The top banner.*/

#page_header {
	height: 120px;
	background: #FFFFFF url('img/badge.bmp') left no-repeat;
	clear: both;
}

#page_header h1 {
  padding-top:33px;
  padding-left:15px;
  margin-left:90px;
  font-family: verdana;
  font-size: 24px;
  color: #333;
  line-height:24px;
  letter-spacing:1px;
}

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


/*The  second banner.*/

#banner {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:175px;
  clear:both;
  background: #FFFFFF url('img/banner.jpg') no-repeat;
}


/*The bit that includes everything except the banners.*/

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

/*The central content.*/

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

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #333;
  padding:4px;
}

#center h4 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 15px;
  color: #333;
  padding:4px;
}

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


/*The left side bar.*/

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

#left_side h3 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #333;
  padding:8px 0 0 8px;
  border-top: solid 1px #B0C4CF;
  border-left: solid 1px #B0C4CF;
  border-right: solid 1px #B0C4CF;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  padding:8px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #666666;
  border-left: solid 1px #B0C4CF;
  border-right: solid 1px #B0C4CF;
  border-bottom:  solid 1px #B0C4CF;
}



/*The right side bar.*/

#right_side {
  float: right;
  width:140px;
  border:0px dashed #cccccc;
  bborder: solid 1px #B0C4CF;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #333;
  padding:8px 0 8px 10px;
  border-bottom: 1px dashed #D1D9C4;
}

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



/*The footer.*/

#page_footer {
  height: 60px;
  clear: both;
}

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



/*The main navigation menu for links to the rest of the website.*/

#left_side ul.sidemenu {
	list-style:none;
	margin: 0px 0 25px 0;
	padding: 0;
	background: #F2F2F2;
	color: #646464;
	width: 150px;
}

#left_side ul.sidemenu li {
	padding: 0px 0px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif
}

#left_side ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 10px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#left_side ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#left_side ul.sidemenu .current, #left_side ul.sidemenu a:hover {
	padding: .3em 0 .3em 5px;
	border-left: 5px solid  #D36A67;
	border-bottom: 1px dashed #D36A67;
	color: #D36A67;
}


/*Links to external websites.*/

#linklist {
  wwidth:140px;
  margin-left: 0px;
  text-align: left;
  bborder: solid 1px #B0C4CF;
  
}

#linklist li {
  list-style-type: circle;
  list-style-position:inside;
  line-height:20px;
  border-bottom: 1px dashed #D1D9C4;
  font-family:verdana;
  font-size:11px;
  padding-left: 5px;
}

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

#linklist li a:hover {
	color: #286EA0;
	text-decoration: underline;
}


/*Images in the content.*/

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

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

.thumbnail_center {
  margin-left:100px;
  margin-bottom:5px;
  border:0px;
}