/*layout*/

#header {
	width: 740px;
	clear: both;
}

#logo {
	background-image: url(media/logo.png);
	background-repeat: no-repeat;
	width: 183px;
	height: 115px;
	float: left;
	display: block;
	text-indent: -999em;
}

#onebanner {
	color: #114980;
	width: 557px;
	height: 115px;
	float: left;
	overflow: hidden;
}

#content {
	width: 740px;
}

#leftcontainer {
	width: 183px;
	float: left;
	padding-right: 0px;
	border-right: 2px solid #fff;
}

#datestrip {
	background-color: #d0d576;
	width: 183px;
	height: 23px;
	color: white;
	line-height: 23px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px 0 0;
}

#breadcrumbs {
	color: #114980;
	font-size: 9px;
	line-height: 23px;
	background-color: #add7ec;
	text-align: left;
	text-indent: 10px;
	width: 555px;
	height: 23px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px 0 0;
}

#breadcrumbs a:link {
	color: #114980;
}

#breadcrumbs a:visited {
	color: #114980;
}

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

#breadcrumbs a:active {
	color: #114980;
	text-decoration: underline;
}

#centrecontainer {
	width: 740px;
	float: left;
	clear: both;
}

#maincontent {
	text-align: left;
	float: left;
}

#bannerleft {
	color: #114980;
	width: 185px;
	height: 115px;
	float: left;
	overflow: hidden;
}

#bannerright {
	background-repeat: no-repeat;
	width: 370px;
	height: 115px;
	float: right;
	border: 0px solid red;
}

#headertxt {
	position: relative;
	top: 85px;
	width: 160px;
}

/*common layout*/

/*page content*/

#maincontent h2 {
	color: #114980;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 24px;
}

#maincontent h3 {
	color: #114980;
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
}

/*site common tags*/

p {
	
}

td {
	
}

a:link {
	color: #114980;
	text-decoration: none;
}

a:visited {
	color: #114980;
	text-decoration: none;
}

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

a:active {
	color: #114980;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-type: disc;
}

form {


/* removes space below form elements */
	margin: 0;
	padding: 0;
}

select {
	font-size: 10px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 0 0 4px;
	padding: 0;
}

/*header*/

#footer {
	background-color: #f2f2f2;
	width: 740px;
	height: 50px;
	float: left;
	margin-top: 2px;
	clear: both;
}

.copyright {
	color: #636363;
	line-height: 50px;
	float: left;
	text-align: left;
	vertical-align: middle;
	width: 175px;
	padding-left: 10px;
	border: 0px solid green;
}

.bottomright {
	color: #636363;
	line-height: 50px;
	text-align: right;
	float: right;
	vertical-align: middle;
	padding-right: 10px;
}

.bottommenu {
	float: left;
	text-align: left;
	width: 425px;
	padding-left: 5px;
}

.menu {
	color: #636363 !important;
	font-size: 11px;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	float: left;
}

.menu a {
	color: #636363 !important;
	font-weight: normal;
	text-align: center;
	border: solid 0 green;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 5px;
}

.syslink {
	text-transform: uppercase;
}