/* CSS Document */
body		{
	background-color:		#999999;
	font-family:      		verdana, arial, helvetica ;
	font-size:				smaller;
	overflow:				auto;
}

table		{
	text-align:				left;
}

#divMain	{
	width:					100%;
	overflow:				auto;
}

#divBody	{
	width:					80%;
	overflow:				auto;
}

#divMenubar {
	height:35px;
	background:#fff url(images/button1.gif);
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}

#divInfo	{
	background-color:		grey;
	padding:				2px;
	color:					#FFFFFF;
	overflow:				auto;
}

#divInfo2	{
	background-color:		grey;
	padding:				4px;
	color:					#FFFFFF;
	overflow:				auto;
}

#divNav 	{
	width:					25%;
	position:				relative;
	float:					left;
	height:					auto;
	overflow:				visible;
}

#divNav1 	{
	width:					25%;
	position:				relative;
	float:					left;
	height:					auto;
	overflow:				visible;
	color:					#FFFFFF;
}

#divNav1 a {
	color:					#FFFFFF;
	text-decoration:		none;
}

#divNav1 a:hover {
	text-decoration:		underline;
	color:					yellow;
}

#divResults {
	width:					70%;
	position:				relative;
	float:					right;
	height:					auto;
	overflow:				visible;
}

#divReg		{
	overflow:				auto;
	background-color: 		#dfdfdf;
	padding:				10px;
	color:					#b96b42;
}

#divHidden		{
	display:				none;
}

#divRegistered			{
	display:				none;
}

#divUnregistered			{
	display:				none;
}

.titlebanner	{
	/*width:					852px;
	*/
	font-family:			verdana, arial, helvetica;
	font-size:				xx-large;
	font-weight:			bolder;
	color:					white;
	background:				url("images/footplate_small1.gif") repeat-x;
	height:					66px;
	margin-bottom:			2px;
	text-align:				left;
}

.picturebanner	{
	text-align:				center;
	width:					100%;
	background-color: 		black;
}

.inner	{
	padding:				10px 10px 10px 10px;
	background-color: 		white;
}

.innerNews	{
	text-align:				justify;
}

.menu1 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(images/button1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}

.menu1 li {
	float:left;
}

.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}

.menu1 li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}

.menu1 li.current a {
	color:#fff;
	background:url(button3.gif);
}

.menu1 ul li a.selected	{
/*	color:#fff;
	background:url(button3.gif);*/
}

.menu1 li.current a b {
	background:url(images/button3.gif) no-repeat right top;
}

.menu1 li a:hover {
	color:#fff;
	background:#000 url(images/button2.gif);
}

.menu1 li a:hover b {
	background:url(images/button2.gif) no-repeat right top;
}

.menu1 li.current a:hover {
	color:#fff;
	background:#000 url(images/button3.gif);
	cursor:default;
}

.menu1 li.current a:hover b {
	background:url(images/button3.gif) no-repeat right top;
}
