@charset "utf-8";
.logo {
	background-image: url(NewImages/logobg.gif);
	background-repeat: repeat-x;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 14px;
}

.leftside {
	background-color: #EE1019;
	vertical-align: top;
	padding: 10px;
	width: 150px;
	background-image: url(NewImages/leftbg.gif);
	background-repeat: repeat;
}
.maintext {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.maintext img {
	margin-right: 15px;
	margin-left: 15px;
}

.rightside {
	background-color: #EEEEEE;
	padding: 15px;
	width: 160px;
	vertical-align: top;
	color: #666666;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	margin-top: 0px;
}
.maintext h1 {
	margin-top: 0px;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #ED0811;
	text-decoration: underline;
}
hr {
	height: .5px;
}
.copyright {
	margin-top: 10px;
}
.contacttable {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
