@charset "UTF-8";

/* navigation */

 body {
  background-color: #DCDCDA;}

a:link {
	text-decoration: none;
	color: #18639A;}
a:visited {
	text-decoration: none;
	color: #18639A;}
a:hover {
	text-decoration:underline;
	color:#18639A;}
a:active {
	text-decoration: none;
	color: #18639A;}

#main {	
width: 950px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background-color:#FFF;

min-height:500px;
}

#menu {
	width:155px;
	float: left;
	margin-left:30px;
	margin-right:10px;
	padding-top:35px;
		}
		
#content {
	width:680px;
	margin-left: 205px;
	margin-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.item {
	font-size: 12pt;
	color: #18639A;
	font-family:Arial;
	font-weight:700;
	height: 29px;
}
#headtype {
	font-family: Arial;
    font-weight: bold;
	color: #333333;
	font-size: 25pt;
	margin-bottom:18px;
	}
#text {
	font-family: Arial;
	color: #333333;
	font-size: 12pt;
		}
#footer {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial;
	font-size:11pt;
	color: #595959;
	padding-top: 15px;
	}
