@charset "utf-8";
* {
	margin: 0px 0 0 0;
	padding: 0;
	font-size:14px;
}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana;
	color:#464646;
	background:url(images/pixel_top.jpg) repeat-x top;
}
/*--------------------------------------head-------------------------------------*/
#head {
	margin: 0 auto 0 auto;
	background:url(images/head.jpg) no-repeat top center;
	height:345px;
	width:1000px;
}


/*--------------------------------------topmenu (in head)-------------------------------------*/

#topmenu {
	height: 20px;
	padding: 1px 0 0 500px;
	width:220px;
}
#topmenu ul {
	list-style: none;
	height: 20px;
	padding: 3px 0 0 0;
	margin: 0px 0 0 0px;
}
#topmenu ul li {
	width:220px;
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	border-bottom:2px #FFFFFF solid;
}
#topmenu ul li a {
	color: #026999;
	display:block;
	text-decoration: none;
	padding: 3px 0px 0 3px;
	font-weight: bold;
	font-size: 12pt;
	height: 20px;
	width:220px;
}
#topmenu ul li a:hover{
	color: #e60000;
}
/*--------------------------------------content-------------------------------------*/
#content {

	width: 1000px;
	margin: 0 auto 0 auto;
}

/*--------------------------------------maincontent (in content)-------------------------------------*/
#maincontent {
	float:left;
	margin: -60px 0px 0 0px;
	padding: 0px 7px 0 7px;
	width:505px;
	background:url(images/content_bg.jpg) repeat-y;
}

#maincontent_bottom {
	margin: 0 0px 0 0px;
	width:516px;
	margin: 10px -7px 0 -7px;
	background:url(images/content_bottom.jpg) bottom no-repeat;
	height: 18px;
}
/*--------------------------------------left_bar (in content)------------------------------------*/
#left_bar {
	float:left;
	width:242px;
}


#leftmenu {
	display: block;
	text-align: left;
	padding:  0 0 0 0;

}
#leftmenu ul {
	text-align:left;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0px 0 0 0px;

}
#leftmenu ul li {
	float: left;
	padding: 0px 0 0 0px;
	margin: 0;
}
#leftmenu ul li a {
	color: #026999;
	text-decoration: none;
	padding: 25px 0px 0 90px;
	display: block;
	font-weight: bold;
	font-size: 12pt;
}
.but1 {
	background:url(images/but1.jpg) top no-repeat;
	height:49px;
	width:151px;
}

.but2 {
	background:url(images/but2.jpg) top no-repeat;
	height:54px;
	width:151px;
}

.but3 {
	background:url(images/but3.jpg) top no-repeat;
	height:54px;
	width:151px;
}

#leftmenu ul li a:hover{
	color: #e60000;
}


/*--------------------------------------right_bar (in content)-------------------------------------*/
#right_bar {
	float:right;
	width:230px;
}
#center
{
	margin: 0 auto 10px auto;
	text-align:center;
}
/*---------------------------footer-----------------------*/
#footer{
	background:url(images/footer.jpg) top no-repeat;
	width:1000px;
	height:63px;	
	position:relative;
	clear:both;
}

#address_footer{
	position:absolute;
	top:18px;
	left:65px;
    padding: 0px 0px 0px 0px;
	text-align:center;
	color: #026999;
}
#fish {
	position:absolute;
	top:22px;
	right:25px;
	text-align: center;
}


#fish img {
	border:0px;
}

#count{
	position:absolute;
	top:22px;
	right:70px;
}
/*----------------------------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.clear{
	clear:both;
}

h1{
	color: #e60000;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 1em;
}

span{
	color: #e60000;
	font-size: 13 pt;
}

#maincontent a{
	color: #026999;
	font-size: 13 pt;
	text-decoration:underline;
}
#maincontent p {
	margin-bottom: 1em;
	text-align: justify;
	font-size:14px;
}
.textV {
	color: #026999;
/*	color: #e60000;*/
	font-weight: bold;
}
.textV2 {
	font-weight: bold;
}
.textO {
	color: #FFFFFF;

}
td, th {
padding: 4px;
}
#maincontent li {
margin-left: 2em;
	margin-bottom: 1em;

}

.lined td {
	border-bottom:1px solid;
	font-size:11px;
}

h2 {
	margin-top: 12px;
	color: #026999;
	font-weight: bold;
}
a img {
	border: none;
}
