body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #e9e9e9;
	background-image: url(images/logo_gray_grainy.gif);
	background-repeat: repeat-x;	
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	margin: 0;
}

#headersmall {
	margin: 5px auto 0px auto;
	background-color: inherit;
	padding: 0px;
	height: 160px;
	width: 800px;
    text-align: center;	
}

/*outershell with shadow*/
#shell {
	background-color: #e6c089;
	padding: 0px;
	width: 760px;
	margin: 0px auto 0px auto;
	border: 0;
	text-align:center;
}

/* wrapper */
#container {
	position: relative;	
	top: -6px;
	left: -8px;
	background-color: #fff;
	padding: 0px;
	width: 760px;
	margin: 0px auto 0px auto;
	border: 2px solid #9a2714;
	text-align:center;
}

#topbar {
	width: 96%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#main {
	text-align: left;	
	border-bottom: 1px solid #dba049;
	border-right: 1px solid #dba049;
	float: left;
	width: 485px;
	padding: 0px;
	margin: 0px;	
}
#sidebar_rt {
	float: right;
	width: 270px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#footer {
	font-size: inherit;
	line-height: 1.8em;
	text-align: center;
	padding: 4px;
	/*border-top: 1px solid #9a2714;*/
	width: 96%;
	margin: 5px auto 5px auto;
	clear: both;
}

/*top menu*/

.topmenu{
margin: 0px;
padding: 15px 0px 5px 0px;
float: left;
font-size: inherit;
font-weight: bold;
width: 100%;
border-bottom: 1px solid #999;
}

.topmenu li {
display: inline;

}

.topmenu li a {
float: left;
color: #000;
padding: 2px 11px;
text-decoration: none;
border-right: 1px solid #9a2714;
}

.topmenu li a:visited {
color: #000;
}

.topmenu li a:hover, .topmenu li .current {
color: #d03204;

}

p.iepara { /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/*End Menu*/

br {
	clear: left;
	}

h1 {
	font-size: 1.5em;
	font-style: oblique;
	margin: 15px;
	color: #9a2714;
}
h2 {
	font-size: 1.1em;
	font-style: normal;
	margin: 15px;
	color: #9a2714;
}
h3 {
	font-size: 1.1em;
	font-style: normal;
	margin: 15px;
	color: #dba049;

}
p {
	margin: 15px;
}
.note {
	font-size: .7em;
	color: #666;
}
a:link {
	color: #d03204;
	text-decoration: underline;
}
a:visited {
	color: #9a2714;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}
img {
border: 0;
}
img a {
border: 0;
}
.floatright {
float: right;
padding: 0;
border: 0;
margin: 10px 0px 20px 0px;
}
.floatright_brdr {
float: right;
padding: 0;
margin: 10px 0px 20px 0px;
border: 1px solid #333;
border-right: 0px;
}
.floatleft {
float: left;
padding: 0;
border: 0;
margin: 10px 0px 20px 0px;
}

.bannerdrop {
	position: relative;
	bottom: -15px;
	z-index: 50;


}

li {
	font-size: .8em;
	color: #666;
	margin-right: 25px;	
}
.seo li {
	padding: 6px;
}
.webs li {
	list-style-type: none;
	margin: 2px 40px 2px -30px;
	
}
.webs li a  {
	display: block;
	font-size: .9em;
	color: #666;
	text-decoration: none;
	padding: 0px 3px;
	border-right: 1px solid #dba049;
	border-bottom: 1px solid #dba049;
	line-height: 1.13em;	
}
.webs li a:hover {
	color: #d03204;
}


/*Footer List*/

.menufooter{
margin: 0px;
padding: 0px;
font-size: .8em;
width: 100%;
border: 0px;
}

.menufooter li{
display: inline;
color: #d03204;
font-size: inherit;
padding: 2px 4px;
margin: 0px;
border-right: 1px solid #d03204;
}

.menufooter li a{
color: #d03204;
text-decoration: none;

}

.menufooter li a:visited{
color: #d03204;
}

.menufooter li a:hover, .menufooter li .current{
color: #dba049;

}
/*End Footer List*/
