* {
	margin		: 0;
	padding		: 0;
}


body{
	font-size	:12px;
	width		:800px;
	position	:relative;
	top:0px;
	left:20px;
	margin		:0 0 15px 0;
	background-color:#ffffff;
	border-right	:solid 1px #a9a9a9;
	border-left	:solid 1px #a9a9a9;
	border-bottom	:solid 1px #a9a9a9;
}


strong { font-weight: normal; }
em { font-style: normal; }

body p { color: #000000; }

li {list-style: none; }


a:link,
a:visited {
	text-decoration:none;
	color:#1d3994;
}

a:hover {
	text-decoration	: underline;
	color		: #1d3994;
}


#contents {
	width		:800px;
}


#header	{
	background-color:#ddccbb;
	width		:800px;
	height:80px;
	border-bottom	:solid 1px #ccccff;
}

h1 {
	margin		:0 0 10px 20px;
	padding-top: 10px;
	color		:#333;
	font-size	:20pt;
}

#header p {
	text-align	:left;
	margin		:0px 30px 0px 60px;
	color		:#333;
}


#menu {
	background-color:#333300;
	border-top	:solid 1px #ccccff;
}

#menu a:link,
#menu a:visited {
	text-decoration	: none;
	color		: #fff;
}

#menu a:hover {
	text-decoration	: underline;
	color		: #FFCC00;
}

#menu p	{
	text-align	:left;
	margin		:0 0 0 10px;
	font-size	:9pt!important;
	padding		:3px;
	color		:#ffffff;
}


#main	{
	width		:520px;
	text-align	:left;
	margin		:0px 10px 10px 15px;
	float		:left;
}


#main p{
	color		: #333;
	font-size	: 10pt;
	line-height	: 150%;
	margin-bottom	: 10px;
	margin-left: 10px;
}

#main ul {
	margin		: 20px;
}

#main li {
	line-height	: 150%;
}


#right	{
	margin		:0px 10px 0 3px;
	width		:200px;
	float		:right;
}


#right ul {
	margin-bottom	: 20px;
}

#right li{
	padding		:6px 4px 5px 4px;
	background-color:#ffffff;
	color		:#999999;
}

#right	p{
	background-color:#ffffff;
}


#footer	{
	clear		:both;
	text-align	:center;
	font-size	:10pt;
	color		:#666666;
	border-top	:solid 1px #666666;
	background-color:#ddccbb;
}

#footer p	{
	color		:#666666;
	margin-bottom: 10px;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
	text-decoration	: none;
	color		: #666666;
}


h2 {
	padding		: 0px 0px 0px 7px;
	font-weight	: bold;
	font-size	: 1.3em;
	line-height	: 2.0em;
	color		: #333333;
	border-left	: 5px solid #AFAFAF;
	background	: #eeeeee;
}


h3{
	background	: url(back.gif);
	margin		: 20px 0;
	padding		: 4px 0px 0px 10px;
	text-align	: left;
	font-size	: 14px;
	font-weight	: bold;
	color		: #333333;
}

h4{
	color		:#ffffff;
	padding		:8px 0 8px 10px;
	border		:solid 1px #000000;
	background-color:#990000;
}

.ads {
	clear		: both;
	margin		: 10px 0;
	text-align	: center;
}

.ads p {
	color: #333;
	font-size	: 8.5pt!important;
	text-align	: left;
	margin-left: 35px;
	margin-bottom: 5px!important;
}

#pr	{
	maring		: 0 0 10px 0;
	text-align	: right;
	font-size	: 9pt;
}


#news{
	clear: both;
	margin: 0px 20px 20px 20px;
}

#news dt{
	margin-left: 20px;
	margin-bottom: 5px;
}

#news dd{
	margin: 0 0 5px 40px;
}