@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #90CCF4;
	background-image: url(../images/blue_background_fade.jpg);
	background-repeat: repeat-x;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size: 9pt;
	line-height: 1.3em;
}

h1 {
	font-size: 17pt;
	color: #3366CC;
	padding-bottom: 15px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

h2 {
	font-size: 11pt;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	margin: 0 auto;
	text-align: left;
	height:auto;
	width: 990px;
	position: relative;
	background-color: #FFFFFF;
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
	z-index: 1;
}

.header {
	height:auto;
	width: 100%;
	position: relative;
	z-index: 2;
}

.header_top_nav {
	background-color: #737373;
	height:40px;
	width: auto;
	position: relative;
	border-bottom: solid #3D3D3D 7px;
	text-align: right;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color:#FFFFFF;
	font-size: 9pt;
	line-height: 3.4em;
	letter-spacing: normal;
	padding-right: 20px;
}

.header_top_nav li {
	display: inline;
	padding: 0 0 0 12px;
}

.header_top_nav li a{
	color: #FFFFFF;
	text-decoration: none;
}

.header_top_nav li a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

.header_search_box {
	height:20px;
	width: 300px;
	position: relative;
	text-align: left;
	letter-spacing: normal;
	padding-left: 20px;
	float: left;
}

.header_top_nav_menu {
	height:21px;
	width: 400px;
	line-height: 3.4em;
	position: relative;
	text-align: right;
	letter-spacing: normal;
	padding-left: 20px;
	float: right;
}

.header_BOINZ_logo {
	background-image:url(../images/boinz_header_logo.jpg);
	height:107px;
	width: 100%;
	position: relative;
	border-bottom: solid #3D3D3D 7px;
}

.header_bottom_nav {
	background-color: #737373;
	height:33px;
	width: auto;
	position: relative;
	border-bottom: solid #8C8C8C 7px;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color:#FFFFFF;
	font-size: 9pt;
	line-height: 30px;
	letter-spacing: normal;
	z-index: 3;
}

.main_text_container {
	width: 100%;
	height:auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.main_text {
	height:inherit;
	width: 948px;
	padding: 0px 0px 30px 20px;
	min-height: 490px;
}

.search_results_text {
	height:inherit;
	width: 990px;
	padding: 0px 10px 30px 20px;
	min-height: 490px;
}

.rightbar {
	position: relative;
	height: 100%;
	width: 200px;
	float: right;
	z-index: 1;
	padding: 15px 0 10px 16px;
	line-height: 25px;
}

.footer {
	position: relative;
	background-color: #737373;
	height:37px;
	width: auto;
	border-top: solid #3D3D3D 7px;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color:#FFFFFF;
	font-size: 9pt;
	line-height: 30px;
	letter-spacing: normal;
	padding: 0 20px 0 20px;
}

.footer_copyright {
	background-color: #737373;
	height:25px;
	width: 320px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color:#FFFFFF;
	font-size: 9pt;
	letter-spacing: normal;
	float: left;
	line-height: 33px;
}

.footer_infoage {
	background-color: #737373;
	height:33px;
	width: 150px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color:#FFFFFF;
	font-size: 9pt;
	letter-spacing: normal;
	float: right;
}
