body, html {
        padding:0px;
        margin:0px;
        height:100%;
		background-color:#7E953F;
}
body,td,p,div { font-family:Arial, Helvetica, sans-serif; font-size: 12px; }
img {
        border:0px;
        padding:0px;
        margin:0px;
}

a.menu {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 17px;
        text-transform:lowercase;
        color:#C5AB7D;
        text-decoration:none;
}

a.menu:hover {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 17px;
        text-transform:lowercase;
        color:#C5AB7D;
        text-decoration:underline;
}


#page {
	width:772px;
	margin:0 auto 0 auto;
}
#header {
	height:223px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#menu {
	position:absolute;
	bottom:-1px;
	right:0;
	width:auto;
}
#menu a{
	display:block;
	height:29px;
	background-image:url(images/menu_bottom.gif); 	
	background-repeat:repeat-x; 
	background-position:bottom;
	margin-right:5px;
}
#menu a:hover{
	background-image:none;
	background-color:#FBFBFB;
}
#menu a.active{
	background-image:none;
	background-color:#FBFBFB;
}
#main {
	background-color:#FFFFFF;
	width:100%;
}
.leftmenu{
	list-style-type:none;
	padding:0;
	margin:0;
}
.leftmenu li{
	padding: 5px 0 5px 15px;
	background-image:url(images/leftmenu_separator.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.leftmenu a {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight:bold;
        color:#22502D;
        text-decoration:none;
}

.leftmenu a:hover {
        text-decoration:underline;
}

.roundedbox{}
.roundedbox_lefttop{
	background-image:url(images/roundedbox_lefttop.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	font-size: 1px;
}
.roundedbox_top{
	background-image:url(images/roundedbox_top.gif);
	background-repeat:repeat-x;
	height:6px;
	font-size: 1px;
}
.roundedbox_righttop{
	background-image:url(images/roundedbox_righttop.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	font-size: 1px;
}
.roundedbox_left{
	background-image:url(images/roundedbox_left.gif);
	background-repeat:repeat-y;
	width:6px;
}
.roundedbox_content{}
.roundedbox_right{
	background-image:url(images/roundedbox_right.gif);
	background-repeat:repeat-y;
	width:6px;
}
.roundedbox_leftbottom{
	background-image:url(images/roundedbox_leftbottom.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}
.roundedbox_bottom{
	background-image:url(images/roundedbox_bottom.gif);
	background-repeat:repeat-x;
	height:6px;
}
.roundedbox_rightbottom{
	background-image:url(images/roundedbox_rightbottom.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}

#footer {}