@charset "utf-8";
/* CSS Document */


body{
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 1.166;
	padding: 0px;
	background: #FFFFFF url(images/page_bg.jpg) repeat-x;
}

/*****  *******/
#wrapper{
	width:900px;
	margin:auto;
	background:#FFFFFF;
}

#header
{
	height:200px;
	background:url(images/header.jpg);
	padding:0px;
}

#headerbar{
	padding:1px;
	background: url(images/pagebar_bg.jpg);
}

#footer{
	padding: 10px 0px;
	width:900px;
	margin:auto;
	background-color:#666666;
}

#triplecontainer{
	padding: 10px 0px;
}

#contentcontainer{
}

#menucontainer{
	height:auto;
	width: 150px;
	float: left;
	background: url(images/yellowfade_bg.jpg) repeat-x;
	/*trick for background to show fully*/
	margin-bottom: -1000px;
	padding-bottom: 1005px;
}

#content{
	margin: 0px 0px 0px 150px;
	padding: 10px;
}

/*****  *******/
a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #0033FF;
	text-decoration: none;
}

.h1 {
	color: #000099;
	font-size: large;
	text-align:center;
}

.h2 {
	color: #0000CC;
	font-size: medium;
}

.cellh1 {
	color: #000000;
	font-size: large;
	margin: 0;
}

.celltxt {
	color: #000;
	font-size: small;
	margin: 0;
	font-weight: normal;
}

.celltxtsml {
	color: #000000;
	font-size: 10px;
	margin: 0;
}

.newstitle {
	color: #000099;
	font-size: medium;
	margin: 0;
}

.newsdate {
	color: #000000;
	font-size: 10px;
	margin: 0;
}

.caption {
	color: #000000;
	font-size: small;
	margin: 0;
}

.story {
	color: #000000;
	font-size: small;
	margin: 0px;
}

.login {
	color: #FFFFFF;
	font-size:small;
	margin: 0px;
}

/* Menu */

.menu{
	font-family: arial, verdana, helvetica, sans;
	font-size: medium;
	cursor:hand;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
}
td.table1{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : small;
	background-color: #CCCCCC;
}
td.table2{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : small;
	background-color: #FFFFFF;
}
td.tableheadings{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : small;
	color:#FFFFFF;
	background-color: #333333;
}
.bike {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	clear: left;
}

.information{
	background:url(images/redfade_bg.jpg) repeat-x;
}

