/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #F4FDE5 url('../images/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

a:link {
	color: #FF0000; 
	text-decoration: none;
}

a:visited {
	color: #FF0000; 
	text-decoration: none;
}

a:active {
	color: #FF0000; 
	text-decoration: none;
}

a:hover {
	color: #FF0000; 
	text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../images/content_bg.jpg') top right repeat-y;
  border: 1px solid #204F96;
}

#page_header {
  height: 350px;
  background: #FFF url('../images/banner.jpg') top right no-repeat;
  clear: both;
}

#menu_bar {
  height:30px;
  background: #204f96;
  border: 2px #204F96 solid;
  clear: both;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#main {
  width:730px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
  clear:both;
}

#main h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  text-align:left;
  color: #FF0000;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #204F96;
  clear:both;
}

#main p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

#page_footer {
  height: 40px;
  background-color: #204F96;
  clear: both;
}

#page_footer p {
  padding-top:5px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.text {
  margin-top:0px;
  margin-bottom: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.information {
	visibility: hidden;
	height: 1px;
	display: none;
	width: 1px;
}
