
body
{
	color: #6B94CD;
	font-family: "Century Gothic", "Arial", sans-serif;
	width: 800px;
	margin: auto;
}
h1,h2,h3,h4,h5,h6
{
	color: #6B94CD;
	font-weight: bold;
}
a
{
	color: #5A83BD;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #6B94CD;
	text-decoration: underline;
	font-weight: normal;
}
a:visited
{
	color: #5A83BD;

}

#banner
{
	width: 800px;
	height: 110px;
	background: url("topbanner.gif") no-repeat;
}

#bannertext
{
	text-align: right;
	
}
#bannertext a
{
	color: #6B94CD;
	text-decoration: none;
}
#bannertext a:hover
{
	color: #4C6E9E;
	text-decoration: underline;
}

#searchbox
{
	margin-top: 30px;
	margin-left: 670px;
	text-align: center;
}

#searchbox .textbox {
    border: 1px solid #4C6E9E;
    background: #E3EDFB;
    width: 125px;    
}
#searchbox .textbox:hover {
    border: 1px solid #4C6E9E;
    background: #C7D8F0;
}
#searchbox .button {
    border: 1px solid #4C6E9E;
    background: #eef;
    width: 128px;
}
#searchbox .button:hover {
    border: 1px solid #4C6E9E;
    background: #C7D8F0;
}

#gallery
{
	width:800px;
	height: 200px;
}

#menu
{
	color: #6B94CD;
	font-size: 17px;
	width: 800px;
	background: url('menu.gif');
	height: 42px; 
	margin-top: 10px;	
}


#menu ul 
{
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu li
{
  float: left;
  position: relative;
  padding-left: 25px;
}

#menu a
{
	color: #6B94CD;	
	text-decoration: none;
	font-weight: bold;
}


#menu a:hover
{
	color: #4C6E9E;	
	text-decoration: underline;
	font-weight: normal;
}


#content
{
	background: url("contentbg.gif") repeat-y;
	width: 800px;
}
#accredited
{
	float: left;
	width: 132px;
}
#contentbox
{
	float: right;
	width: 660px;
	padding-left: 8px;
	background: url("contentright.gif") repeat-y;
	color: #000;
}
#endContent
{
	background: url("bottom.gif");
	width: 800px;
	height: 11px;
	float: left;
	
}
#footer
{
	width: 800px;
	float: left;
}
#credits
{
	text-align: center;
	font-size: 12px;
	float: left;
	width: 800px;
}
