body {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 11px; //!important;
text-align: center;
margin: 10px;
background-image: url(/images/bg-orange.jpg);

}

table, td, tr{
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 11px;// !important;

}


.colortable{
background: #FEF5E7;//#F7B04B;
border: 1px solid #F7B04B;//#C84D00;
}


.clear{
//clear styles
}

.header{
text-align: left;
margin: 0px auto 0px;
padding: 0px 5px 0px 5px;
position: relative;
width: 775px;
height: 90px;
background: url('/images/header_swirls.png') repeat-x top left #eb8220;

		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius:  10px;

//filter:alpha(opacity=70);
//	-moz-opacity:0.7;
//	-khtml-opacity: 0.7;
//	opacity: 0.7;

}



.main {
background: #fff;
background-position: right;// !important;
text-align: left;
margin: 0px auto 0px;
padding: 5px;
position: relative;
width: 775px;

-moz-border-radius-bottomleft:  10px;
		-webkit-border-bottom-left-radius:  10px;
		-moz-border-radius-bottomright:  10px;
		-webkit-border-bottom-right-radius:  10px;

}

.footer{
background: #fff;

background-position: right;// !important;
text-align: right;
margin: 10px auto 0px;
padding: 5px;
position: relative;
width: 775;


text-align: center;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}


.button,.bigbutton,a.bigbutton:hover {
background: #eb8220;
background-image: url(/images/button.png);


border: 2px solid #F7B04B;//#C84D00;
color:#000;
font-size: 18px;
font-style:bold;


	text-decoration: none;
	line-height: 14px;
	padding:8px;
	cursor: pointer;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.buttonb{
	line-height: 15px;
	padding: 3px 10px;
	white-space: nowrap;
}


.title {
//padding: 30px 20px 20px 20px;
//border-right: 1px solid #fff;
font-size: 30px;
color: #FFF;
text-shadow: 0.1em 0.1em 0.2em black;
float: right;

}




.topmenu {
background: #eb8220;
background-position: right;// !important;
text-align: right;
margin: 0px auto 0px;
padding: 5px;
position: relative;
width: 775;

}


.topmenuitem{
text-align: right;
font-weight: bold;
border-left: 1px solid #fff;
padding: 4px 0px 4px 10px;

}



a:link,a:visited,a:active{ 
color:#000; 
text-decoration:none; 
}

a:hover{ 
color:#fff; 
text-decoration:none; 
}




