@charset "utf-8";

#prewrap {
	width: 800px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_top.png);
	background-position: center;
	background-repeat: no-repeat;
	}

*html #prewrap {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_top.png",sizingMethod="crop");
   	position:relative; 
	}

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(../images/bg_main.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	}

*html #wrap {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_main.png",sizingMethod="scale");
   	position: relative; 
	}

#postwrap {
	width: 800px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	}

*html #postwrap {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_bottom.png",sizingMethod="crop");
   	position:relative; 
	}

.topimage {
	width: 748px;
	height: 170px;
	background-image: url(../images/top_image_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 26px;
	margin-bottom: 2px;
	}

.content {
	width: 500px;
	margin-left: 50px;
	margin-bottom: 25px;
	margin-top: 20px;
	float: left;
	display: inline;
	}
	
.logincontent {
	width: 800px;
	margin-top: 20px;
	}

.right {
	width: 166px;
	float: right;
	margin-right: 50px;
	display: inline;
	}
	
.rightboxtop {
	background-color: #666666;
	}
	
.rightboxtext {
	color: #FFFFFF;
	padding: 10px;
	background-color: #666666;
	font-size: 10px;
	}

.rightboxlink {
	margin-top: 1px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	font-size: 10px;
	}

.rightboxlink:hover {
	background-color: #666666;
	}

.righthighlightbox {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #006699;
	color: #FFFFFF;
	margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.righthighlightbox:hover {
	background-color: #999999;
	}

.forcer {
	clear: both;
	}

.forcer30 {
	clear: both;
	margin-bottom: 30px;
	}

h1 {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	margin-bottom: 15px;
	border-bottom: #006699 1px solid;
	padding-bottom: 6px;
	}

h2 {
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin-bottom: 15px;
	border-bottom: #CCCCCC 1px solid;
	padding-bottom: 6px;
	}

.articletitle {
	font-size: 11px;
	font-weight: bold;
	}

.articleinfo {
	font-size: 8px;
	color: #999999;
	}

.formstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a:link {
	color: #333333;
	text-decoration: underline;
	}

a:visited {
	text-decoration: none;
	color: #333333;
	}

a:hover {
	text-decoration: underline;
	color: #333333;
	}

a:active {
	text-decoration: none;
	color: #333333;
	}

.navbar {
	width: 736px;
	padding: 3px;
	padding-left: 9px;
	background-color: #E5EFF5;
	margin-left: 26px;
	}

.wavetop {
	margin-left: 26px;
	}

.navbar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}

.navbar li {
	list-style-type: none;
	display: inline;
	}

.navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	}
	
.navbar li a:hover {
	color: #006699;
	}

.footer {
	font-size: 9px;
	color: #666666;
	width: 500px;
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: 20px;
	float: left;
	}
