body{
	background-color: white;
}
#wrapper{
	width: 695px; 
	margin: 0 auto;

}
#header{
	background-image: url(../img/headerimage.jpg);
	background-repeat: no-repeat;
	background-position:center right;
	height: 141px;
}
#main{
	background-color: #0080FF;
	margin: 2px 0;
	padding-bottom: 3px;
}
#content{
	background-color: white;
	margin: 0 6px 4px 6px;
	padding: 4px;
	min-width: 0; /* peekaboo bug fix for IE7 */
	_height: 0; /* peekaboo bug fix for IE6 */
}
#speedbug {
	float: right; 
	width: 76px; 
	background-color: #0059B3;	
}
#speedbug img {
	border: 0;
	padding: 0;
	margin: 0;	
}
#newsblock {
	margin-right: 80px;	
}
#footer{
	background-color: #969696;
	text-align: right;
	color: white;
	line-height: 34px;
	padding-right: 5px;
	font-size: 10pt;
}
#footer div {
	float: left;
}
#footer div img {
	border: 0;
}
#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/* Tab Navigation */
#tabbar {
	color: White;
	padding-top: 3px;
}
#tabbar ul { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	list-style-type: none;
	padding: 3px 0 3px 6px	; /* THIRD number must change with respect to padding-top (X) below */
}
#tabbar ul li { /* do not change */
	display: inline;
	margin:0;
	padding:0;
}
#tabbar ul li.active a { /* settings for selected tab */
	color: Black;
	border-bottom: 1px solid white; /* set border color to page background color */
	background-color: white; /* set background color to match above border color */
}
#tabbar ul li a { /* settings for all tab links */
	padding: 3px 6px 3px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	background-color: #0080FF; /* set unselected tab background color as desired */
	color: White; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border: none;
	background-image: url(../img/tabspacer.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#tabbar ul a:hover { /* settings for hover effect */
	background-color: #969696; /* set desired hover color */
	color: black;
}