#wrapper {
	background-color:#F7F7F7;
	border-left-color:#B0B0B0;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#B0B0B0;
	border-right-style:solid;
	border-right-width:1px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:900px;
}
#header {
}
#content {
}
#content #left {
	background-color:#FFFFFF;
	border-right-color:#B0B0B0;
	border-right-style:solid;
	border-right-width:1px;
	float:left;
	min-height:500px;
	width:639px;
}
* html #content #left {
	height:500px;
}
#content #right {
	float:right;
	width:260px;
}
#content #full {
	background-color:#FFFFFF;
	min-height:500px;
	width:900px;
}
* html #content #full {
	height:500px;
}
#navigation {
	background-color:#FFFFFF;
	padding-top:25px;
	height:240px;
	text-align:center;
}
#subnavigation {
	background-color:#FFFFFF;
	padding-top:20px;
	padding-bottom:0px;
	text-align:center;
}
#sponsors {
}
#box {
	margin:20px;
}
#footer {
	background-color:#B0B0B0;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	padding-top:10px;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.submenu {
	width:100%;
	border:0px;
	cellpadding:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.submenuitem {
	background-color:#0C8000;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
}
.submenuitem a {
	text-decoration:none;
	color:#FFFFFF;
}
.caption {
	color:#0B8000;
	font-weight:bold;
}
.highlightblue {
	color:#0000CC;
	font-weight:bold;
}
.imglft {
	float: left;
	padding: 0px 7px 7px 0px;
}
.imgrt {
	float: right;
	padding-left: 0px 0px 7px 7px;
}