body {
	margin: 0px;
	font-family: Arial;
	background-color: #000;
}

#container {
	border: 1px solid #fff;
} 

.leftcol {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 20px;
}

.rightcol {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}


.maincol {
	padding-top: 20px;
	padding-left: 0px;
}

.maincol_header {
	background-color: #858C90;
	border: 1px solid #fff;
	font-weight: bolder;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	padding: 10px;
}

.maincol_content {
	background-color: #fff;
	border: 1px solid #fff;
	font-weight: normal;
	color: #000;
	font-family: Arial;
	padding: 15px;
	font-size: 11px;
	line-height: 18px;
}

.maincol_content a {
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

.maincol_content a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}


#submenu {
	border: 1px solid #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.submenu_style {
	padding: 10px;
	line-height: 18px;
}

#submenu a {
	color: #000;
	text-decoration: none;
}


#submenu a:hover {
	color: #ff0000;
}


#submenu a {
	color: #000;
}

.footer {
	color: #fff;
	font-size: 10px;
}

.footer a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
}

#contact {
	width: 300px;
	font-size: 11px;
}
