body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(bg.gif);
	padding-top: 30px;
	margin: 0px;
}
#container {
	background-color: #FFFFFF;
	padding: 25px;
	border: 10px solid #1CBDC6;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 15px;
	font-size: 17pt;
	margin: 0px;
}
h2 {
	font-size: 14pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 6px;
	color: #15959B;
	margin-top: 36px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}

#header {
	margin-bottom: 24px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #1CBDC6;
	border-right-color: #1CBDC6;
	border-bottom-color: #1CBDC6;
	border-left-color: #1CBDC6;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
input {
	border: 1px solid #999999;
	background-color: #E9E9E9;
}
.sidebar h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12pt;
}

.caps {
	font-size: 9pt;
	text-transform: uppercase;
	color: #5E4F62;
}

a:active {
	color: #333333;
	text-decoration: none;
}.sidebar {
	padding: 10px;
	float: right;
	width: 301px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #E9E9E9;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1CBDC6;
	border-right-color: #1CBDC6;
	border-bottom-color: #1CBDC6;
	border-left-color: #1CBDC6;
	background-image: url(mic.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#Submit {
	font-weight: bold;
}
.highlight {
	background-color: #F0FBC6;
}
