html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#page {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 30px;
}
#interact {
	margin: 0px;
	width: 100px;
	height: 25px;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#scrambler {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 30px;
	float: right;
}
#header {
	height: 208px;
	width: 950px;
	padding: 0px;
	margin: 0px;
}
#navbar {
	height: 35px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image:url(images/navbarbg.gif);
	background-repeat: repeat-x;
}
#topC {
	width: 950px;
	height: 48px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/windowtop.gif);
	background-repeat: no-repeat;
}
#bottom {
	width: 950px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/windowbottom.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px;
	font-size: 10px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main {
	width: 950px;
	height: inherit;
	padding: 0px;
	margin: 0px;
	background-image: url(images/windowmiddle.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	color: #CCCCCC;
}
#line {
	background-color: #830302;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
#left {
	float: left;
	margin: 0px;
	width: 425px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#right {
	float: right;
	margin: 0px;
	width: 424px;
	height: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #870303;
}
#button {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.title{
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}
.headline{
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}
a:link {
	color: #CB0303;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CB0303;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CB0303;
}
#bottom a:link {
	color: #830302;
	text-decoration: none;
}
#bottom a:visited {
	text-decoration: none;
	color: #830302;
}
#bottom a:hover {
	text-decoration: underline;
	color: #333333;
}
#bottom a:active {
	text-decoration: none;
	color: #830302;
}

