body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: underline;
	color: #000099;
}
#wrapper {
	width: 800px;
	margin: auto;
	border: 1px solid #999999;
	background-image: url(../images/header-image.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#menucontainer {
	margin: 0;
	height: 28px;
}
#bandcontainer {
	margin: 0;
	height: 22px;
	background-image: url(../images/back-blend-menu.jpg);
	border-bottom: 1px solid #999999;
}
/*- Start Menu--------------------------- */
#menu {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin: 0;
   width: 800px;
}
#menu ul {
    margin: 0;
	line-height: normal;
    list-style: none;
	padding: 0;
}
#menu li {
     display: inline;
     margin: 0;
     padding: 0;
}
#menu a {
     float: left;
     background: url("../images/tableft.gif") no-repeat left top;
     margin: 0;
     padding: 0 0px 0 4px;
     text-decoration: none;
	 font-weight: normal;
}
#menu a span {
     display: block;
     background: url("../images/tabright.gif") no-repeat right top;
     padding: 7px 22px 6px 15px;
     color: #ffffff;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float: none;}
    /* End IE5-Mac hack */
#menu a:hover {  
}
#menu a:hover span {
    color: #ffffff;
	text-decoration: underline;
}
#menu #current a {
    background-position: 0% -42px;
}
#menu #current a span {
    color: #ffffff;
	background-position: 100% -42px;
	border-bottom: 1px solid #32324E;
}
/*- End Menu --------------------------- */
#leftcontainer {
	float: left;
	padding: 0 0 0 0;
	margin: 10px;
	width: 440px;
}
#rightcontainer {
	float: right;
	text-align: center;
	padding: 0 0 0 0;
	margin: 10px;
	width: 290px;
}
#rightcontainer img {
  border: 1px solid #999999;
}
#footer {
	position: relative;
	clear: both;
	text-align: center;
	margin: 0;
	height: 22px;
	background-image: url(../images/back-blend.jpg);
	border-top: 1px solid #999999;
}
hr {
	background: #6699CC;
	height: 5px;
	color: #6699CC;
}
h1 {
	font-size: 28px;
	color: #666699;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #666699;
	font-weight: normal;
}
.legal a {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.legal {
	font-size: 11px;
	color: #FFFFFF;
}