﻿/* general rules */

body {
 	background: #ffffff url('images/3lanes2010-03-30.jpg') no-repeat center top;
 	text-align: center;
 	font-family: Tahoma, Lucida Sans Unicode, Geneva, sans-serif;
	font-weight: bold;
	color: #525252;

}

div {
/*	border: 4px coral outset;*/
}

/* styling classes */

.titleText {
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
	color: ##0058A5;
}

.footerText {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}

.currentEventsText {
	text-align: left;
	font-size: 10px;
	font-style: normal;
}

.contentText {
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
	text-align: left
}

a:active {
/*	font-size: 12px;*/
	font-style: normal;
	font-variant: normal;
	color: #0000ff;
	text-decoration: none;
}

a:hover {
/*	font-size: 12px;*/
	font-style: normal;
	font-variant: normal;
	color: #0000ff;
	text-decoration: none;
}

a:link {
/*	font-size: 12px;*/
	font-style: normal;
	font-variant: normal;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
/*	font-size: 12px;*/
	font-style: italic;
	font-variant: normal;
	color: #0066ff;
	text-decoration: none;
}

/* container ID's */

div#Container {
	position: relative;
	width: 875px;
	height: 700px;
	top: 8px;
	margin-left: auto;
	margin-right: auto;

}

div#Menu {
	width: 845px;
	height: 30px;
	position: absolute;
	top: 165px;
	left: 10px;
	border-width: 0px;
}

div#pageContent {
	position: absolute;
	width: 815px;
	height: 310px;
	top: 215px;
	left: 10px;
	border-width: 0px;
	padding: 20px;
	overflow: auto;
}

div#currentEvents {
	width: 335px;
	height: 180px;
	position: absolute;
	top: 20px;
	left: 520px;
}

div#Footer {
	position: absolute;
	top: 615px;
	left: 0px;
	width: 875px;
	height: 90px;
	border-width: 0px;
}
