
body {
margin: 0px;
padding: 0px;
background-color: #F5F3EF;
/* background-color: #4883bb; */
}

A:link { color:blue; background:transparent; text-decoration: underline; }
A:visited { background:transparent; color:purple; text-decoration: none; }
A:hover,A:active { background:transparent; color:red; text-decoration: none; }

#page {
position: relative;
float: left;
width: 960px;
background-color: white;
border: solid 2px;		/* border */
border-color: #000000;
margin: 25px 0px 50px 25px;
padding: 0px 0px 25px 0px;
}

#banner-box {
	position: relative;
	float: left;
	width: 960px;
	letter-spacing: 1px;
	word-spacing: 1.3px;
	margin: 0px 0px 0px 0px;
	height: 155px;
	border: 0px solid black;
	border-bottom: 1px solid black;
}

.imagebox2 {
position:relative;
float: left;
width: 350px;
border: 0px solid black;
}

.imagebox2 img{
position: relative;
float: right;
}

.sponsor {
position: relative;
float: right;
width: 260px;
margin: 5px 0px 0px 0px;
border: 0px solid black;
}

#banner-textbox {
	position: relative;
	float: left;
	font-family:arial, helvetica, sans-serif;
	font-size: 32px;
	font-weight: 500;
	color: #b66c3f;
	text-align: left;
	width: 250px;
	height: 45px;
	border: 0px solid black;
	margin: 10px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}

#banner-tagline {
	position: relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 21px;	/* tag line banner text size*/
	font-weight: 500;
	text-align: left;
	color: #b66c3f;
	width: 250px;
	height: 80px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#counterbox {
	position: relative;
	float: left;
	text-align: left;
	color: palegoldenrod;
	width: 800px;
	height: 50px;
	border: solid 1px;
	border-color: black;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}

.caption {
position: relative;
float: left;
width: 700px;
text-align: left;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-style:normal;
margin: 10px 0px 0px 100px;
border-color: #000000; 
border-style: solid;
border-width: 0px;
}


.frame {
position: relatvie;
float: left;
border-color: red;
border-style:solid;
border-width: 0px;
margin: 75px 0px 0px 25px;
}

.framegif {
position: absolute;
top: 265px;
left: 32px;
border-color: green;
border-style:solid;
border-width: 0px;
z-index:25;
}

.frame img {
background-color: #fbfbfb;
border: 2px solid #a9a9a9;
z-index:10;
padding-top: 6px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 6px;
}


/* Begin CSS Drop Down Menu       sperling.com/examples/menuh/  */

#menuh
	{
	position: relative;
	float:left;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	border-top: solid 1px;		/* border */
	border-color: black;
	margin: 0px 0px 0px 150px;
	z-index:1000;
	}

#menuh a
	{
	text-align: left;
	display:block;
	border-width: 0px 1px 1px 1px;
    border-style: solid;
	border-color: black;
	white-space:nowrap;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	}

#menuh a:link,  #menuh a:active	/* menu at rest */
	{
	color: black;
   	/* background-color: #3E5F70;*/
	background-color: white;
	text-decoration:none;
	}

#menuh a:visited
{
color: purple;
background-color: white;
}

#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #b66c3f;
	/*background-color: #6D8786;*/
	text-decoration:none;
	}

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url('navdown_black.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
 /*	width:120px;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh ul li ul a
	{
	padding: 5px 15px 5px 10px;

	}

#menuh ul ul
	{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


/* End CSS Drop Down Menu */


