* {
			padding: 0;
			margin: 0;
			border: 0;
		}
		body {
	font: normal 8pt "Comic Sans MS", "Times New Roman", sans-serif;
	color: Black;
	background-color: #FFFFE0;
}
		div {
			font-size: 9pt;
		}
		
a {
	font-weight: bold;
	color: #0e6aab;
	text-decoration: none;
	font-family: sans-serif, Verdana, Tahoma, "Times New Roman";
}
 a:hover {
 font-weight: bold;
	color: #bd3f3f;
	text-decoration: none;
	/*border-bottom: 1px solid #0e6aab;*/
}

#top{
	height: 120px;
	width: 100%; /*border-bottom: 1px solid #0e6aab;*/
	position: relative;
	background: #d45e34;
	background-image: url(img/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#bannerTOP{
	position: absolute;
	right: 1em;
	top: 2em;
	
}

#left {
	float: left;
	width: 72%;
	/*padding-top: 2em;*/
	margin-top: 2em;
	margin-right: 2em;
	margin-left: 1em;
	text-align: left;
	font-family: sans-serif, "Comic Sans MS";
	font-size: 12pt;
	margin-bottom: 2em;
}
#right {
	float: left;
	width: 20%;
	padding-top: 1em;
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 2em;
	text-align: justify;
}

#bottom{
	height: 6em;
	width: 100%;
	background-color: #d45e34;
}
#bottom p{
	text-align: center;
	padding-top: 1em;
	font-size: 8pt;
	color: #efe938;
	font-weight: bold;
}

.block{
	font-size: 7pt;
	margin-bottom: 2em;
}

th.block_title{
	background-color: #efe938;
	width: 100%;
	font-size: 8pt;
}

td.block_body{
	font-size: 9pt;
	background-color: #efe938;
	padding: 1em;
	border-bottom: 1px solid #d45e34;
}
td.news_title{
	background-color: #efe938;
	font-size: 8pt;
	padding: 5px;
	font-weight: bold;
	color: #d45e34;
}
td.news_body{
	border: 0;
	font-size: 9pt;
	padding-left: 1%;
}
td.news_links{
	border-top: 1px dashed Navy;
	font-size: 8pt;
	text-align: right;
	font-style: italic;
}
td.comments_title{
	border-bottom: 1px dotted Navy;
	font-size: 8pt;
	text-align: right;
	font-style: italic;
	background-color: #FFFFE0;
}
td.comments_body{
	font-size: 9pt;
	/*border: 1px dashed Navy;*/
	border-right:  1px dotted Navy;
	border-left:  1px dotted Navy;
	background-color: #FFFFE0;
}
input{
	background-color: #FFFFF0;
	border: 1px solid #0e6aab;
}
textarea{
	background-color: #FFFFF0;
	border: 1px solid #d45e34;
	font-size: 8pt;
}
ul#navigation{
	position: absolute;
	bottom: 0;
	margin-left: 0;
 	padding-left: 0;
	list-style-type: none;
	background: #efe938;
	float: left;
	width: 100%; 
	 /*border-bottom:1px solid #fff;
 border-top:1px solid #fff;*/
	border-bottom: 1px solid #d45e34;
}

ul#navigation li{ 
display: inline; 

}

ul#navigation a{
	display: block;
	float: left;
	padding: .2em 1em;
	color: #d45e34;
	background: #efe938;
	text-decoration: none;
	font-weight: bold;
}
  
  ul#navigation a:hover{
	color: #efe938;
	background: #d45e34;
}

.banner_index{
	margin: 0 auto;
	text-align: center;
}
