/* CSS Document */

#wrapper {
	text-align: left;
	padding: 0px;
	width: 600px;
	background-color: #CCCCCC;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	padding: 0px;
	background-color: #999999;
	margin: 0px;
	height: 89px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
}

#side-a {
	padding: 0px;
	float: left;
	width: 598px;
	height: 370px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0px;
}

#side-b {
	padding: 0px;
	float: right;
	width: 299px;
	height: 350px;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0px;
}

#footer {
	clear: both;
	margin: 0px;
	height: 40px;
	padding: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #325361;
	font-style: italic;
	font-weight: bold;
}
.bullets1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	list-style-position: inside;
	list-style-type: square;
	text-indent: 20px;
	padding-bottom: 10px;
}

.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}
.title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #325361;
}
.nav1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C4CCCE;
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	margin-left: 30px;
	text-decoration: none;
	margin-top: 20px;
	line-height: 40px;
}

a.nav1:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	margin-left: 30px;
	text-decoration: underline;
	margin-top: 20px;
	line-height: 40px;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8A2827;
	font-size: 13px;
	text-decoration: underline;
}

a.nav2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #8A2827;
	font-size: 13px;
	text-decoration: underline;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
}
