@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% "Times New Roman", Times, serif;
	background: url(images/bigbg.jpg) no-repeat top center #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 35px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 13px;
	
}
a:link, a:visited
{
	font-weight: bold;
}

a:hover
{
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 15px;
}
.mainpic {
margin: 0px 10px 0px 0px;
}
.maincontent {
	background: #eddfca url(images/contentbg.png) repeat-y;
	vertical-align: top;
}
.maincontenttop {
	background: #eddfca url(images/bantop.png) repeat-x;
	vertical-align: top;
	height: 81px;
}
.leftbar {
	vertical-align: top;
}
.rightbar {
	background: url(images/navbgright.jpg);
	vertical-align: top;
}
.footer {
	background: #eddfca;
}
.navbut {
	margin: 6px 0px 0px 2px;
}
.rightbut {
	margin: 2px 0px 0px 2px;
}
li {
margin: 0px 0px 0px 15px;
list-style-image: url(images/arrowicon.png);
}
#navbuts {
}
#navbot {
}
#mainpage {
	padding: 10px;
	vertical-align:top;
}
#pageheader {
	height: 0px;
	text-align: center;
}
.pagetitleimg {
margin-top: 45px;
}
.error {
	color: #FF0000;
}