* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
}

body{
	background-image: url('../images/bg-repeat.gif');
	background-repeat: repeat-x;
	background-color: #f5f9e0;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #69b01c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
	color: #545454;
	
}

i {
	color: #545454;
}

h1 {
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #69b01c;
}

table.main {
	width: 980px;
	background-color: #ffffff;
}

.header {
	width: 980px;
	height: 170px;
	background-image: url('../images/header.jpg');
}

.navi {
	width: 171px;
	padding-left: 5px;
	vertical-align: top;
}

.navi div.top{
	width: 166px;
	height: 26px;
	margin-bottom: 8px;
}



.navi {
 padding: 10px 0 10px 0;
 width: 166px;
 background-color: #ffffff;
}

.navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}


.navi ul li {
	display: inline;
}


.navi ul li a,
.navi ul li a:link
.navi ul li a:active,
.navi ul li a:visited {
	display:block;
	margin: 4px 0 4px 0;
	text-align: left;
	padding-left: 10px;
	color: #69b01c;
	font-weight: bold;
	text-decoration: underline;
}

.navi ul li a:hover {
  text-decoration: underline;
}


.navi ul ul li a,
.navi ul ul li a:link
.navi ul ul li a:active,
.navi ul ul li a:visited {
	display:block;
	margin: 4px 0 4px 0;
	text-align: left;
	padding-left: 20px;
	color: #69b01c;
	font-weight: normal;
	text-decoration: none;
}

.navi ul ul li a:hover {
  text-decoration: underline;
}




table.main td.ads {
	width: 170px;
	padding: 0 0 0 10px;
	vertical-align:top;
}

table.main td.content {
	vertical-align: top;
	width: 608px;
	padding: 0 10px 0 0px;
	line-height: 20px;
	text-align:left;
}





table.main td.content ul {
	list-style-image: url(../images/list.gif);
	padding-left: 20px;
	padding-bottom: 10px;
	margin: 0px;
	margin-left: 20px;
}

table.main td.content ul li {
	line-height: 22px;
	color: #545454;
	padding-left: 10px; 
	text-align: left;
}


table.main td.content img {
	float: left;
}



.footer {
	background-image: url('../images/bg-footer-repeat.gif');
	background-repeat: repeat-x;
	background-color: #c0c0c0;
	height: 51px;
}

.footer table {
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	height: 51px;
}

.footer table a, .footer table a:link, .footer table a:active, .footer table a:visited {
	color: #ffffff;
}

.footer table a:hover {
	text-decoration: underline;
}
