@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #f7f7f7;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 227px;
	width: 1049px;
}
.headercontent {
	padding-top: 55px;
	padding-right: 225px;
	padding-left: 80px;
}

.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 45px;
	padding-left: 80px;
	text-align: justify;
}
.main a {
	color: #c20200;
}

.main h1 {
	font-size: 18px;
	color: #c20200;
	font-weight: normal;
}
.main h2 {
	font-size: 18px;
	color: #797979;
	font-weight: normal;
}
.main h3 {
	font-size: 14px;
	font-weight: normal;
	color: #c20200;
}



.footer {
	background-image: url(images/bg_footer.png);
	height: 286px;
	width: 1049px;
	background-repeat: no-repeat;
	color: #7D7D7D;
}
.footercontent a {
	color: #7d7d7d;
	text-decoration: none;
}
.footercontent a:hover {
	color: #50AA05;
}
.footercontent {
	padding-left: 130px;
	padding-right: 90px;
	font-size: 11px;
}


.header h1 {
	font-size: 48px;
	color: #c20200;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.grey {
	color: #a3a3a3;
}
.header a {
	font-size: 16px;
	color: #c20200;
	text-decoration: none;
	margin-right: 20px;
}
.header a:hover {
	color: #A3A3A3;
	text-decoration: none;
}
.picright {
	border: 1px solid #B1B1B1;
	padding: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
.picleft {
	border: 1px solid #B1B1B1;
	padding: 4px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.specialbox {
	background-color: #E9E9E9;
	padding: 15px;
	font-size: 14px;
	font-style: italic;
}
.description {
	font-size: 10px;
	font-style: italic;
}
.tableright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.border {
	padding: 4px;
	border: 1px solid #b1b1b1;
}


.picborder {
	padding: 4px;
	border: 1px solid #B1B1B1;
}
.redtext {
	color: #c20200;
}
.tableleft {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.red18 {
	color: #c20200;
	font-size: 18px;
}
.new {
	background-color: #d6ecb0;
	background-image: url(images/bg_new.jpg);
	background-repeat: repeat-x;
	padding: 15px;
	text-align: left;
}
.new h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #587D13;
}
