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

body {
	margin: 0 0 0 0;
	background: url("images/bg.jpg") repeat-x fixed top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

h1 {border-bottom: 6px solid #dbdbdb; margin: 0 0 0 0; font-size: 24px; padding-bottom: 10px;}
h2 {border-bottom: 6px solid #dbdbdb; margin: 0 0 0 0; font-size: 22px; padding-bottom: 10px;}
h3 {margin: 0 0 0 0; font-size: 20px;}
h4 {margin: 0 0 0 0; font-size: 18px;}
h5 {margin: 0 0 0 0; font-size: 16px;}

img {border: none;}

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

#header {
	background: url("images/header.png") no-repeat;
	width: 940px;
	height: 107px;
	padding: 25px 10px 0 10px;
	position: relative;
}

#logo {
	position: absolute;
	top: 5px;
}

#content {
	background: url("images/content.png") repeat-y;
	width: 940px;
	padding: 34px 10px 0 10px;
}

#sidebar {
	width: 211px;
	float: left;
	margin-left: 9px;
}

#side-head {
	background: url("images/sidehead.jpg") no-repeat;
	font: bold 14px/27px Tahoma, Geneva, sans-serif;
	text-indent: 45px;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

#side-head a {
	font: bold 14px/27px Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}

#side-head a:hover {
	font: bold 14px/27px Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration:underline;
}

.box {
	width: 207px;
	border-left: 2px solid #d5d5d5;
	border-right: 2px solid #d5d5d5;
	border-bottom: 2px solid #d5d5d5;
	margin-bottom: 10px;
}

.box ul {padding: 15px; list-style: inside; margin: 0 0 0 0;}

.box a {
	text-decoration:none;
	color:black;
}

.box a:hover {
	text-decoration:underline;
	color:black;
}

.img-right {
	margin-left:10px;
	margin-bottom:10px;
}

.img-left {
	margin-right:10px;
	margin-bottom:10px;
}

.right-red {
	color:red;
	font-size:16px;
	text-align:right;
	font-weight:bold;
}

.hp-table {
	border: 2px dashed #000000;
}

.center {
	text-align:center;
}

#page {
	width: 683px;
	float: right;
	margin-right: 17px;
	font-size:14px;
}

#page ul {
	margin-left:30px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
}

#page ul li {
	list-style-type:disc;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:15px;
}

#page ol {
	margin-left:30px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
}

#page ol li {
	list-style-type:decimal;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:15px;
}

#page a:hover {
	text-decoration:none;
}

#footer {
	background: url("images/footer.png") no-repeat;
	width: 940px;
	padding: 51px 10px 9px 10px;
	height: 30px;
	color: #ffffff;
	font-size: 10px;
	line-height: 30px;
	text-indent: 10px;
}