body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #DAA520;
	background-image: url(../images/horsehead-background.jpg);
	background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
margin: 0; 
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 800px;
	
}

#header {
	margin: 0;
	background: white;
}

#menu {
	margin: 0 ;
	background: white;
	background-image: url(../images/menubkground.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
}

#side-b {
	margin: 0;
	padding: 0;
	width: 100%;
	/* filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
	background-image: url(../images/background2.jpg); */
}
#container {
	margin: 0;
	padding: 0;
	width: 100%;
	filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
	background-image: url(../images/background2.jpg);
	overflow: hidden;
}
#container-solid{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/background2.jpg);

	overflow: hidden;
}
#content-b {
	margin: 0 10px 0 10px;
}

#footer {
	clear: both;
	
	border-top-width: 1px;
	border-style: dashed none none none;
	border-color: #00CED1;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	/* filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
	background-image: url(../images/background2.jpg); */
}

/*Heading Styles ET International*/
p {
	color: #0000000;
	font-size: 1.2em;
	line-height: 120%;
}

h1 {
	font-size: 2.0em;
	color: Black;
	line-height: normal;
	font-weight: bold;
}

h2 {
	margin: 30px 0 0 0;
	
	font-size: 1.8em;
	color: #4B6B7B;
}

.h3 {
   margin: 30px 0 0 0;
	font-size: 1.4em;
	color: #7199AC;
}

h4{
	color: #774444;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}

h5{
	color: #774444;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

h6{
	color: #774444;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}

/*the top class is applied to headings at the top of a DIV when we want
those heading to be flush with the top of the DIV. This class can be
assigned to any element to set its margin to zero.*/
.top {
	margin: 0;
}

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #5E4D7F;
	text-decoration: none;
	
}

a:visited {
	color: #628995;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #102883;
	text-decoration: none;
}

#footer p{
	text-align: center;
	font-size: .6em;
	color: black;
}

.floatleft {
	float: left;
	border: 1px solid Black;
	margin: 3px 3px 3px 0px;
}

.floatright {
	float: right;
	border: 1px solid Black;
	margin: 3px 0px 3px 3px;
}
.pullquote{
border:solid #908070;
border-width:7px 0;
color: black;
float:right;
font:italic .9em Helvetica, Verdana, Arial, sans-serif;

margin: 1px 5% 5px 5%;
padding:3px 2px;
width:90%;
}

.centertxt {
	text-align: center;
	display: inherit;
}
div.picbox-l{
border-bottom:2px solid #555555;
border-left:1px solid #999999;
border-right:2px solid #555555;
border-top:1px solid #999999;
float:left;
font-size:.8em;
margin:5px 5px 5px 5px;
padding:0 0 0 0;
text-align:center;
width:450px
}
div.picbox-r{
border-bottom:2px solid #555555;
border-left:1px solid #999999;
border-right:2px solid #555555;
border-top:1px solid #999999;
float:right;
font-size:.8em;
margin:5px 0px 5px 5px;
padding:0 0 0 0;
text-align:center;
width:450px
}
div.picbox-r300{
border-bottom:2px solid #555555;
border-left:1px solid #999999;
border-right:2px solid #555555;
border-top:1px solid #999999;
float:right;
font-size:.8em;
margin:5px 0px 5px 5px;
padding:0 0 0 0;
text-align:center;
width:300px;
}
.clear{
	clear: both;
	height:1px;
	display: none;
}
li.newbullet {
list-style-image: url(../images/horsegradient.gif);
}
.opaque {
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
}
.nonopaque {
	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
	background: transparent;
	z-index: 7;
}
.dropcap {
  float: left;
  font: normal 60pt/0.8em Helvetica, Verdana, Arial, sans-serif;
  color: chocolate;
  margin-right: 3px;
}


