/* Global Styles */
body {
	/* background:#6EA5FF; */
	background:#fff; 
	margin:0;
	padding:20px 10px;
	font:x-small Georgia,Serif;
	text-align:center;
	color:#333;
	font-size/* */:/**/small;
	font-size: /**/small;
}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
}

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}

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

a:link {
	color:#58a;
	text-decoration:none;
}

a:visited {
	color:#969;
}

a:visited:hover {
	text-decoration:underline;
}

a:img {
	border-width:0;
}
/* End Global Styles */

/* WIRW Main Layers */
#wirwheader {
	position:relative;
	top:0px;
	align:center;
	width:900px;
	height:180px;
	clear:both;
	margin:0 auto;
	text-align:center;
}

#wirwmain {
	border:thin;
	position:relative;
	top:15px;
	bottom:10px;
	align:center;
	width:880px;
	clear:both;
	margin:10 auto;
	text-align:left;
}

#wirwmainleft {
	float:left;
	width:690px;
	height:auto
	text-align:left;
}

#wirwmainright {
	float:left;
	width:190px;
	text-align:right;
}

#wirwsponsorspanel {
	position:relative;
	bottom:60px;
	top:20px;
	align:center;
	width:900px;
	clear:both;
	margin:0 auto;
	text-align:center;
}

#wirwfooter {
	position:relative;
	bottom:60px;
	top:15px;
	align:center;
	width:900px;
	clear:both;
	margin:0 auto;
	text-align:center;

	font:10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	letter-spacing:.1em;
	padding: 3px 3px;
}
/* End WIRW Main Layers */

/* Main Menu Definitions */
#wirwmenu {
	position:relative;
	top:2px;
	align:center;
	width:900px;
	height:24px;
	clear:both;
	margin:0 auto;
	text-align:left;
	z-index:1;
}

#wirwmenu a:hover {
	text-decoration:none;
}

#wirwmenu a:visited {
	color:#000000
}

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
}

#navigation_home a {
	border-right:0px;
}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
}

#padding {
	padding:14px;
}

.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
}

.navHomeText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
}

.MenuItem {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#FFCC00;
}

.MenuItem a {
	font:10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	letter-spacing:.1em;
	padding: 3px 3px;
}
	
.MenuItem  a:hover {
	color:#ffffff;
	background: #FF6600;
}
/* End Main Menu Definitions */