@charset "utf-8";
/* CSS Document */
body {
	background: #2F1700;
	margin: 0px;
	font-family:"Trebuchet MS", Arial;
	color:#ffffff;
	font-size:12px;
	text-align:justify;
}
#header {
	background:url(images/header-bg.jpg) repeat-x;
	height: 203px;
	}
#header-container {
	margin: 0 auto;
	width:950px;
	height:158px;
	}
#header-container img {
	padding-top:33px;
	padding-left:50px;
	}
#menu-container {
	margin: 0 auto;
	width:990px;
	}
#menu-container img {
	margin-left:14px;
	margin-right:14px;
	}
#content {
	background: #2F1700;
	padding-top:20px;
	}
#content-container {
	width:900px;
	margin:0 auto;
	}
#content-left {
	width:300px;
	float:left;
}
#content-right {
	width:600px;
	float:right;
}
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
}
#footer hr {
	width:400px;
	color:#DEDEDE;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
}

#subMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#subMenu-container {
width:206px;
}
#subMenu {
        width: 200px;
		background: #387B2E;
		border-left:#FFFFFF solid 3px;
		border-right:#FFFFFF solid 3px;
		border-bottom:none;
		border-top:none;
		font-weight:bold;
        }

#subMenu ul li a {
          voice-family: "\"}\"";
          voice-family: inherit;
        text-decoration: none;
        }

#subMenu ul li a:link, #subMenu li a:visited {
        color: #ffffff;
        display: block;
        background: #387B2E;
        padding: 8px 24px 8px 10px;
        text-align: left;
        }

#subMenu ul li a:hover, #subMenu li a:active {
        color:  #387B2E;
        background: #c2e3be;
        padding: 8px 24px 8px 10px;
        text-align: left;
		text-decoration:underline;
        }
#subMenu ul li #current {
        color: #387B2E ;
        background: #c2e3be;
        padding: 8px 24px 8px 10px;
        text-align: left;
		text-decoration:underline;
		font-size:100%;
        }	


h1 {
	font-size:36px;
	padding: 20px 0 20px 0;
	margin: 0 0px 0 0px;
	color:#FFFFFF;
}
/*h1 {
	font-size: 48px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
	color:#339933;
}*/
h2 {
	font-size: 18px;
	padding: 10px 0 10px 0;
	margin: 0 0px 0 0px;
	color:#FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited {
  color: #CCCCCC;
  text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.clear {
	clear:both;
	}
.img {
	border: solid 2px #FFFFFF;
	margin-right:25px;
	margin-bottom:25px;
	}
