﻿.container{
	background: #fff url(../images/bkgd_tile.gif) top;
    margin: 0px auto auto auto;
	position: relative;
	background-color: #fff;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
.body{
	background-color: #abc;

}
.header{
    margin: 0px auto auto auto;
	position: relative;
	background-color: #ccddee;
	margin-right: 10px;
	margin-left: 10px;
}
.numbers{
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:x-small;
}
#navigation{
    margin-left:8px;
	border: 0;
	clear: both;
	background-color: #d3d3d3;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin-bottom:-1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
.navslected{
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
#footer {
		text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	width: auto;
	color:#FFFFFF
}
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	width: auto;
	clear: both;
	overflow: auto;

}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.contactform{
	text-align:right;
}
.thankyoubig{
	color:lime;
	font-size:x-large;
}
.errorbig{
	color:red;
	font-size:x-large;
}
.thankyou{
	font-size:small;
	color:lime;
}
.error{
	font-size:small;
	color:red;
}
#text_style1 {
	font-size: medium;
}
h1 {
	color: #965;
	font-size: 2.0em;
}
#text_style2 {
	font-size: small;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
.style1 {
	margin-top: 6px;
}
.style2 {
	margin-bottom: 4px;
}
.style3 {
	text-align: right;
}
.intro{
	margin: 0px auto auto auto;
	position: relative;
}




