* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 20px;
	width: 955px;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
}
#sidebar {
	position: absolute;
	width: 189px;
	padding: 5px;
	top: 216px;
	background: #eee;
	line-height: .9em;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
}
#sidebar img {
	border: 0;
}
#cornervideo {
	position: fixed;
	z-index: -1000;
	width: 300px;
	height: 200px;
	bottom: 0;
	right: 0;
}
#navigation {
	background: #fff;
	color: #555;
	width: 953px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	z-index: 1000;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: red;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#header {
	width: 955px;
	height: 158px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	background: url(../images/backgrounds/header.jpg) no-repeat;
	z-index: 1000;
}
#container {
	background: #fff;
	width: 748px;
	margin: 0 0 0 205px;
	z-index: 1000;
}
#contentleft {
	float: left;
	width: 460px;
	margin-left: 0px;
	padding: 0px 12px 0 5px;
	text-align: left;
	border: 1px solid #fff;
	margin-bottom: 5px;
	background: #fff;
	text-align: justify;
}
#contentright {
	float: right;
	width: 261px;
	padding: 10px 0px 0 2px;
	margin: 0 0 0 0;
	border: 1px solid #777;
	background: #eee;
}
#contentdown {
	width: 940px;
	padding: 0;
	font-size: 8pt;
}
#footer {
	margin: 0 auto;
	clear: both;
	width: 940px;
	padding: 5px;
	background: #fff;
	color: #000;
	border: 1px solid #777;
	text-align: center;
	z-index: 1000;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: black;
}
.red {
	color: red;
	font-size: 10pt;
	font-weight: 700;
}
#leftcontent p {
}
.center {
	text-align: center;
}
.redcenter {
	text-align: center;
	font-weight: 700;
	color: red;
	font-size: 10pt;
}
.withimage {
	text-align: center;
	line-height: 25px;
}
h3 {
	font-weight: 700;
	text-align: center;
}
ul {
	list-style: inside;
}
.small {
	font-size: 10pt;
	line-height: 1.2em;
}
.test {
	font-size: 10pt;
	color: #555;
	text-align: left;
}
.green {
	color: green;
	font-weight: 700;
	font-size: 10pt;
}
form {
	font-weight: 700;
	color: #000;
	font-family: georgia, times, serif;
}