@charset "UTF-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-size:75%;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5;
color:#333333;
}
#wrapper {
margin-left:30px;
width:956px;
background-color:#FFFFFF;
}
img {
border:none;
vertical-align:top;
}
#link {
	background-image:url(images/top_bg.gif);
	background-repeat: repeat-x;
	height:22px;
	text-align:right;
	padding:0px 20px 0 0 ;
	color:#666666;
	font-size:90%;
}
#link a {
color:#666666;
text-decoration:none
}
#link a:hover {
color:#990000;
text-decoration:underline;
}
/*--------*/
#menuzone {
	width:201px;
	background-image:url(images/menubg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#board {
	background-image:url(images/line.gif);
	width:8px;
	background-repeat: repeat-y;
	background-position: top;
}
#menu {
font-size:95%;
text-align:left;
line-height:2;
}
#menu ul {
margin:0;
padding:10px 10px 20px 20px;
list-style:none;
}
#menu li {
margin:0;
	background-image:url(images/menu_point1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu li a {
/*display:none;*/
widows:180px;
padding:5px 10px 5px 20px;
color:#666666;
text-decoration:none;
background-image:url(images/menu_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu li a:hover {
color:#990000;
background:none;
}
#content {
	padding:15px 30px;
}

#content h2 {
	padding:4px 0 0 10px;
	color:#013b91;
	border-bottom:#3f89ab 1px dotted;
	border-left:3px #457eff solid;
	background-image:url(images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:30px;
}
#content p {
color:#333333;
line-height:1.8;
padding-left:15px;
}
#content a {
color:#336699;
text-decoration:none;
}
#content a:hover {
color:#FF3300;
text-decoration:underline;
}
/*--------*/
#footer {
background-color:#f4f4f5;
padding:10px;
text-align:center;
color:#333333;
font-size:90%;
border-top:#333333 dotted 1px;
}
#footer a {
color:#336699;
text-decoration:underline;
}
#footer a:hover {
color:#990000;
text-decoration:none;
}
/*--------*/
.photo {
border:#CCCCCC 1px solid;
}
.typea {
color:#336633;
}
#tablea {
font-size:90%;
margin-left:0 30px 0 45px;
border-top:#999999 1px solid;
border-right:#999999 1px solid;

}
#tablea td {
padding:2PX;
text-align:center;
border-bottom:#999999 1px solid;
border-left:#999999 1px solid;
}
#tablea td.left {
padding:4px;
text-align:left;
}
