@charset "utf-8";
body {
	background-color: #96b6df;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #96b6df;
}
a:hover {
	text-decoration: none;
}
.main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #FFF;
}
.header_center {
	background-image: url(/images/header_center.jpg);
	background-repeat: no-repeat;
}
.header_center table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.header_center table tr td input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 170px;
	background:none;
	border: 1px solid #FFF;
	color: #FFF;
}
#page_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
.text_title {
	font-weight: bold;
	color: #96b6df;
}
#submit     {
	height: auto;
	width: auto;
	border: 2px dashed #FFF;
	cursor: default;
}
#submit:hover   {
	border: 2px dashed #96B6DF;
}
#submit:active {
	position: relative;
	top: 2px;
	left: 2px;
}



.left_gradient {
	background-image: url(/images/bg_gradient_left.jpg);
	background-color: #96b6df;
	background-repeat: repeat-x;
}
.right_gradient {
	background-image: url(/images/bg_gradient_right.jpg);
	background-color: #96b6df;
	background-repeat: repeat-x;
}
.footer {
	background-image: url(/images/bg_gradient_footer.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 960px;
	background-position: bottom;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
}
.text_under_titles {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify;
	padding-right: 0px;
	padding-left: 0px;
}
.justify_text {
	text-align: justify;
}

.section_directory  {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	border-top-color: #FFF;
	border-top-width: 2px;
	border-top-style: dashed;

}
.section_directory:hover {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #96b6df;
	border-top-color: #96b6df;
	border-top-width: 2px;
	border-top-style: dashed;
	cursor: pointer;
}
.small {
	font-size: 11px;
}

.title {
	font-family: Georgia;
	font-size: 20px;
	color: #243d92;
	margin-top: 25px;
	margin-bottom: 0px;
}
hr {
	color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #96B6DF;
}
.required {
	font-weight: bold;
	color: #CC3333;
}
#sections li{
	list-style-image: url(/images/presentation_bullet.gif);
	list-style-position: inside;
	width: 200px;
	line-height: 35px;
	padding-left: 8px;
	color: #999;
	text-decoration: none;
}
#sections li:hover {
	list-style-image: url(/images/presentation_bullet.gif);
	list-style-position: inside;
	width: 200px;
	line-height: 35px;
	padding-left: 8px;
	background-color: #eee;
	color: #666;
	text-decoration: none;
}
#page_content tr td #members_only_menu tr td{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #96B6DF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-decoration: none;
}
#page_content tr td #members_only_menu tr td:hover {
	cursor: pointer;
	background-color: #BBB;
}
#page_content tr td #members_only_menu tr a {
	text-decoration: none;
}
