@charset "utf-8";
/* CSS Document */
body {
    background-image:url(../images/pageback.gif);
	background-position: Center Center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
#container {
	width: 800px;
	border: thin solid #000;
	margin-left: 13.5%;
}
#header {
}
#sidebar1 {
	background-color: #000;
	float: left;
	width: 120px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
}
#sidebar1 a:visited {
	color: #999;
}
#sidebar1 a:link {
	color: #CCC;
}

#mainContent {
	width: 670px;
	margin-left: 126px;
}

#mainContent h1 {
	color: #900;
	text-align: center;
	font-size: 24px;
}
#mainContent h2 {
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}


#mainContent p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
.style2 {
	text-decoration: underline;
}
.flrt {
	float: right;
}
.fllft {
	float: left;
}

#footer {
	background-image: url(../images/footback.gif);
	clear: both;
}
#footer table tr td {
	color: #FFF;
}

#footer a:link {
	color: #FFF;
}
#footer a:hover {
	color: #FC0;
}
#footer a:visited {
	color: #333;
}
td {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.style1 {
	font-weight: bold;
}

