body {
	margin:0;
	padding:0;
	background-color: #52626d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
a:link, a:visited, a:active {
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a:hover {
	color:#000000;
	font:bold 8pt verdana, arial, sans-serif;
	text-align: center;
}
h1 {
	font:28pt verdana, arial, sans-serif;
	color:#666;
	margin:0;
	padding:20px;
}
h2 {
	color:#000000;
	padding:0px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
h3 {
	color:#3C6E87;
	padding:0px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
p {
	font: 8pt verdana;
	margin: 0px;
	text-align: justify;
}

blockquote {
	margin:2em;
	padding:0.5em;
	background-color: #ECE9D8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

blockquote p {
margin:.2em;
}

#contain {
	width:750px;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
	margin-left:auto;
	margin-right:auto;
	background-color: #968C73;
}
#header {
	width:750px;
	background-color: #A8A08D;
	text-align: center;
}
#searchbar {
	text-align: left;
	vertical-align: text-top;
	height: 35px;
	width: 750px;
	background-image: url(../images/bar.gif);
}
#content {
	width:750px;
	float:left;
	padding:0px 0 5px 0;
	background-color: #CDC190;
	background-image: url(../images/backdrop2.gif);
	background-repeat: no-repeat;
}
#content p {
	padding:0px 18px 3px 18px;
	margin:0;
}
#footer {
	width:750px;
	clear:left;
	border-top:0px solid #CCC;
	border-bottom:0px solid #CCC;
	text-align: right;
	height: 150px;
	background-repeat: no-repeat;
	background-color: #52626D;
	background-image: url(../images/footer.gif);
	background-position: top;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#footer p {
	text-align:right;
	padding-right:4px;
	font:8pt verdana, arial, sans-serif;
}

.search {
	background-color: #D0C292;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */ Hide entire CSS code from IE6 <![if !IE 6]>  .shiftcontainer {
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}
.shadowcontainer {
	width: 650px; /* container width*/
	background-color: #8C8266;
}
.shadowcontainer .innerdiv {
	/* Add container height here if desired */
background-color: #DDD4AE;
	border: 0px solid gray;
	padding: 0px;
	position: relative;
	left: -4px; /*shadow depth*/
	top: -4px; /*shadow depth*/
}
.shadowcontainer2 {
	width: 600px; /* container width*/
	background-color: #8C8266;
}
.shadowcontainer2 .innerdiv2 {
	/* Add container height here if desired */
background-color: #DDD4AE;
	border: 0px solid gray;
	padding: 0px;
	position: relative;
	left: -4px; /*shadow depth*/
	top: -4px; /*shadow depth*/
}
/* Text Types */

.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #333333;
}
.menu1 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/button1.gif);
	position:relative;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu1 li {
	float:left;
}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu1 li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu1 li.current a {
	color:#fff;
	background:url(../images/button3.gif);
}
.menu1 li.current a b {
	background:url(../images/button3.gif) no-repeat right top;
}
.menu1 li a:hover {
	color:#fff;
	background:#000 url(../images/button2.gif);
}
.menu1 li a:hover b {
	background:url(../images/button2.gif) no-repeat right top;
}
.menu1 li.current a:hover {
	color:#fff;
	background:#000 url(../images/button3.gif);
	cursor:default;
}
.menu1 li.current a:hover b {
	background:url(../images/button3.gif) no-repeat right top;
}
