body {
	background: #ECE9D8;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}


p { 
	line-height:1.5; 
	margin:0 0 1em;
}

h2 {
 font-size: 1.3em;
  color: #fff;
 background:#1673BE;
 font-weight: bold;
 text-align: left;
 text-transform: uppercase;
 margin: 0;
 padding: .2em;
 padding-left:15px;
 border:solid #000000;	
 border-width:1px 0 1px 0;

}

a:link {
color: #073B6F;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #073B6F;
}
a:hover {
text-decoration: none;
color: #458ACF;
}
a:active {
text-decoration: none;
color: #775D42;
}


div#top {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/top_bg.png) #fff no-repeat;
	height: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
  }




div#main{min-height:100%;}
* html div#main{height:100%;}/* ie6 and under*/






div#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background:  url(../images/body_bg.png) #fff;
  }

div#links {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background:  url(../images/body_bg.png) #fff;
  }


div#bottom {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 48px;
	background: url(../images/bottom_bg.png) #fff no-repeat;
  }

#bottom p {
  margin: 0;
  color: #fff;
  padding-top: 22px;
  padding-left: 15px;
  }

.content {
	margin-left: 20px;
	width: 580px;
	border-right: 1px dashed #013365;
	padding-right: 10px;
	padding-top: 20px;
  }


.content p {
  padding-top: 18px;
  line-height:22px;
  }



.sidebar {
	position: absolute;
	margin-left: 620px;
	top: 120px;
	width: 150px;
/*  border-left: 1px dashed #C33C4E; */
}


/* Search feild */
	#top form {
	top: 0;
	right: 0;
	padding: 20px 20px 0 0;
	background: url("../images/top_tr.gif") no-repeat top right;
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
	}
	#top form label { color: #fff; font-size: 100%; }
	#top form input { font-size: 85%; }
	
	#top form #submit {
		font-size: 85%;
		background: #2C6AA8;
		color: #fff;
		padding: 1px 4px;
		border-right: 1px solid #003264;
		border-bottom: 1px solid #003264;
		border-top: 1px solid #003264;
		border-left: 1px solid #003264;
	}
	
	#top form #q {
		width: 170px;
		font-size: 85%;
		border:	1px solid #013365;
		background: #D9DBE1;
		padding: 2px;
	}
	#top form #q:hover, #top form #q:focus {
		background: #fff;
	}

#menu ul,.menu ul {
  margin: 10px 0 0 0;
  list-style: none;
  padding: 0;
  }

#menu li,.menu li {
	margin: 15px 0 0 0;
	display: block;
  }

#menu li a,.menu li a {
  margin: 0;
  background: url(../images/menu1.png);
  text-align: left;
  text-decoration: none;
  display: block;
  width: 150px;
  padding: 5px 5px 5px 20px;
  color: #fff;
  line-height: 21px;
  }

#menu li a:hover,.menu li a:hover {
  background: url(../images/menu2.png);
  }




#banner {
	background: #eee;
	padding: 10px;
	margin: 10px 0 10px 10px;
	height: 100px;
	color: #aaa;
	font-size: 130%;
	}
	
.logobox {
	border: 2px solid #999
	background: #ececec;
	padding: 0px;
	color: #aaa;
	margin-top: 5px;
	width: 156px;
	}
	
