@charset "utf-8";
/* CSS Document */

.wrapper {
	margin:0;
	text-align:center;
	width:820px;
	height:auto;
	overflow:auto;
	position:relative;
	}
	
.header {
	width:820px;
	background-image:url(theme/header.jpg);
	background-repeat:no-repeat;
	height:265px;
	position:relative;
	clear:both;
	}
	
.nav {
	position:relative;
	text-align:right;
	margin-top:242px;
	height:auto;
	overflow:auto;
	float:right;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	
	}

a.linkText:link {
    color : #000000;
	text-decoration:none;
	}

a.linkText:hover {
	text-decoration:underline;
	}
	
a.linkText:visited {
	color: #000000;
	text-decoration:none;
	}
	
.body {
	position:relative;
	clear:both;
	width:820px;
	
	height:auto;
	overflow:auto;
	}
	
.leftcontent {
	position:relative;
	float:left;
	width:216px;
	height:auto;
	overflow:auto;
	background-color:#eaf2cb;
	padding-left:7px;
	padding-right:7px;
	}
	
.rightcontent {
	position:relative;
	float:right;
	width:546px;
	padding-left:7px;
	padding-right:7px;
	height:auto;
	overflow:auto;
	background-color:#dbe6ec;
	
	}
	
.bodytxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:18px;
	}
	
.smtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	line-height:16px;
	}
	
.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1F4B72;
	font-weight:bold;
	}
	
	ul{
list-style-type:circle;
padding: 0;
margin-left: 0;
font-weight: bold;
}