/* CSS Document */

body {
		margin: 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		text-align: center;
		background: repeat url(gif_jpg/bg.gif)
}		

A:link		{ color: #993300; text-decoration: underline; }
A:visited	{ color: #663300; text-decoration: underline; }
A:hover		{ color: #00CCFF;  text-decoration: underline; }
A:active	{ color: #993300; }

h1 {font-family: verdana, arial, helvetica, sans-serif; }


#header {
	background: no-repeat url(gif_jpg/widelogo.gif);
	padding: 0px;
	height: 50px;
	width: 100%;
	margin-bottom: 15px;
}

#navcontainer ul {
	padding: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	float: left;
	width: 100%;
	height: 17px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer ul li {
	display: inline;
	text-decoration: none;
}

#navcontainer ul li a
{
	padding: 0px 15px;
	color: #ff9900;
	text-decoration: none;

}

#navcontainer ul li a:hover
{
	background-color: #ff9900;
	color: #FFFFFF;
}

#navlist ul	{ margin-left: 0px; white-space: nowrap; }

#navlist li	{ display: inline; list-style-type: none; }

#navlist a { padding: 0px; }

#navlist a:link { color: #ff9900; background-color: #FFFFFF; text-decoration: none; }

#navlist a:hover { color: #FFFFFF; background-color: #ff9900; text-decoration: none; }

#container {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	text-align: left;
	padding: 0px;
	margin-top: 16px;
	border: 2px solid #999999;
	background-color: #ffffff;
	}
	
#center {

	overflow: hidden;
	padding: 5px;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;

	}

.content {
	width: 100%;
	padding: 5px;

}

.clearboth
{
	clear: both;
}

#bg {
	background: repeat-y url(gif_jpg/bg-main.gif) 50% 0;
	padding: 0px;

}

#topfill {
	background: no-repeat url(gif_jpg/box-top.gif) center top;
	padding: 0px;

}

#bottomfill {
	background: no-repeat url(gif_jpg/box-bottom.gif) center bottom;
	padding-bottom: 11px;

}

.float {
  float: left;
  width: 100px;
  margin: 0px 0px 15px 30px;
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 3px;
  }