@charset "utf-8";
/* formatting style
---------------------------*/* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 2;
	color: #333333;
	background-color: #E3E3E3;
}
/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 598px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	width: 200px;
	margin-bottom: 20px;
	float: left;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header style
---------------------------*/
#header {
	border-top: 5px solid #FF6600;
	height: 200px;
	position: relative;
}
#header #logo {
	position: relative;
	left: 15px;
	top: 15px;
}
#sidebar  ul li {
	list-style-type: none;
}
#main h1 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.2em;
	border-bottom: 3px double #333333;
	width: 80%;
	padding-left: 10px;
	margin-bottom: 20px;
}

#main h2 {
	font-size: 100%;
	padding: 2px 10px;
	border-width: 1px 1px 1px 15px;
	border-style: solid;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#main h3 {
	font-size: 100%;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: normal;
}

#main p {
	line-height: 2;
	margin-bottom: 1em;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(img/allow/42.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style-type: none;
}
#footer p {
	margin: 0px;
	float: right;
}

.img {
	margin-top: 20px;
	margin-bottom: 10px;
}
.left {
	float: left;
	margin-right: 15px;
}
/* footer style
---------------------------*/
.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 50px;
}
.table {
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px;
}

#main ul li {
	background-image: url(img/allow/41.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left center;
	padding-left: 15px;
	line-height: 2;
}
