@CHARSET "UTF-8";

body
{
	font-family: Tahoma;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-family: Helvetica, Arial;
	font-size: 24px;
}

h2
{
	font-family: Helvetica, Arial;
	font-size: 18px;
	padding: 0px;
	margin-bottom: 10px;
	
}

h3
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

h4
{
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}

h2 a:link
{
	color: #aa0000;
	text-decoration: none;
}

h2 a:visited
{
	color: #aa0000;
	text-decoration: none;
}

h2 a:active
{
	color: #bb0000;
	text-decoration: none;
}

h2 a:hover
{
	color: #aa0000;
	text-decoration: underline;
}

h2.extra_top_margin
{
	margin-top: 25px;
}

.heading_comment
{
	padding-left: 5px;
	font-style: italic;
	color: #777;
	font-size: 9px;
}

a:link
{
	color: #009BD4;
}

a:visited
{
	color: #0097BF;
}

a:active
{
	color: #7FCDE2;
}

a:hover
{
	font-weight: bold;
}

hr
{
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0px;
}

input
{
	border: 1px solid #999;
	font-family: Tahoma;
	font-size: 12px;
	margin-right: 2px;
}

button
{
	background-color: #999;
	color: white;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
}

textarea
{
	border: 1px solid #999;
	font-family: Tahoma;
	font-size: 12px;
}

.standard_color
{
	color: #aa0000;
}

.standard_complementary
{
	color: #009BD4;
}

.standard_dark
{
	color: black;
}

a.standard_dark:link
{
	color: black;
	text-decoration: none;
}

a.standard_dark:visited
{
	color: black;
	text-decoration: none;
}

ul
{
	padding-left: 20px;
}

#logo_and_search
{
	width: 400px;
	position: absolute;
	top: 16px;
	left: 30px;
	z-index: 2;
	padding-top: 10px;
}

#small_menu
{
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-left: 205px;
}

#small_menu a:link
{
	color: white;
	text-decoration: none;
}

#small_menu a:visited
{
	color: white;
	text-decoration: none;
}

#small_menu ul
{
	list-style-type: none;
}

#small_menu li
{
	float: left;
	padding-right: 5px;
}

img
{
	border-width: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

#menu
{
	position: absolute;
	top: 83px;
	right: 5px;
	width: 390px;
}

#menu ul
{
	margin: 0px;
	margin-left: 25px;
	list-style-type: none;
	text-align: center;
}

#menu li
{
	float: left;
	padding-right: 20px;
}

#menu a:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menu a:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#login_menu
{
	position: absolute;
	top: 81px;
	left: 58px;
	color: white;
	font-size: 10px;
}

#become_a_member
{
	position: absolute;
	top: 15px;
	left: 15px;
	font-weight: bold;
	font-size: 16px;
}

#become_a_member a:link
{
	color: white;
	text-decoration: none;
}

#become_a_member a:visited
{
	color: white;
	text-decoration: none;
}

#main
{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}

#footer
{
	margin: 20px;
	margin-left: 50px;
}

#quick_info_box
{
	position: absolute;
	top: 100px;
	right: 200px;
	width: 200px;
	height: 70px;
	border: 1px solid #009BD4;
	background-color: white;
	padding: 5px;
	padding-top: 10px;
	display: none;
	z-index: 4;
	font-weight: bold;
}

p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}