@charset "utf-8";
/* CSS Document */
body{
	background-attachment: fixed;
	background-position: left top;
	margin: 0;
	padding: 0;
	background-image: url(../image/bghd11.jpg);
}
#container{
	width: 900px;
	margin: 0 auto;
	background-color: #CCC;
	opacity:0.8;
	/* for IE */
  filter:alpha(opacity=80);
	}
#header{
	color: #FFF;
	width: 900px;
	background-color: #993;
	margin: auto;
	height: 200px;
	opacity: 1.0;
}
.hdrtext{
	float: left;
	width: 600px;
	text-align: center;
	margin-top: 30px;
	font-family: "copperplate Gothic Bold";
	}

#menu{
	color: #FFF;
	background-color: #066;
	margin: auto;
	height: 50px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #063;
	border-right-color: #063;
	border-bottom-color: #063;
	border-left-color: #063;
}
.marqueee{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #00F;
}
#left{
	width: 570px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	
	}
#right{
	width: 300px;;
	float:left;
}
#contain{
	margin-top:10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	
	}
.linkm
{
	text-align: center;
	text-decoration:underline;
	padding-left: 50px;
	}
#bottom{
	clear: both;
	background-color: #FFCC00;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #666;
	padding: 2px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0;}
	
#hddiv{
	margin-top:10px;
	border: medium solid #000000;
	height: auto;
}
.hdc{
	background-color: #663;
	padding: 20px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border-bottom: #FFF thin solid;
	}
.hd2{
	background-color: #999933;
	padding: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border-bottom: #FFF thin solid;
	text-transform: uppercase;	
	}
p.f14{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	text-align: justify;
	}

	.fbullet{
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	text-align: justify;
		}
.cblink{
	text-decoration: blink;
}
.mtop{
	margin-top: 10px;
	color: #00F;
}
.fpd{
	padding: 5px;
	font-style: bold;
	line-height: 30px;
	text-align: center;
	}
.fpd2{
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	}
#Cphoto{
	padding-top:10px;
	height: auto;
	width: 230px;
	margin:15px;
	border: thin solid #FFF;
	background: #CCC;
	text-align:center;
}

/*style the main menu*/
 .hypermenu {
	 margin: 0px;
	padding:0px;
			
			 }
 .hypermenu li 
 			{
				 list-style:none;
				 float:left;
				 font-size: 12pt;
				 font:Arial, Helvetica, sans-serif #111;
				 font-weight:bold;
				 }
 .hypermenu li a:link, .hypermenu li a:visited {
	display: block;
	height: 34px;
	text-decoration: none;
	padding: 0.5em 2em;
	margin: 0px;
	border-right: 1px solid #fff;
	color: #FFF;
			 }
 .hypermenu li a:hover 
 					{
	background-color: #063;
					 }

   /*style the sub menu*/
.hypermenu li ul 
			{
				 position:absolute;
				 visibility:hidden;
				 border-top:1px solid #fff;
				 z-index: 800;
				 margin:0px; padding:0px; 
			}
.hypermenu li ul li 
				{
					 display:inline; float:none; 
				}
.hypermenu li ul li a:link, .hypermenu li ul li a:visited 
													{
	background-color: #990;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
													}
.hypermenu li ul li a:hover {
	background-color:#063;
	color:#FFF;
						 }
/*  Bottom Menu */
a.bottmmenu {
	font-size: 16px;
	color: #036;
	line-height: normal;
	text-decoration: none;
}
a.bottmmenu:visited {

}
a.bottmmenu:hover {
	text-decoration:underline;
	color: #C00;
}
a.bottmmenu:active {
	color: #996600;
}
