
body {
	margin: 0 auto;
	padding: 0;
	font: 100% Georgia, Times, serif;
	background: #F4F4F4 url(images/backround.gif) repeat-y top center;
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
background:#F7F9F7;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

.box_right p {
margin:5px 5px;
}

.box_cnr_top {
background:url(images/cnr_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
background:url(images/cnr_br.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

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

#everything {
	background: #ffffff;
	color: #777777;
	margin: 0 auto;
	font-size: 90%;
	line-height: 100%;
	width: 760px;
}

#header {
margin: 0 0 -10px 0;
border: 0;
}

#topmenu {
clear: left;
float: left;
width: 120px;
height: 125px;
margin: 0 0 0 0;
padding: 0;
font-size: 0.9em;
background: White url(images/logo.gif) top left no-repeat;
}

#content {
	font-size: 100%;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}

#content h1 {
font-size: 150%;
line-height: 150%;
}

#content h2 {
font-size: 120%;
}

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

.rightnews {
	width: 124px;
	background-color: #F7F9F7;
	font-size: 100%;
	line-height: 100%;
	padding-top: 5px;
	padding-right: 5px;
	}
	
#rightnews p {
margin: 0 0 1.5em 0;
}

#menu {
width: 124px;
font-size: 100%;
background-color: #F7F9F7;
}

#menu ul {	
list-style: none;
width: 124px;
margin: 0;
padding: 0px
}

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

#menu li a {
	text-decoration: none;
	color: #777777;
	display: block;
	background: #F7F9F7;
	min-height: 30px;
}	
	
#menu li a:hover {
background: #86C32A;
color: #ffffff;
border-left: 5px solid #86C32A;
}

#leftmenu {
width: 120px;
font-size: 100%;
background-color: #F7F9F7;
}

#leftmenu ul {
	list-style: none;
	margin: 0;
	padding-left: 5px;
}

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

#leftmenu li a {
	text-decoration: none;
	color: #777777;
	display: block;
	background: #F7F9F7;
	min-height: 30px;
}	
	
#leftmenu li a:hover {
background: #86C32A;
color: #ffffff;
border-left: 5px solid #86C32A;
}

.leftnews {
clear: left;
float: left;
margin: 1px 0 1px 0;
padding: 10px;
width: 100px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}

.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;
}

.splitright {
background-color: #ffffff;
width: 49%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 49%;
float: left;
overflow: hidden;
}

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

a {
	text-decoration: none;
	color: #777777;
}

a:hover {
text-decoration: underline;
color: #86C32A;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #86C32A;
width: 760px;
text-align: right;
color: #86C32A;
font-size: 0.9em;
}

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

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.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: #A9A9A9;
}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #74A8F5}

.efriend_table {
	BORDER: 1px solid #86C32A;
	background: #F7F9F7;
	}
.efriend_title {
	color: #86C32A;
	FONT-SIZE: 1.0em;
	FONT-WEIGHT: bold;
	padding-left: 10px;
}
.efriend_input {
	BORDER: 1px solid #dcdcdc;
	FONT-SIZE: 1.0em;
	FONT-WEIGHT: bold;
	color: #696969;
	background-color: #D6E9AF;
}
.efriend_text { 
   FONT-SIZE: 1.0em; 
	color: #696969;}
.efriend_area {
	font: 0.8em Verdana, Geneva, sans-serif;
	BORDER: 1px solid #dcdcdc;
	background-color: black;
	color: #dcdcdc;

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
