html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-color: #f8f8f8;
}
body {
	color: #030369;
	font-family: 'Avante garde', Arial, sans-serif;
	text-align: center;
	border-top: 8px solid #275498;
}
h1, h2, h3 {
	margin: 0px;
}
a:link, a {
	color: #030369;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Avante garde', Arial, sans-serif;
}
.logo {
	width: 800px;
	height: 140px;
	text-align: left;
	margin: auto;
	position: relative;
}
.logo ul {
	height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-image: url('/images/menu_left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 22px;
	background-color: #275498;
}
.logo li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
.logo li a {
	text-decoration: none;
	color: #fff;
	background-color: #275498;
	padding: 6px 14px;
}
.logo li a:hover {
	color: #FF9900;
}
.logo li.last_navigation {
	background-image: url('/images/menu_right.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.logo img {
	float: right;
}


#content {
	width: 800px;
	margin: auto;
	text-align: left;
}
.main {
	background-color: #ffffff;
	float: left;
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 3px solid #275498;
	border-top: 1px solid #275498;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
}
.contact {
	background-color: #FFFFFF;
	position: fixed;
	margin-left: 574px;
	width: 224px;
	float: left;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #275498;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #275498;
}
.contact span {
	font-weight: bold;
	color: #FF9900;
	border-bottom: 1px #030369 solid;
	margin-bottom: 7px;
}
.contact div {
	font-weight: bold;
	text-align: left;
	width: 164px;
	margin: auto;
	margin-top: 14px;
}
.contact a {
	text-decoration: none;
	font-size: 16px;
}
.border {
	background-color: #000000;
}
.border td {
	background-color: #ffffff;
	text-align: center;
	cursor: default;
}
.border th {
	background-color: #ffffff;
	color: #ff6600;
	width: 135px!important;
}
h2 {
	margin: 0px;
	font-size: 22px;
	color: #ff6600;
}

#map a {
	color: #030369;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Avante garde', Arial, sans-serif;
}

label {
	display: block;
	padding-bottom: 2px;
}
input {
	padding: 2px;
	width: 200px;
	border-bottom: 2px solid #FF9900;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
	margin-top: 4px;
	margin-bottom: 3px;
}
textarea {
	margin-top: 4px;
	padding: 3px;
	width: 350px;
	height: 100px;
	overflow: auto;
	font-family: 'Avante garde', Arial, sans-serif;
	border-bottom: 2px solid #FF9900;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
}
input.submit {
	margin-top: 10px;
	background-color: #ffffff;
	color: #275498;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 2px solid #275498;
}

.copyright {
	font-size: 11px;
	width: 100%;
	margin-top: 200px;
	display: none;
	/* SEO Footers? */
}
.copyright a {
	font-size: 11px;
	text-decoration: none; 
	color: #C5C5C5;
	font-weight: normal;
}
copyright a:hover {
	text-decoration: overline underline;
}



/*

.main1 {
	width: 100%;
	background-image: url('/images/mainBg.gif');
	background-repeat: repeat-y;
	padding-right: 4px;
}
.head {
	width: 100%;
	height: 20px;
	margin-bottom: -3px;
	display: none;
}
.foot {
	width: 100%;
	height: 24px;
	display: none;
}
.mainSmall {
	width: 600px;
	position: relative;
	top: 30px;
	right: 100px;
	left: 150px;
}


*/