body {
background-image: url('templates/temp1_1.png');
background-repeat: repeat-x;
background-position: top 50%;
}
#navigation {
	position: relative;
	width: 100%;
	background: #DAECEF;
}

#navigation ul#buttons {
	margin: 0px 0px 0px 0px;
	background: #DAECEF;
	padding: 0px 10px;
	bottom: -1px;
}

#navigation ul#buttons li  {
	display: inline;
	float: left;
	list-style: none;
}

#navigation ul#buttons a,#navigation ul#buttons span,#navigation ul#buttons a.current {
	display: block;
	float: left;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-right: 0px solid #000;
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
}

#navigation ul#buttons span,#navigation ul#buttons a.current,#navigation ul#buttons a.current:hover {
	border-bottom: none;
	background: #203B56;
	padding-bottom: 4px;
	margin-top: 0px;
	font-weight:bold;
	color: #DAECEF;
	
}

#navigation ul#buttons a {
	background: #DAECEF;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}

#navigation ul#buttons a:hover {
	margin: 0px 0px 0px 0px;
	background: #203B56;
	color: #fff;
	}
	

#copyrightbar {
   font-family: verdana, sans-serif;
   color: #fff;
   font-size: 8pt;
   padding: 0px 0px 0px 0px;
   text-align:center
      }
#copyrightbar a{
   color: #fff;
   text-decoration: underlined;
   }
#headerarea h1 {
   font-family: verdana, sans-serif;
   color: #000;
   font-weight: bold;
   font-size: 18pt;
   padding: 10px 5px 10px 5px;
   margin: 0px;
   }
#headerarea h2 {
   font-family: verdana, sans-serif;
   color: #A9BECC;
   font-weight: bold;
   font-size: 10pt;
   padding: 0px 10px 0px 0px;
   margin: 0px;
   }

h1           { font-family: Verdana; font-size: 18pt; color: #000000; font-weight: bold }

h2           { font-family: Verdana; font-size: 10pt; color: #000000; font-weight: normal }

.maincontents, p, span
{
font-family: verdana, helvetica, sans-serif;
font-size: 11pt;
}

