﻿/*style definitions*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #666666;
	border-style: none;
	border-width: 0;
}

#navbar1 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navbar1 li {
	float: left;
	text-align: center;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	width: auto;
	margin-bottom: 0pt;
}

#navbar1 a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

#navbar1 a:hover {
	height:12;
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	background-color: #8b0000;
}

#navbar2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 2px;	
}

#navbar2 li {
	float: left;
	text-align: center;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	width: auto;
	margin-bottom: 0pt;
}

#navbar2 a {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

#navbar2 a:hover {
	height:12;
	font-weight: normal;
	text-decoration: none;
	color: #fea;
	background-color: #8b0000;
}

#column_l {
	position: relative;
	float: left;
	margin: 0;
}

#column_r {
	position: relative;
	float: left;
	margin: 0;
}

#navlinks {
	margin-top:0;
	margin-bottom:0;
}