body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #333;
	background-color: #FFF;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	clear: both;
	position: relative;
}
#left {
	float: left;
	width: 190px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main {
	float: left;
	width: 750px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#left h1 {
	font-size: 150%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main h1 {
	font-size: 150%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: right;
}
#left #form1 p #name {
	border: 1px solid #333;
	margin-bottom: 5px;
}
#left #form1 p #Submit {
	background-color: #333;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #333;
}


#left #form1 p #email {
	border: 1px solid #333;
	margin-bottom: 5px;
}

a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
}
a:active {
	color: #C00;
	text-decoration: none;
}
#navigation {
	background-color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: x-small;
}


#navigation ul {
	white-space: nowrap;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation ul li{
	display: inline;
	list-style-type: none;
	font-size: 130%;
}
#header #textresize {
	position: absolute;
	top: 0px;
	right: 0px;
}

#navigation ul li a{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navigation ul li a:link ,#navigation ul li a:visited{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li a:hover {
	color: #333;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	font-weight: bold;
}
#header #headerpic {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom: 5px;
}
#main h2 {
	font-size: 130%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	color: #444;
}
#clearall {
	clear: both;
}
