@charset "UTF-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	margin: 10px;
	background-color: #CCEA97;
}

div#page {
	width:750px;
	background: #fff;
	margin:0 auto;
	text-align:left;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-bottom-style: none;
}



div#menu {
	padding: 5px;
	background: #fff;
	height: 50px;
	margin: 0 auto;}
	
div#menu ul{margin: 0px;
	padding: 0px;}
	
div#menu li{float:right;
	font-size: 90%;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;}
	
div#menu a{color:#009900;
text-decoration:none}
	
div#menu a:hover{
color: #009900;
background:#CCFF00;
text-decoration:none}

div#menu a:visited{
text-decoration:none}

div#head {width:750px;
          background:#fff;
		  margin:0 auto;
}

div#submenu {width:750px;
             height: 50px;
			 background:#fff;
			 margin:0 auto;
			 float:center;
}

div#submenu ul{margin:0px;
               padding:0px;
}

div#submenu li {float: left;
             font-size: 28px;
			 margin:0px;
	         color:#000 ;
	         list-style: none;
			 letter-spacing: 5px;
			 background:#fff;
			 text-align:center;
			 }
			
div#main {
	width:730px;
	height:auto;
	margin-top:0;
	background:#fff;
	float:none;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

div#main h1{font-size:15px;
             letter-spacing:3px;
			 line-height:24px;
			 color:#000;
			 padding:15px;
}

div#main h2{font-size:15px;
             letter-spacing:3px;
			 color:#FF1A00;
			 line-height:28px;
			 background-color:#CCEA97;
			 width:700px;
			 padding-left:50px;
}

div#main h3{font-size:15px;
            letter-spacing:2px;
			line-height:30px;
			color:#000;
	margin-left:50px;
}

div#main p{font-size:13px;
            letter-spacing:2px;
			color:#000;
			text-align:left;
			margin-left:50px;
			line-height:25px;
			width:685px;
}

div#main a:hover img{
opacity:0.3;
filter:alpha(opacity=20);
-ms-filter: "alpha( opacity=20 )";
}

div#main a{color:#000;
   text-decoration: none;
   border-bottom: 1px #c00 dotted;}
	
div#main a:hover{
color: #000;
text-decoration:none;
border-bottom:0px;}

div#main a:visited{ color:#000
   text-decoration: none;
   border-bottom: 1px #c00 dotted;
}

div#foot {
	width:750px;
	height:50px;
	margin-top:30px;
	margin: 0 auto;
	float:left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
}

div#foot p{font-size:9px;
           color:#000;
		   letter-spacing:1px;
		   text-align:center;}

	
