body {
	background: url("../img/bg.png") repeat top left;
	font-family: Arial, sans-serif;
}

#topline {
	width: 100%;
	height: 15px;
	background: #787878;
/* 	color: #1154a0 */
}

#container {
	width: 800px;
	margin:0 auto;
}

#title h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #1154a0;	
	padding-top: 20px;
	margin-bottom: 20px;
}

#header {
	background: url("../img/header.png") repeat top left;
	width: 100%;
	height: 40px;
	border:1px solid #c8c3c3;
}

#header label {
	font-size: 14px;
}

#header input[type="text"] {
	padding: 3px;
	width: 150px;
	border:1px solid #1154a0;
}

#header input[type="submit"] {
	background: #1154a0;
	border:none;
	color: #fff;
	height: 22px;
}

#tableholder {
	margin:0 auto;
	background-color: #f7f7f7;
	border:1px solid #e5e2e2;
	padding: 20px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 16px;
	color: #4a4949;
}

#tableholder p {
	margin-bottom:16px;
}

#tableholder a {
	text-decoration: none;
	color: #1154a0;
}

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

#tableholder h2, #tableholder h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #1154a0;	
	margin-bottom: 20px;
}

.leftCol {
	width: 578px;
	float:left;
}

.rightCol {
	width: 160px;
	padding-left: 20px;
	float: left;
}

.clear {
	clear:both;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}

#footer {
	background: #1154a0;
	font-size: 12px;
	line-height: 60px;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding: 0 7px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#contactform label {
	line-height: 24px;
	display: inline-block;
	width: 80px;
}

#contactform input {
	width: 200px;
	border: 1px solid #b3b3b3;
	height: 22px;
	margin-bottom: 10px;
	padding-left: 5px;
	color: #1154a0;
}

#contactform textarea {
	width: 285px;
	display: block;
	border: 1px solid #b3b3b3;
	color: #3183cf;
	line-height: 12px;
	height: 100px;
}

#contactform input[type="submit"] {
	background-color: #1154a0;
	border: none;
	color: #fff;
}

.label {
	color: #1154a0;
	font-weight: bold;
	padding-right: 5px;
}

hr {
	margin: 5px 0;
	border: none;
	border-bottom:1px solid #999;
	height: 1px;
}

.inline li {
	display: inline;
	padding: 0 5px;
}

.inline a, .color, .selected {
	color: #d47c0f !important;
}

.tbl {
	width: 500px;
	border:1px solid #1154a0;
	text-align: center;
}

.tbl thead {
	background: #1154a0;
	color: #fff;
}
.tbl td {
	width: 50%;
	padding: 5px;
}

.tbl .odd {
	background: #ebebeb
}