/*
red = #770101
grey = #666666
yellow = #E2C226

*/
body {
	margin: 0px;
	font-family: tahoma,  sans-serif;
	background:url(../images/mainBG.jpg) repeat-x;

}

* {
	margin: 0px;
	padding: 0px;
}

#container{
	width: 830px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;	
}

* html #container{
	width: 810px;
}

#maincontent{
	width: 796px;
	background-color:#666666;
	color:#FFFFFF;
	min-height: 390px;
	padding: 5px 17px 5px 17px;
	font-size: .9em;
}

/** for IE6**/
* html #maincontent{
	height: 390px;
}


a:link {
	color: #E2C226;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color: #E2C226;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	
}
a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


h1{
	font-size: 22px;
	color:#E2C226;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}

h2{
	font-size: 18px;
	color:#E2C226;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	color:#FFFFFF;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}


p {
margin:0px;
padding: 5px;
}

.clear{
clear: both;
}

.to-right{
float: right;
}

.to-left{
float: left;
}

ul{
margin-left: 40px;

}

li{
padding:3px;}

.button a{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../images/buttonBG_up.jpg);
/*background-color: #F0F0F0;*/
border: 1px solid #770101;
font-family: Tahoma, Arial,  sans-serif;
color: #cccccc;
font-size: 11px;
font-weight: normal;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}

.button a:visited{
margin: 1px;
padding: 1px 3px 1px 3px;
text-decoration:none;
color: #cccccc;
background-image: url(../images/buttonBG_up.jpg);

}


.button a:hover{
margin: 1px;
padding: 1px 3px 1px 3px;
text-decoration:none;
color: #FFFFFF;
background-image: url(../images/buttonBG_over.jpg);

}


.form_button{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../images/buttonBG_up.jpg);
/*background-color: #F0F0F0;*/
border: 1px solid #770101;
font-family: Tahoma, Arial,  sans-serif;
color: #FFFFFF;
font-size: 11px;
font-weight: normal;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}


#footer{
	width: 830px;
	height: 30px;
	color: #E2C226;
	padding-top: 6px;
	text-align:center;
	font-size: .7em;
	border-top: 1px solid #FFFFFF;
	background: url(../images/footer.gif) no-repeat left bottom;
	background-color:#770101;
}

#footer a{
	color:#E2C226;
}

#footer a:visited{
	color:#E2C226;
}

#footer a:hover{
	color:#FFFFFF;
}



