
body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #e2e2e2;
}

h1 {color: #003366; margin-top: 20px;font-family: arial, helvetica, sans-serif; font-weight: bold;
	font-size: 18px}

h2 {margin-top: 20px;font-family: arial, helvetica, sans-serif; font-weight: bold;
	color: darkblue; font-size: 16px}

.faq_question {color: blue;}

#main_table {
	background-color: #ffffff;
}

#header {  /* The landing page header only */
	margin-top: 5px;
	
}

#header_main {
	background-image: url(images/header_bg.gif);
}

#left_edge {
	width: 20px;
	background-image: url('images/left_edge.gif');
	background-repeat: repeat-y;
}

#right_edge {
	width: 20px;
	background: url('images/right_edge.gif') repeat-y;
}

.sidebar_edge {
	width: 14px;
	background: url('images/sidebar_edge.gif') repeat-y;
}

#content_outline {
	border-color: black;
	border-style: solid;
	border-size: 1px;
}

.content_area p {
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
}

ul {
	display: block;
	color: #006b20;
	font-weight: bold;
	margin-left: 70px;
	margin-right: 70px;
}

.bold_one {
	color: #006b20;
	font-size: 18px;
}

.bold_two {
	color: #006b20;
	font-size: 18px;
}

.form {
	background: url('images/money_background1.gif');
	font-weight: bold;
	color: white;
}

.form input {
	background-color: yellow;
	color: red;
	font-weight: bold;
	margin: 10px;
}

.menu a:link { font-size: 11px; color: white; text-decoration: none; }
.menu a:visited {font-size: 11px; color: white; text-decoration: none; }
.menu a:hover { font-size: 11px; color: gold; text-decoration: none; }

.menu_in_forum a:link { font-size: 11px; color: white; text-decoration: none; }
.menu_in_forum a:visited {font-size: 11px; color: white; text-decoration: none; }
.menu_in_forum a:hover { font-size: 11px; color: gold; text-decoration: none; }


