body {
	font-size: 100%;
	background-color: #555;
}

a {
	color: #555;
}

#page {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #111;
	background-color: white;
}

div#header {
	background-image: url('/images/header.jpg');
	width: 900px;
	height: 75px;
	font-size: 90%;
	margin-bottom: 0;
}

div#horizontalMenuStrip {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

div#menuBarLeft {
	width: 200px;
	height: 947px;
	float: left;
	margin-top: 75px;
}

div#menuBarHome {
	background-image: url("/images/Menu/Home.png");
	margin: 23px 0px 0px 0px;
	width: 206px;
	height: 48px;
	border: none;
}

div#menuBarHome:hover {
	background-image: url("/images/Menu/HomeLight.png");
}

div#menuBarProject {
	background-image: url("/images/Menu/aboutTheProject.png");
	margin: 3px 0px 0px 0px;
	width: 206px;
	height: 38px;
	border: none;
}

div#menuBarProject:hover {
	background-image: url("/images/Menu/aboutTheProjectLight.png");
}

div#menuBarTeam {
	background-image: url("/images/Menu/theTeam.png");
	margin: 3px 0px 0px 0px;
	width: 206px;
	height: 38px;
	border: none;
}

div#menuBarTeam:hover {
	background-image: url("/images/Menu/theTeamLight.png");
}

div#menuBarSponsor {
	background-image: url("/images/Menu/aboutTheSponsor.png");
	margin: 3px 0px 0px 0px;
	width: 206px;
	height: 39px;
	border: none;
}

div#menuBarSponsor:hover {
	background-image: url("/images/Menu/aboutTheSponsorLight.png");
}

div#menuBarContact {
	background-image: url("/images/Menu/contact.png");
	margin: 3px 0px 0px 0px;
	width: 206px;
	height: 40px;
	border: none;
}

div#menuBarContact:hover {
	background-image: url("/images/Menu/contactLight.png");
}

div#content {
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	color: black;
	padding-right: 8px;
}

div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 80%;
	color: #cccccc;
}

div#breadcrumb {
	color: blue;
	margin: 5px 0 0 20px;
}

.breadcrumb ul {
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	background-color: #fff;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	padding: 2px 10px;
	border: 1px solid #ccc;
	border-right: none;
	margin: 0;
	display: inline;
	
}

div#error {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	background-color: #eaa;
	border: solid red 1px;
	margin: 1em;
	padding: 3px;
}

div#notice {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	background-color: #aea;
	border: solid green 1px;
	margin:  1em;
	padding:  3px;
}

.sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url("/images/sidebar_bg.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	background-color: #ffffff;
}

.sidebar h1,h2,h3 {
	margin: 0 0 10px 0;
	color:#000000;
	border:none;
	background-image:none;
}

div#horizontalNavMenu {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	height: 35px;
	background: url('/images/header_bg.gif');
	font-size: 11pt;
}

div#horizontalNavMenu a {
	color: #c60;
	text-decoration: none;
}

div#horizontalNavMenu a:hover {
	color: #c60;
	text-decoration: none;
}

div#horizontalNavMenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

div#horizontalNavMenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#on a{
color:#f90;
background:#111;
height:27px;
padding:7px 18px 0 18px;
margin:0;
display:block;
text-align:center;
float:left;
}

div#horizontalNavMenu ul li a {
height:27px;
padding:7px 18px 0 18px;
margin:0;
color:#fff;
text-decoration:none;
display:block;
text-align:center;
border:0;
float:left;
}

div#horizontalNavMenu ul li a:hover{
color:#999;
background:#111;
}