@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 5px;
	border-bottom-width: 3px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrapper #header {
	height: 125px;
	width: 1000px;
	background-color: #990000;
}
a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation1 {
	height: 30px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#wrapper #bodyArea #left {
	height: 1220px;
	width: 212px;
	background-color: #FFFFFF;
	float: left;
	background-image: url(../images/background%20nav2.jpg);
	background-repeat: no-repeat;
}


#wrapper #bodyArea #right {
	background-color: #FFFFFF;
	height: 1200px;
	width: 773px;
	float: right;
	padding-top: 20px;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#wrapper #bodyArea #footer {
	height: 100px;
	clear: both;
	background-color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
}
.link_cls a:link, .link_cls a:visited {
	font-weight: bold;
	text-transform: none;
	color: #990000;
	text-decoration: none;
	font-size: 20px;
}

.link_cls a:hover, .link_cls a:active {
	font-weight: bold;
	color: #000000;
	font-size: 20px;
}

a {
	padding-top: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
#wrapper  #bodyArea  #left  a:hover {
	color: #CCCCCC;
	padding-left: 25px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
#wrapper #bodyArea #left ul {
	list-style-type: none;
	list-style-position: inside;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
#wrapper #bodyArea #left ul li a:link, #wrapper #bodyArea #left ul li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 20px;
}

