@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
color: #cc0000;
}
h4 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	text-align:center;
color: #cc0000;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:21px;
	font-size:16px;
        padding:2px; 
}

.bodytext
{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:21px;
	font-size:15px;
}
.style1
{
color: #cc0000;
}
#bg {
	background-image: url(../images/bgrepeat.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#headercontainer {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 206px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
}

#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 590px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 60px;
	padding-left: 60px;
	background-position: center;
}
#footer {
	height: 147px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

