body{
background-image:url(images/background.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#e5e9ed;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.4em;
}

#sitebox{
position:absolute;
z-index:1;
width:954px;
left:50%;
top:14px;
margin-left:-477px;
background-image:url(images/bg_nav.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#98B0C8;
}

#centerit{
position:relative;
width:954px;
margin-left:auto;
margin-right:auto;
border:1px solid #e5e9ed;
}

#inside_box{
width:100%;
height:400px;
min-height:400px!important;
}

.busBG{
background-image:url(images/bottom_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:425px;
min-height:425px!important;
}

.edit:link{
color:#990000;
}

.edit:visited{
color:#990000;
}

.edit:hover{
color:#CC0000;
}

.smallerText{
font-size:10px;
line-height:1.2em;
}



.smallerRedText{
font-size:10px;
line-height:1.2em;
color:#990000;
}

.smallheaders{
font-weight:bold;
color:#0B2E62;
font-size:14px;
}

.blueheaders{
font-weight:bold;
color:#0B2E62;
}

.bigheaders{
font-weight:bold;
color:#092D6F;
font-size:18px;
}

#navstar{
position:relative;
z-index:4;
top:16px;
left:16px;
}

a:link {
	color: #1C2B37;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1C2B37;
}
a:hover {
	text-decoration: underline;
	color: #3F607A;
}
a:active {
	text-decoration: none;
}

.white:link {
	color: #ffffff;
	text-decoration: none;
}
.white:visited {
	text-decoration: none;
	color: #ffffff;
}
.white:hover {
	text-decoration: underline;
	color: #ffffff;
}
.white:active {
	text-decoration: none;
}

.boldwhite{
font-weight:bold;
color:#FFFFFF;
}

#theBasics{
position:absolute;
z-index:2;
visibility:hidden;
top:161px;
left:10px;
width:419px;
background-color:#FFFFFF;
padding:4px;
}

.daylink{
position:relative;
left:14px;
top:28px;
margin-left:14px;
margin-top:28px;
}


.normal { background-color: #DEEDFE;}
.normalActive {
background-color: #bccbFE;
cursor:pointer; }
