body {
	margin: 0 auto;
	padding: 0;
	font: 76% Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	width: 900px;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #6633CC;
	font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #0058A3;
	font-weight: bold;
}


#container {
background-color: #ffffff;
color: #303030;
width: 900px;
}

#header {
	width: 900px;
	height: 223px;
	margin: 0 0 0px 0;
	border: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}


#canvas {
	background-color: #ffffff;
	color: #303030;
	width: 900px;
	padding-top: 10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

#leftsidebar {
	background-color: #ffffff;
	color: #303030;
	/*margin: 0 auto;*/
width: 170px;
	float: left;
}



#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #993300;
display: block;
padding: 5px 0 0 8px;
background-color: #ffffff;
}	
	
#menu li a:hover {
background-color: #D4B587;
color: #ffffff;
}

.leftnews {
margin: 1px 0 1px 0;
padding: 5px;
width: 150px;
color: #505050;
background-color: #F1EDF1;
line-height: 1.3em;
}



#content {
	margin: 0 10px 0px 0px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	float: right;
	background-color: #FFFFFF;
	width: 690px;
}

#content p {
	line-height: 1.4;
}

#content h1 {
	line-height: normal;
	color: #663300;
font-size: 1.8em;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
	color: #663300;
}

#content h3 {
	color: #663300;
}

#content h4 {
	color: #663300;
}

#content h5 {
	color: #663300;
}

#content h6 {
	color: #663300;
}

#content h7 {
	color: #663300;
}

#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}

.greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 5px;
margin: 0px;
}

.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	border-top: 3px solid;
	width: 900px;
	text-align: center;
	color: #CCCCCC;
	font-size: 0.9em;
	background-color: #996633;
	border-top-color: #D9C6C6;
}

#footer a {
color: #000033;
text-decoration: none;
}

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

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/*
.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #663300}
*/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

* html .clearfix {height: 100%;}
.clearfix {display: block;}
