@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/splash.gif);
	background-repeat:no-repeat;
	background-position: right top;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#navHead {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #660066;
}
#smallHead {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	border-bottom: 1px solid #660066;
}
#smallHead .contain {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat:no-repeat;
	background-position: right top;
	height: 60px;
}
#smallHead .contain .topLogo{
	float: right;
}
#smallHead .contain ul {
	list-style: none;
	padding-top: 30px;
}
#smallHead .contain ul li {
	display: inline;
	padding-right: 20px;
}
#left_Column {
	float: left;
	width: 600px;
}

#full_Column {
	float: left;
	width: 100%;
}

#right_Column {
	float: left;
	width: 280px;
	border: 2px solid #660066;
	margin-left: 10px;
}
#right_Column ul{
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
}
#right_Column h2 {
	border-bottom: 1px solid #660066;
	color: #99FF00;
	font-size:24px;
	padding: 5px 0 0 0;
	padding: 0px;
	background-color: #660066;
}

#splash {
	float:right;
	font-size:30px;
	font-weight: bold;
	display: block;
	text-align: right;
	margin: 0 105px 20px 0;
	width: 500px;
	color: #000000;
	line-height: 32px;
}
#splash em {
	font-size: 36px;
	color: #FFF;
	font-style: normal;
}

.fixFF {
	clear:both;
	height: 0px;
}

#nav {
	width: 100%;
	border-top: 5px solid #84FF01;
	text-align: center;
	padding: 10px;
}

.style2 {font-size: 70%}
a:link {
	color: #99FF00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99FF00;
}
a:hover {
	text-decoration: underline;
	color: #99FF00;
}
a:active {
	text-decoration: none;
	color: #99FF00;
}

/************************* HEADINGS ****************************/
h1 {
	color: #99FF00;
	border-bottom: 3px solid #660066;
}

h2 {
	color: #99FF00;
	border-bottom: 3px solid #660066;
}
h3 {
	color: #99FF00;
	border-bottom: 3px solid #660066;
}

.bus_info {
	overflow: hidden;
}

.bus_info img{
	padding: 10px;
}