body {
    font-family: Arial, Arial, Verdana, Helvetica, sans-serif;
    color:#582325;
    font-size:9pt;
    line-height:16px;
}
#container {
	background:url(../images/left-side.png) top left repeat-y;
    width:950px;
    margin: 0;
}
#header {
	background:url(../images/bg-header.png) top left no-repeat;
    height: 123px;
    overflow: auto;
}
#menu {
    overflow:auto;
    height:30px;
    line-height:30px;
    font-size:10pt;
	margin:81px 0 0 34px;
	position:absolute;
}
#menu li {
    float:left;
    padding: 0 9px 0 10px;
}
#menu a {
    color:#fff;
}
#menu li.active a, #menu li a:hover {
    color:#fff;
}
#right-links {
	float:right;
	width:250px;
    overflow:auto;
    line-height:30px;
    font-size:10pt;
	text-align:right;
	margin:51px 0 0 0;
}
#right-top {
	float:right;
	width:250px;
	color: #582325;
}
#right-top a {
	color: #582325;
}
#right-bottom {
	float:right;
	width:250px;
}
#right-bottom a {
	color:#fff;
	padding:0 9px 0 13px;
}
#main {
    overflow:auto;
    padding: 0 0 20px 0;
}

#sidebar {
    width:210px;
    float:left;
	margin:0 0 0 40px;
}
#sidebar-top {
	background:url(../images/side-top.png) top left no-repeat;
	width:210px;
	height:120px;
	border-bottom:1px solid #7DA332;
	margin:0 0 30px 0;
}
#sidebar a {
    display:block;
	padding: 0 0 0 5px;
}

#content {
	background:url(../images/content-top.jpg) top right no-repeat;
    width:690px;
    padding:190px 0 0 0;
    float:right;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
	color: #7DA432;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
}
.text h1 {
    font-size:18px;
}
.text h2 {
    font-size:16px;
}
.text h3 {
    font-size:15px;
}

#footer {
	border-top:1px solid #7DA332;
	float:right;
	width:300px;
	height:30px;
    clear:both;
    font-size:11px;
	text-align:right;
}
#footer a {
    color:#000;
}
#footer a:hover {
    text-decoration:underline;
}
