body { 
	background-color:#cccccc;
	color:#000000;
	font-family:sans-serif;
}

a {
	color:#669966;
	text-decoration:none;
}

a:hover {
	color:#336633;
	text-decoration:underline;
}

.alt {
	display:none;
}

br, h6 {
	clear:both;
}

p {
	text-indent:2em;
}

.page {
	display:block;
	position:absolute;
	background-color:#ffffff;
	width:800px;
	height:500px;
	top:25px;
	left:50%;
	margin-left:-400px;
	z-index:2;
}

.menuBar {
	display:block;
	position:absolute;
	background-color:#666666;
	height:25px;
	width:100%;
	top:125px;
	left:0px;
	z-index:9;
}

.menuLink {
	display:block;
	position:absolute;
	padding:0;
	border:0;
	width:200px;
	left:50%;
	height:25px;
	z-index:10;
	visibility:visible;
}

.menuPreload {
	padding:0;
	border:0;
	width:200px;
	z-index:10px;
	visibility:hidden;
}

.centerGraphicTitle {
	display:block;
	position:relative;
	height:100px;
	width:600px;
	left:50%;
	top:0px;
	margin-left:-300px;
	background-image:url(../graphics/title.gif);
	background-repeat:no-repeat;
	background-position:center;
	z-index:2;
}

.contentBox {
	display:block;
	position:absolute;
	top:125px;
	left:50%;
	width:780px;
	margin-left:-400px;
	padding:10px;
	background-color:#ffffff;
}

.floatRight {
	display:block;
	float:right;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
	text-align:center;
}

.floatLeft {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}

.floatCenter {
	display:block;
	float:center;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
	text-align:center;
	clear:none;
}

#background {
	height:25px;
	background-image:url(../graphics/background_off.gif);
	background-repeat:no-repeat;
	margin-left:-400px;
}

#background:hover {
	height:25px;
	background-image:url(../graphics/background_over.gif);
	background-repeat:no-repeat;
	margin-left:-400px;
}

#backgroundSel {
	height:25px;
	background-image:url(../graphics/background_on.gif);
	background-repeat:no-repeat;
	margin-left:-400px;
}

#backgroundPreload {
	height:25px;
	background-image:url(../graphics/background_over.gif);
	background-repeat:no-repeat;
	margin-left:-400px;
}

#racing {
	height:25px;
	background-image:url(../graphics/racing_off.gif);
	background-repeat:no-repeat;
	margin-left:-200px;
}

#racing:hover {
	height:25px;
	background-image:url(../graphics/racing_over.gif);
	background-repeat:no-repeat;
	margin-left:-200px;
}

#racingSel {
	height:25px;
	background-image:url(../graphics/racing_on.gif);
	background-repeat:no-repeat;
	margin-left:-200px;
}

#racingPreload {
	height:25px;
	background-image:url(../graphics/racing_over.gif);
	background-repeat:no-repeat;
	margin-left:-200px;
}

#engineering {
	height:25px;
	background-image:url(../graphics/engineering_off.gif);
	background-repeat:no-repeat;
	margin-left:0px;
}

#engineering:hover {
	height:25px;
	background-image:url(../graphics/engineering_over.gif);
	background-repeat:no-repeat;
	margin-left:0px;
}

#engineeringSel {
	height:25px;
	background-image:url(../graphics/engineering_on.gif);
	background-repeat:no-repeat;
	margin-left:0px;
}

#engineeringPreload {
	height:25px;
	background-image:url(../graphics/engineering_over.gif);
	background-repeat:no-repeat;
	margin-left:0px;
}

#contact {
	height:25px;
	background-image:url(../graphics/contact_off.gif);
	background-repeat:no-repeat;
	margin-left:200px;
}

#contact:hover {
	height:25px;
	background-image:url(../graphics/contact_over.gif);
	background-repeat:no-repeat;
	margin-left:200px;
}

#contactSel {
	height:25px;
	background-image:url(../graphics/contact_on.gif);
	background-repeat:no-repeat;
	margin-left:200px;
}

#contactPreload {
	height:25px;
	background-image:url(../graphics/contact_over.gif);
	background-repeat:no-repeat;
	margin-left:200px;
}

