@charset "utf-8";
/* CSS Document */


body { margin: 0;
padding: 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #d9f0f6;
}

#main_part {
	height: auto;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 181px;
	width: 959px;
	background-image: url(images/header.jpg);
}
#middle2 {
	height: auto;
	width: 959px;
}

#text-box {
	float: right;
	height: auto;
	width: 720px;
	margin-right: 0px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#link_box {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 45px;
	margin-bottom:30px;
}
#linkbox_top{background-image: url(images/linkbox_top.png);height:14px;width:200px; margin-bottom:0px; padding-bottom:0px;}
#linkbox_middle{background-image: url(images/linkbox_middle.png);height:auto;width:200px; margin-top:0px; padding-top:0px;}
#linkbox_bottom{background-image: url(images/linkbox_bottom.png);height:18px;width:200px;}
#linkbox_middle ul {list-style-type: none; margin:0px; padding:0px; margin-top:-4px;}
#linkbox_middle li{	
	height: 35px;
	width: 160px;
margin-top: 4px;
	margin-left: 9px;
	margin-right: auto;
	background-color: white;
	   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6;
   padding-top:9px;
   padding-left:20px;
   	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color:#000000;}
#linkbox_middle li a{color:#000000;text-decoration:none}
   
#linkbox_middle li:hover {
	background-color: #dbf8fe;
}   



#image1 {
	height: 178px;
	width: 236px;
	float:left;
	margin-top: 0px;
	margin-left: 30px;
}

#image2 {
	height: 178px;
	width: 236px;
	float:left;
	margin-left: 80px;
	margin-top: 1px;
}

#image3 {
	height: 177px;
	width: 237px;
	float:left;
	margin-left: 80px;
}
#image_divv {
	height: 200px;
	width: 940px;

margin-bottom:10px;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #E5F5F9;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #E5F5F9;
	-moz-border-radius: 0px 0px 0px 0px;
}
#footer {
	background-color: #0599c6;
	height: 35px;
	width: 100%;
	clear: both;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 15px;
}
#footer ul{list-style-type: none;display:inline;}
#footer li{display:inline; margin-left:5px; padding-right:5px; border-right:1px solid white;}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
