body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x repeat-y;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border-top: 4px solid #990000;
}

table.main {
	border: 1px solid #000;
	border-top: 0;
	width: 100%;
}

img.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

td.contactbar {
	background-color: #003366;
	text-align: right;
	color: #fff;
	padding-right: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.navbar {
	background-color: #990000;
	padding-bottom: 35px;
}

table.navbar td {
	padding-top: 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

table.navbar td a, table.navbar td a:visited {
	color: white;
	padding-left: 10px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	width: 100%;
}

table.navbar td a:hover {
	text-transform: uppercase;
	color: #FFFF00;
}

h1 {
	margin-top: 5px;
	font-size: 13px;
	text-transform: uppercase;
	color: #990000;
	border-bottom: 1px solid #990000;
	width: 620px;
}

h2 {
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 0;
}

a.pic img {
	border: 1px solid #ccc;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

a.pic, a.pic:visited {
	text-decoration: none;
	color: #000;
}

a.pic:hover {
	color: #990000;
}

input.button {
	border: 1px solid #000;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #fff;
	background-color: #990000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
}

select.txtbox {
	border: 1px solid #000;
	background-color: #FFFFCE;
	font-family: "Trebuchet MS", sans-serif;
}

input.txtbox {
	border: 1px solid #000;
	background-color: #FFFFCE;
	font-family: "Trebuchet MS", sans-serif;
}

textarea.txtbox {
	border: 1px solid #000;
	background-color: #FFFFCE;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

img.float {
	border: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

img.right {
	float: right;
	margin-left: 25px;
}

#map2 {
	width: 620px;
	height: 500px;
	background-color: #FFFFD2;
	border: 1px solid #000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.error {
	color: red;
	padding-left: 20px;
}

a, a:visited {
	color: #990000;
}

p.float {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 10px;
}

p.about {
	margin-right: 25px;
}

td.copyright {
	background-color: #000;
	color: #fff;
	border-top: 1px solid #000;
	padding-left: 5px;
}

td.powered {
	background-color: #000;
	border-top: 1px solid #000;
	color: #fff;
	text-align: right;
	padding-right: 5px;
}

td.powered a, td.powered a:visited {
	color: #fff;
}

.props {
	background-color: #FFEAEA;
	border: 1px solid #990000;
	border-bottom: 0;
}

.props2 {
	background-color: #FFEAEA;
	border: 1px solid #990000;
}

.props2 img {
	border: 1px solid #ccc;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.props td a, .props td a:visited {
	color: #000;
	text-decoration: none;
}

.props td a:hover {
	color: #990000;
}

.props td {
	border-bottom: 1px solid #990000;
}

.props th {
	border-bottom: 1px solid #990000;
	text-align: left;
	background-color: #990000;
	color: #fff;
}

.props td.noborder {
	border-bottom: 0;
}

.props img {
	border: 1px solid #ccc;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}