body {
	background-color: #284E41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/back_image.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
td {
	text-align: justify;
	vertical-align: top;
}
.white_back {
	background-color: #FFFFFF;
}
.float_right_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #973292;
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
a:link {
	color: #9A3293;
	text-decoration: none;
}
a:visited {
	color: #973292;
	text-decoration: none;
}
a:hover {
	color: #21411C;
	text-decoration: none;
}
.purple_line {
	background-color: #DCB6E9;
	height: 6px;
}
.header_image {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/head1.jpg);
	height: 200px;
}
.foot {
	font-size: 10px;
	text-align: center;
	padding: 10px;
    background-color: #FFFFFF;
}
.green_column {
	background-color: #40613A;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.purple_column {
	background-color: #973292;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.green_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #C6D0C4;
	padding: 6px;
	font-weight: bold;
}
.purple_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #E0C2DF;
	padding: 6px;
	font-weight: bold;
}
.column_content {
	color: #FFFFFF;
	padding: 14px;
}
.column_content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.column_content a:visited {
	color: #FFFFFF;
}
.column_content a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.content {
	padding: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #40613A;
	margin-top: 0px;
}
.float_right {
	float: right;
	margin-bottom: 6px;
	margin-left: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #973292;
}
.sponsors {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/grey_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding: 4px 4px 6px;
	font-family: "Times New Roman", Times, serif;
}
.sponsors_div {
	text-align: center;
	padding: 0px;
}
.grey_border {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.nav {
	padding-top: 32px;
}
.border {
	border: 1px solid #000000;
}
.fade_border {
	border: 1px solid #000000;
	width: 300px;
}
.div_top {
	float: right;
	width: 100px;
	margin-bottom: 14px;
	margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
}
.member_login {
	text-align: center;
	vertical-align: top;
	padding: 6px;
	float: right;
	border: 1px solid #943390;
	font-weight: bold;
}

