/* CSS Document */

.headerRule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-right: 50px;
	margin-top: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.leftAlign {
	text-align: left;
	display: inline;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	padding-right: 10px;
}
#topNav {
	text-align: right;
}
#main {
	margin-top: 40px;
	margin-right: 50px;
	margin-left: 50px;
}
.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990033;
	border-bottom-color: #990033;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	margin-top: -15px;
	padding-top: 5px;
}
#col1 {
	width: 188px;
	margin-right: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	display: inline;
	float: left;
}
#col2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990033;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
.style1 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #990033;
}
body {
	background-image: url(/images/bkgd.jpg);
	background-repeat: repeat-x;
}

