/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#CCCCCC;
	
	font-family:Verdana, arial,sans-serif;
	font-size:8pt;
	color:#000;
}

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


div#container {
	margin:0 auto; /* center, not in IE5 */
	width:766px;
	background-color:#E2E6E8;
/*	height:auto !important; /* real browsers 
	height:100%; /* IE6: treaded as min-height

	min-height:100%; /* real browsers */
}

div#header_admin {
	padding:0px;
	margin:0px;
	height:auto;
	min-height:200px; /* real browsers */
}

div#header {
	padding:0px;
	margin:0px;
	height:351px;
	text-align:right;
}
div#header h1{
	text-align: left;
}
div#header img{
border: 0px;
}
div#header a{
	padding: 4px;
}
div#header a:hover{
	text-decoration: underline;
}
div#header a.selected{
	text-decoration: none;
}

div#header a img{
	border:2px solid #E2E6E8;
}

div#header a.selected img{
	border:2px solid #C20000;
}

div#content {
	margin:0px;
	padding-top:0px;
	padding-right:57px;
	padding-bottom:20px; /* bottom padding for footer */
	padding-left:57px;
	
}
div#main_content {
	background: #D3D3D3 url('../images/bg_main.gif') 0px 0px repeat-y ;
	border-top:1px solid #FFF;
	border-bottom:11px solid #FFF; /* bottom padding for footer */
	padding-bottom:6px;
	z-index:100;
}
div #leftcontent {
	float:left;
	width:197px;
	padding-right:0px;
	padding-left:18px;
}
div #rightcontent {
	margin-left:222px;
	padding-right:18px;
	text-align:justify;
}

h1{
	color:#000;
	font-size:12pt;
	background: #C4C4C4 url('../images/arrow.gif') 20px 14px no-repeat;
	font-weight:normal;
	margin:0px;
	padding:10px;
	padding-left:35px;
	border-bottom:1px solid #FFF;
}
h2{
	color:#000;
	font-size:12pt;
	background: transparent url('../images/arrow2.gif') 18px 8px no-repeat;
	font-weight:normal;
	margin:0px;
	padding:4px;
	padding-bottom:7px;
	padding-left:37px;
}

div#footer {
	width:100%;
}
div#copy {
	padding:2px;
	font-size:7pt;
}
#copy a{
	text-decoration:none;
	color:#000;
	font-size:8pt;
}
div#copyright {
	float:right;
}
div#copyleft {
	float:left;
}

#news{
	padding:2px;
}

#news img{
	float:left;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
	border:3px solid #FFF;
}
.leftnew{
	padding-bottom:4px;
}
.new_date {
	font-style:italic;
}
.new_title {
	font-weight:bold;
	padding-bottom:5px;
}
.new_text {
	text-align: justify;
}
#contact_sub {
	padding-left:48px;
}


.ol_emphasis{
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.emphasis{
	font-weight: bold;
}
li {
	margin-bottom: 10px;
	margin-top: 10px;
}

div#admin_table{
	empty-cells: show; 
}
div#admin_table td{
	border: 1px solid black;
}
div#admin_table img{
border: 0px;
}
div#admin_table tr:hover{
	background-color: white;
}