@charset "utf-8";
/* CSS Document */

/*Created by Carrie Smith
Copyright 2009*/


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
	padding-left:5px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

a {
	color:#800000;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#table_main {
	width:100%;
}

#table_left {
	border-left:#999999 dashed 1px;
	padding:5px 10px;
}

#table_right {
	width:20%;
	border-left:#999999 dashed 1px;
	border-right:#999999 dashed 1px;
}

#member_table a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#member_table a:hover {
	color:#000000;
}

#bottom {
	background-color:#018249;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

