@charset "utf-8";
/* Google Sitemaps Seo WebTool - CSS Document*/

/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	/*line-height: 1;*/
	color:#666666;
}
blockquote, q {
	/*quotes: none;*/
}
ol, ul {
	list-style-image:url(img/arrow.gif);
	margin-left:12px;
	line-height:21px;
}
:focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color:#666666;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color:#666666;
	font-weight:bold;
}
p{ 
	margin: 0 0 10px 0;
	font-size:13px;
	text-align:justify;
}
h1, h2, h3, h4{
	margin: 5px 0 10px 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.0em;
}
h3 {
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
.img{
	float: left;
	margin-left: 3px;
	margin-right: 8px;
}
/* ---------------- Layout --------------- */
#container{
	width:800px;
	right:0;
	left:0;
	margin:auto;
}
#header{
	width:800px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height:155px;
}
#wrapper{
	position:relative;
	width:800px;
	background-image:url(img/back.jpg);
	background-repeat:repeat-y;
	float:left;
	top:155px;
}
#content{
	width:550px;
	float:left;
	padding-left:15px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
	border-right:#D7D7D7 dotted 1px;
}
#menu{
	border-bottom:#999999 dotted 1px;
	margin-right:16px;
	padding-bottom:16px;
	float:right;
	width:200px;
	margin-top:9px;
}
#footer{
	background-image:url(img/footer.jpg);
	width:800px;
	height:50px;
	float:right;
	position:relative;
	margin-top:155px;
}
/* ---------------- Style --------------- */

#footerText{
	padding-left:55px;
	padding-top:17px;
}
#headerText{
	padding-right:110px;
	padding-top:50px;
	text-align:right;
}
li a{
	text-decoration:none;
}
li a:hover{
	text-decoration:underline;
}
.imgleft{
	float:left;
	padding:2px 12px 2px 4px;
}
.imgright{
	float:right;
	padding:2px 4px 2px 12px;
}
table tr{
	font-size:12px;
}