body {
   	font-family: Arial, Verdana, Geneva, sans-serif;
   	background-color: #1a1818;
   	font-size: 75%;
   	line-height: 18px;
	margin: 0px;
	color: #000;
}

form {
   	margin: 0px;
}

/* make input boxes and button look a bit better */

input {
   	font-family: Arial, Verdana, Geneva, sans-serif;
   	font-size: 1em;
	border: 1px solid #000;
}

select {
	font-size: 0.9em;
}

h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
	margin: 0 0 15px 0;
	color: #1a1818;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
    margin: 0 0 5px 0;
	color: #1a1818;
}

img {
	border: 0px;
}

p {
	margin: 0px 0px 20px 0px;
}

td {
	vertical-align: top;
}

hr {
  	height: 0;
	border-style: solid;
 	border-color: #fbb142;
 	border-width: 1px 0 0 0;
}
/* ---------------------------------------------------- */
#contentElement {
   position: relative;
   width: 661px;
   margin: 0px auto;
   text-align: left;
   background:  url(../images/main_bg.gif) repeat-y 0 0;
}
/* ---------------------------------------------------- */
#header {
	height: 332px;
	background: url(../images/header_bg.jpg) no-repeat 0px 82px;
}
#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
#title {
	position: absolute;
	top: 15px;
	left: 224px;
}

/* ---------------------------------------------------- */
#container {
	width: 100%;
	float: left;
	margin-right: 0px;
}

#content {
	margin-right: 0px;
}
/* ---------------------------------------------------- */
#main {
	margin: 20px 30px 10px 225px;
}

#main table {
	font-size: 95%;
	vertical-align: top;
}

#main table td {
 border-bottom: 1px solid #071836;
}

#main table td ul {
 margin: 0;
}

/* ---------------------------------------------------- */
#left {
	position: absolute;
	width: 190px;
	top: 90px;
	left: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#left a {
	text-decoration: none;
}

#left ul {	
	list-style: none;
	margin-top: 0;
}
#left li {	
	margin: 0 0 6px -10px;
	color: #990000;
}
#left li.link {	
	margin: 0 0 6px -10px;
	color: #071836;
}
/* feed rules to IE/mac */
 /*\*//*/
#left {
	position: absolute;
	top: -230px;
	left: -180px;
}
/**/

#logos {
	float: left;
	width: 165px;
}
#logos img{
	margin: 0px 0px 20px 20px;
}

/* ---------------------------------------------------- */
#footer {
	border-top: 1px solid #637CA8;
	font-size: 0.9em;
	text-align: right;
	padding: 5px 30px 5px 0px;
}
/* ---------------------------------------------------- */
.top {
	text-align: right;
}
.clearing {
	height: 0;
	clear: both;
}
.hide {
	display: none;
}
.box {
	border: 1px solid #071836;
}

.highlight {
	background-color: #fefee0;
}

.lowlight {
	background-color: #365487;
	color:#FFFFFF;
}

.darklight {
	background-color: #071836;
	color:#FFFFFF;
	font-weight: bold;
}

.scheduleText {
	border-left: 1px solid #CED5E2;
	border-right: 1px solid #CED5E2;
	font-size: 0.95em;
	
}
/* ---------------------------------------------------- */
/* LINKS */
a {
   text-decoration: underline;
}

a:link {
   color: #071836;	
}

a:visited {
   color: #071836;
}

a:hover {
   color: #990000;
}

a:active {
   color: #071836;
}