* {
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body { 
font-family: "Times New Roman", Times, serif;
font-size: 16px;
line-height: 17px;
color: #333;
background-color:#CFD7E4;
}

a {
text-decoration: none;
color: #005DA1;
}
a:hover {
text-decoration: underline;
color: #005DA1;
}

#wrap {
margin: 20px auto;
width: 1000px;
}


#header {
	height: 160px;
    background-image:url(image/top.jpg);
	background-repeat: no-repeat;
}
#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 24px;
color: #005DA1;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: bold;
}

#menu {
	height: 30px;
	line-height: 30px; background: url(image/menu.jpg); background-image:url(image/menu.jpg);color:#002050;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 400;
font-size: 16px;
color:#002050
}
#menu ul li a:hover {
	color: #002050;
	text-decoration: none;
	font-size: 16px;
}
a:visit{color:#70443F;}
#content {
background:url(image/content.jpg) repeat-y;
padding: 10px;
}

.left {
float: left;
width: 670px;
text-align: justify;
padding: 30px;
font-family:Geneva, Arial, Helvetica, sans-serif;
background:#D5E0F2;
}
.left h2 {
font-size: 24px;
font-weight: bolder;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
color:#000000;
}
.left p {
margin-top: 5pt;
margin-bottom: 5pt;

}

.right {
	float: right;
	width: 240px;
	padding: 0px; background:#D5E0F2;
}
.right h2 {
	height: 24px;
	line-height: 24px;
	color: #005DA1;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	padding-left: 10px;
	font-weight: bold;

}
.right ul {
padding: 10px 0 15px 30px;
list-style-type: square;
}
.right ul li a {
font-weight: 100;
font-size: 12px;
}
.right ul li a:hover {

}

#bottom {
background:url(image/bottom.jpg) no-repeat;
	padding: 10px 0;
	background-image:url(image/bottom.jpg);
}

#footer {
text-align: center;
font-size: 11px;
}
