html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
body
{
	font: 76%/135% 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 130%;
	background: #333333 url('../images/bg.gif') repeat-x;
}

#container
{
width: 770px;
border: 0px solid #669900;
margin: 0 auto;
text-align: left;
}

#header
{
margin-top: 2em;
height:202px;
}
#headline
{
	background-color: rgb(166, 134, 18);
	color: White;
	float: left;
	width: 530px;
}


#logo {
	float: left;
	width: 185px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	margin-right: 2em;
}

#content
{
	width: 740px;
	float: left;
	background-color: rgb(242, 242, 242);
}


.boxRight {
	background: url(../images/mainImage.jpg) no-repeat 0 0;
	padding-left: 220px;
}
.mainImage {
	border: 6px solid #CCC;
}

* html #content {height:1%}
* > html #content {height:auto}

.pad20 {
	padding: 0 20px;
}


/* ~~~~~~~~~ footer ~~~~~~~~~ */
#Footer, #TextLinks, #Disclaimer
{
	text-align: center;
	margin: 1em 0;
	width: 700px;
	clear: both;
}
#TextLinks {
	background-color: rgb(166, 134, 18);
	color: White;
	margin: 1em 0 -1em 0;
}

#Disclaimer {
	background-color: rgb(242, 242, 242);
}

#Footer a:link, a:visited{
	color: White;
}

#Footer a:hover, a:active{
	color:#cccccc;
}


a:active,
a:visited,
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #F2C41B; text-decoration: underline;
font-weight: bold;}



/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	font-size: 140%;
	color: White;
	margin: 0 0 0 1em;
}

h2 {
 color: #F1571A;
}
h3{
	word-spacing:4px;
	letter-spacing:3px;
	font-size:10px;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}


#topmenu {
	float: left;
	font-size: 90%;
	margin: 2em 0;
	line-height: normal;
	height: 41px;
	width: 530px;
	font-weight: bolder;
}
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      margin:0;
      padding: 0;
		color: White;
		cursor: pointer;
      }
	 #topmenu a:hover {
	color: #F2C41B;
}
    #topmenu a span {
      float:left;
      display:block;
      padding:4px 15px 6px 10px;
      }
      
