body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #F5F5F5;
	scrollbar-face-color: #F5F5F5;
	scrollbar-shadow-color: #F6F6F4;
	scrollbar-highlight-color: #F6F6F4;
	scrollbar-3dlight-color: #9C9E9C;
	scrollbar-darkshadow-color: #9C9E9C;
	scrollbar-track-color: #F4F4F2;
	scrollbar-arrow-color: #838383;
}
a {
	color: #77b450;
	text-decoration: underline;
}
a:hover {
	color: #77b450;
	text-decoration: none;
}
#super {
	width: 600px;
}
#container {
	background-color: #FFFFFF;
	border: dotted #CCCCCC;
	border-width: 2px;
	float: left;
}
#header {
	width: 600px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
#image {
	width: 600px;
	height: 150px;
	margin: 0;
	float: left;
}
#daterow {
	width: 600px;
	border: dotted #CCCCCC;
	border-width: 0 0 2px 0;
	float: left;
}
.time {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px 5px 0;
}
#addr {
	width: 600px;
	height: 150px;
	padding: 0 0 0 0;
	font-size: 12px;
	border: dotted #CCCCCC;
	border-width: 0 0 2px 0;
	float: left;
}
#address {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin: 10px 0 30px 10px;
	float: left;
	clear: left;
	line-height: 200%;
}

#main {
	width: 600px;
	padding: 10px 0 10px 0;
	border: dotted #CCCCCC;
	border-width: 0 0 2px 0;
	float: left;
}
#main2 {
	width: 600px;
	padding: 0 0 20px 0;
	border: dotted #CCCCCC;
	border-width: 0 0 2px 0;
	float: left;
	text-align: left;
}
#main2 p {
	margin: 10px;
	font-size: 12px;
}
#main2 ul {
	font-size: 12px;
}
#main2 img {
	margin: 0 0 0 10px;
}
.boldr {
	color: #de4221;
	font-weight: bold;
	font-size: 12px;
}
#footer {
	width: 600px;
	background-color: #de4221;
	padding: 5px 0 5px 0;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* -- TABS MENU -- */ 

#nav {
	width: 600px;
   font-size: 90%;
   line-height: normal;
	border: dotted #CCCCCC;
	border-width: 0 0 2px 0;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	float: left;
}
#nav li {
	display: inline;
   margin: 0;
   padding: 0;
}
#nav a {
   float: left;
   background: url("../images/tabl.gif") no-repeat left top;
   margin: 0;
   padding: 0 0 0 4px;
   text-decoration: none;
}
#nav a span {
   float: left;
   display: block;
   background: url("../images/tabr.gif") no-repeat right top;
   padding: 5px 10px 4px 6px;
   color: #FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float: none;
}
/* End IE5-Mac hack */
#nav a:hover span {
	color: #FFFFFF;
}
#nav a:hover {
	background-position: 0% -42px;
}
#nav a:hover span {
	background-position: 100% -42px;
	color: #de4221;
}
#nav #current a {
	background-position: 0% -42px;
}
#nav #current a span {
	background-position: 100% -42px;
	color: #de4221;
}

	
/* -- RIGHT MENU -- */
	
#menu1 {
	width: 200px;
	float: right;
	margin: 10px 10px 0 0;
}
#menu1 a {
	font-weight: normal;
	text-decoration: none;
	padding: 13px 0 13px 0;
	font-size: 13px;
	font-weight: bold;
}
#menu1 a:link {
	color: #FFFFFF;
	display: block;
	background: url(../images/buttons.gif);
	background-repeat: no-repeat;
}
#menu1 a:visited {
	color: #FFFFFF;
	display: block;
	background: url(../images/buttons.gif);
	background-repeat: no-repeat;
}
#menu1 a:hover { 
	color: #de4221;
	background: url(../images/buttons.gif) 0 -42px;
	background-repeat: no-repeat;
}
#menu1 #current {
	color: #de4221;
	background: url(../images/buttons.gif) 0 -42px;
	background-repeat: no-repeat;
}

#verify {
	border:1px solid #990000;
	background-color:#D70000;
	color:#FFFFFF;
	margin-left:10px;
	padding:4px;
	width: 200px;
	text-align: center;
}
.top {
	color: #77b450;
	font-size: 11px;
	font-weight: bold;
}
.top a {
	color: #77b450;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.top a:hover {
	color: #77b450;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

  