/* CSS Document */

body
{
	background-color:#83CDE6;
	background-position: center top;
	margin-top:0px;
}


#mainDiv
{
	width:799px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
}

.header
{
	background-image:url(../images/index_01.jpg);
	height:155px;
	width:799px;
}

.nav
{
	width:799px;
	height:23px;
}





.mainbody
{

	width:799px;
	background-image:url(../images/index_11.jpg);
	background-repeat:no-repeat;
	

}
.body_left
{
	width:200px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	line-height: 17px;
	background-image:url(../images/index_11.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:50px;
	
}

.body_right
{
	width:529px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	line-height: 17px;
	background-image:url(../images/index_11.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
}

.titles-green
{
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#8EC868;
}

.titles-blue
{
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#78CCE2;
}


.clear
{
clear:both;
}





a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
}


.bottom
{
	width:769px;
	height:35px;;
	background-image:url(../images/index_27.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #555555;
	text-decoration: none;
	padding-top:20px;
	padding-left:30px;


}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.formtextareas
{
    border: 1px solid;
	color:#666666;	
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}

.admintexboxes
{
 border: 1px solid;
 width: 140px;
 color:#666666;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
}

.adminbutton
{ 	
	border: 0px solid;
	color:#666666;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:bold; 
	cursor:pointer;
}

.tablesheadings
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#CCCCCC;
	color:#ffffff;
	height:22px;
}

.tableborder
{
	border: 1px solid #999999;
}

a.news
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
}

a.news:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  /*font-weight:bold;*/
  text-decoration:none;
}

.newdate
{
 color:#1E4A93;
}

.newtitle
{
 color:#8EC868;
}

.tableborder
{
	border: 1px solid #8EC868;
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
}

.tabelheading
{
background-color:#83CDE6;
font-weight:bold;
color:#FFFFFF;
}

.tabelcontents
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #83CDE6;
}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:1px solid #000; 
  width:auto; padding:0px;
  color:#000; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px 
