/* CSS Document */
body {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(images/mainbg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
#container {
	float:left;
	width:100%;
}
#header {
	float:left;
	width:100%;
	height:100px;
}
#header-top{
	float:left;
	width:100%;
	height:68px;
	background-color:#F0F0F0;

}
#header-image {
	float:left;
	width:186px;
	height:68px;
	background-image:url(images/toppic.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header-name {
	float:left;
	padding-top:16px;
}
#header-nav {
	float:left;
	width:100%;
	background-image:url(images/topbar.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:13px;
	color:#666666;
}
#nav {
	float:right;
	padding-right:6px;
	font-size:14px;
}
#nav a{
	text-decoration:none;
	color:#666666;
}
#nav a:hover {
	color: #0000EE;
}
#header-bar {
	width:100%;
	float:left;
	height:20px;
	background-image:url(images/topbg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#bar-left {
	float:left;
	width:165px;
	height:20px;
	color:#ffffff;
	background-color:#999999;
	background-image:url(images/topleftcorn.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#bar-date {
	float:left;
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content {
	width:100%;
}
#content-left {
	width:136px;
	background-color:#F7F7F4;
	border-right:1px #AAAAAF solid;
	color:#666666;
}
#content-middle {
	margin-left:150px;
	margin-top:15px;
	margin-right:150px;
}
#content-middle hr {
	height:1px;
}
#content-middle-main {
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	border-left:1px #AAAAAF solid;
	border-right:1px #AAAAAF solid;
}
#content-middle-base {
	float:left;
	height:23px;
	max-width:100%;
}
#content-middle-border {
	float:left;
	border-bottom:1px #AAAAAF solid;
	height:23px;
}
a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#0000EE;
	text-decoration:none;
}
a:hover {
	color:#0000EE;
	text-decoration:underline;
}
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 103px;
	margin-left:0px;;
	margin-right:0px;
	margin-bottom:0px;
	width: 151px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 151px;
	}
html>body #left {
	width: 151px; /* ie5win fudge ends */
	}
#left-welcome {
	float:left;
	width:100%;
	background-color:#999999;
	background-image:url(images/menutopcorn.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFDE9B;
	font-size:14px;
}
#left-welcome-text {
	float:left;
	padding-top:3px;
	padding-left:6px;
}
#left-main {
	float:left;
	width:139px;
	background-color:#F0F0F0;
	color:#000000;	
	border-right:1px #999 dashed;
	border-bottom:1px #999 dashed;
}
#middle {
	padding: 10px;
	border: 0px;
	background-color: #ffffff;
	margin: 0px 160px 0px 165px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
html>body #middle {
	margin-top: 0px; /* ie5win fudge ends */
	}
#middle-left {
	padding-top:10px;
	width:46%;
	float:left;
}
#middle-right {
	padding:10px 3px 3px 3px;
	width:50%;
	float:left;
	border-left:1px #F0F0F0 solid;
}
#middle-right-img {
	float:left;
	width:70px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
#middle-right-text {
	padding-right:10px;
}
#middle-main {
	float:left;
	width:100%;
	padding-top:10px;
}
#sub-nav {
	float:left;
	width:100%;
	text-align:center;
	font-size:11px;
}
#right {
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin-top: 103px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-right:1px;
	border: 0px;
	color:#666666;
	background: #ffffff;
	width: 137px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 137px;
	font-size:11px;
	}
html>body #right {
	width: 137px; /* ie5win fudge ends */
	}
#right-news {
	float:left;
	width:100%;
}
#right-content {
	float:left;
	width:130px;
	border-right:1px dashed #666666;
	border-left:1px dashed #666666;
	border-bottom:1px dashed #666666;
	background-color:#F0F0F0;
	padding:2px;
}
#right-content h4 {
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#666666;
}
.link a{
	color:#CC0000;
	text-decoration:none;
}
.link a:hover{
	color:#CCCCCC;
}
.copy {
	color:#666666;
	font-size:11px;
}
.group {
	float:left;
	width:100%;
	border-bottom:1px #F0F0F0 solid;
}
.item {
	float:left;
	width:15%;
	margin:1%;
	padding:1%;
	text-align:center;
	border-right:1px #F0F0F0 solid;
}
.item2 {
	float:left;
	width:17%;
	margin:1%;
	padding:1%;
	text-align:center;
}
.item-img {
	height:100px;
}

ul#menuitems
{
width: 137px;
\width: 139px;
w\idth: 137px;
padding: 0px;
border: 1px solid #808080;
border-top: 0px;
margin: 0px;
font: bold 11px verdana,helvetica,arial,sans-serif;
background: #808080;
}

ul#menuitems li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}

ul#menuitems li a
{
display: block;
width: 113px;
\width: 160px;
w\idth: 113px;
padding: 2px 4px 2px 4px;
border: 0px;
border-left: 16px solid #999;
background: #ddd;
text-decoration: none;
text-align: right;
}

ul#menuitems li a:link { color: #666677; }
div#menu li a:visited { color: #666677; }

ul#menuitems li a:hover
{
border-color: #ffcc66;
color: #666677;
background: #F0F0F0;
}
