@charset "utf-8";
body {
	color: #000000;
	font-family: serif;
	background: #dddddd;
	padding: 0px ; }

a { text-decoration: underline; }
a:link {color: black ; background: transparent; }
a:visited { color:red; background: transparent; } 
a:hover { color: red; background: transparent;}
a:active { color: black; background: transparent; }

span.floatright {float: right; margin-left: 1em; margin-right: 1em; }
span.floatleft {float: left; margin-left: 1em; margin-right: 1em; }
hr {margin: 0; }
h1 { font-size: 2em; margin-bottom: 0px; }
	
h2 { font-size: 1.2em; margin-bottom: 0px; }
h3 { font-size: .8em; margin-bottom: 0px; }
h4 {font-size: 1.0em; text-align: center; 
    margin-bottom: 0px; margin-top: 0px; }

h2.newsletter {text-align: center; font-family: sans-serif; 
	font-style: oblique; }
	
p {line-height:1.2em; }
p.spaced { line-height: 1.4em; }
p.menu  {line-height:1em; margin-top:0; margin-bottom:0; margin-left:0.5em;}
p.initial { margin-top:0;}

li { line-height: 1.2em; }

.s1 { font-size: 0.8em; }
.s2 { font-size: 0.8em; }
.s3 { font-size: 0.7em; }

.mainmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%; 
	width: 154px;
	font-size: 0.8em;
	padding: 0; 
	background: #99cc99;
	color: #000000;	
	z-index: 2; }
	
.content {
	margin-left: 155px;
	top: 0;
	padding-left: 10px; 
	padding-right: 10px;
	overflow: auto;
	z-index: 1; }
	
.content_t {
	margin-left: 40px;
	top: 0;
	padding-left: 1px; 
	padding-right: 1px;
	overflow: auto;
	z-index: 1; }
	
.content_t h1{color: orange; font-size: 1.0em; font-family: serif}
.content_t h2{color: orange; font-size: .9em; font-family: serif}
.content_t h3{color: orange; font-size: .8em; font-family: serif}

.content_t li, p{
	color: black; 
	font-size: .8em;
	font-family: serif;
	}
	
.navbar{
	width: 100%;
	background: #99CC99; 
	font-size: .8em;
    padding: 2px;
}

a.navbar { text-decoration: none; }
a.navbar:link {color:#990033; background: #99cc99; }
a.navbar:visited { color:#003300; background: #99cc99; } 
a.navbar:hover { color: #ffffff; background: #669966;}
a.navbar:active { color:#ffffff; background: #99cc99; }

.main_table{
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background: #ccffcc;
	width: 760px;
	padding: 0px;
}

.main_table_hdr{
		border-bottom: 1px solid black;
		height: 150px;
}
.main_table_content_l{
	vertical-align: text-top;
	background: white;
	text-align: justify;
	padding: 10px;
}
.main_table_content_r{
	background: #ccffcc ;
	width: 180px;
	vertical-align: text-top;
	text-align: justify;
	padding: 10px;
	font-size: 0.9em;
}
.main_table_content_r ul{
	padding-left: 5px;
	text-align: left;
}

.footer{
	/*border-top: 1px solid black;*/
	font-size: 0.8em;
	font-family: arial;
}

.footer a { text-decoration: underline; }	
.footer a:link {color:black; background-color: transparent}
.footer a:visited { color: red;  background-color: transparent} 
.footer a:hover { color: red; background-color: transparent}
.footer a:active { color: black; background-color: transparent}	

.blog_button{
	background: red;
	color: #ffffff;
	z-index: 3;
}
.blog_button a { text-decoration: none; }
.blog_button a:link {color:white; background: red; }
.blog_button a:visited { color: white; background: red; } 
.blog_button a:hover { color: white; background: orange;}
.blog_button a:active { color: white; background: red; }