@charset "utf-8";
/* CSS Document */

html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#CCCCCC;
	background-image:url(../graphics/body_back.jpg);
	background-position:center;
	background-repeat:repeat-y
}

#page{
	width:750px;
	margin:auto;
	background-color:#FFFFFF;
}

#header{
	width:750px;
	height:106px;
	background-image:url(../graphics/header_back.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#apDiv1 {
	position:relative;
	width:87px;
	height:66px;
	float:right;
	top:27px;
}

#menu{
	width:750px;
	height:29px;
	background-image:url(../graphics/menu_back.jpg);
	background-repeat:repeat-x;
}

#content{
	min-height:340px;
   height:auto !important;
   height:340px;
	background-color:#FFFFFF;
	width:750px;
	background-image:url(../graphics/water003.jpg);
	background-repeat:repeat;
	
}

#footer{
	border-top:#0000CC 1px solid;
	border-bottom:#0000CC 3px solid;
	background-image:url(../graphics/footer_back.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:750px;
	height:115px;
	text-align:center;
}
/*------------links----------------*/

#header ul {
	list-style:none;
	margin:0;
	padding:5px 0 0 650px;
}

#header ul li {
	display:inline;
}

#header img {
	border:none;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:5px 0 0 20px;
}

#menu ul li{
	display:inline;
}

#menu ul li a, #menu ul li a:active, #menu ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 5px 2px 0;
	font-weight:bold;
	border-right:#0000CC 2px solid;
}

#menu ul li a:hover{
	color:#0000CC;
}

#menu a.selected:link,#menu a.selected:visited,#menu a.selected:hover,#menu a.selected:active{
	color:#000000;
}


#content a, #content a:active, #content a:visited {
	font-size:16px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

#content a:hover {
	color:#FF0000;
	text-decoration:none;
}


#footer a, #footer a:active, #footer a:visited {
	color:#0000FF;
	text-decoration:underline;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/*---------general rules------------*/
.clock{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	padding:0 0 0 18px;
}

.footer_text {
	padding:0 80px 0 0;
	color:#0000FF;
	font-weight:bolder;
}

#home_tb
 {
 border-top:#FFFFFF 3px solid;
 font-size:16px;
 color:#FFFFFF;
 font-weight:bold;
 font-style:italic;
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;
 }

.comment_td{
	border-right:#0000FF 2px solid;
	border-bottom:#0000FF 2px solid;
} 

.comment_td_right{
	border-bottom:#0000FF 2px solid;
} 

/*-----------headsings-----------*/
h1
{
	margin:0;
	padding:0 0 10px 0;
}

h2
{
background-image:url(../graphics/airplain5.gif);
background-repeat:no-repeat;
padding: 0px 0 3px 70px;
font-size:19px;
font-weight:bold;
}

