﻿* {
	margin: 0;
}
html, body, form {
	height: 100%;
}

body {
	color: #000000;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: top;
	background-repeat: repeat-x;
}

.bannertop  {
    background-image: url(../images/layout/headertop.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
}

.bannerbottom {
	background-image: url(../images/layout/headerbottom.gif);
	background-repeat: no-repeat;
	background-position: top;	
	height: 12px;
}

.banner {
	background-image: url(../images/layout/headerfill.gif);
	overflow: hidden;
}

.banner img {
	border: none;
	padding: 0 22px 0px 22px;
}

.menubox {
	margin-top: 0px;
}

a {
	color: #03C;
	font-weight: bold;
}

a:hover {
	color: #390;
}

.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-right: 15px;
}

.floatleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}

.maincontent  {
	padding-top: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/layout/contenttop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.maincontent img {
	border: none;
	padding: 5px 0 5px 0;
}

.maincontent p {
	line-height: 18px;
	padding-bottom: 20px;
}

.maincontent h1 {
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #060;
}

.maincontent h2 {
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #390;
}

.maincontent h3 {
	font-size: 12px;
	color: #F90;
	padding-bottom: 6px;
}

.maincontent h4 {
	font-size: 14px;
	color: #03c;
	font-weight: bold;
	padding-bottom: 6px;
}

.maincontent h5 {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
	padding-bottom: 8px;
}

.maincontent h6 {
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F90;
}

.maincontent .contentbox {
	background-image: url(../images/layout/contentfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}

.maincontent .contentbottom {
	background-image: url(../images/layout/contentbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}

.maincontent blockquote {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	margin: 20px;
	padding: 20px 10px 0 10px;
}

hr {
	color: #03C;
}

h1, h2, h3, h4, h5, h6 {
    padding-left: 0px;
	margin: 0px;
}

p {
    padding-left: 15px;
	margin: 0px;
}


h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}

ul  {
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
}

.list li {
	background-image:url(../images/layout/listdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-top: 0px;
}
