body {
	margin: 0;
	padding: 0;
	background-color: #999999;
	
}

#container
{
	
	width: 800px;
	top: 0px;
	right: auto;
	/*height: 240px;*/
	margin: 25px auto;

	background-color: rgb(92, 132, 225);

}

#banner
{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/banner.jpg);
	width: 800px;
	height: 238px;
	top: 15px;

}	
#top_menu
{
/*	border: thin none #FF00FF;*/
	height: 33px;
	width: 746px;
	left: 64px;
	top: 68px;
	position: absolute;

}


#left {
	float: left;
	/*clear: both;*/
	height: auto;
	width:180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	
}

#maincontent{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 6px 30px 20px 10px;
	height: auto;
	width: 260px;

}

#right{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px 20px 0px 0px;
	height: 200px;
	width: 220px;

}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FF9E3E;
	padding: 0px;
	margin-top: -8px;
	margin-bottom: 8px;
}

hr {
	color: #FFFFFF;
}


#footer{
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #006633;
	clear: both;

	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/footer.jpg);
	width: 800px;
	height: 240px;
}
#footer a
{
	color: #006633;
}

#footer  a:hover
{
	color: #FF0000;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #AEAEAE;
	margin: 0px;
	padding: 0px;
}

.large {
	font-size: 18px;
}

.small {
	font-size: 11px;
}

.red_bold{
	color: #FF0000;
	font-weight: bold;

}

/*
body {
  font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.4em;
}
*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

ul a {
	display: block;
	width: 160px;
	height: 39px;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	background: #3366CC ;
	text-indent: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;

}

ul a:hover, .selected a {
  background-color: #7D9EFF;
  /*background-position: right bottom;*/
  color: #fff;
}
a:hover, .selected a {
	color: #fff;
	text-decoration: none;

}

.first a {
  height: 40px;
  line-height: 40px;
}
