body, form, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

body {
	background:#000000;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a img {
	border:none;
}


/* Top Text */
.topText {
	font:11px Tahoma, Verdana, Arial;
	text-align:center;
	padding-top:7px;
}
.topText img {
	margin: 0 5px 0 10px;
}
.topText a {
	color:#FFFFFF;
	text-decoration:none;
}
.topText a:hover {
	text-decoration:underline;
}


/* Content */
#contentIn {
	background:#4c4a4b;
	padding:10px;
}

#content {
	background:#4c4a4b;
}

#content a, #contentIn a {
	color:#FFFFFF;
	text-decoration:none;
}
#content a:hover, #contentIn a:hover {
	color:#ed1c24;
}

.leftCont {
	padding:0px 8px 0 8px;
}
.leftCont p {
	margin-bottom:5px;
}

.rightCont {
	padding:10px;
}

.redCont {
	background:url(designimgs/red_cont_bg.jpg) no-repeat;
	width:376px;
	height:101px;
	padding:10px 15px;
	color:#000000;
	overflow:hidden;
}
#content .redCont a {
	color:#000000;
	text-decoration:none;
}
#content .redCont a:hover {
	color:#FFFFFF;
}

.redLine {
	padding-bottom:5px;
	border-bottom:1px solid #ed1c24;
}


/* Foot */
#footText {
	font:10px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
}
#footText a {
	color:#000000;
	text-decoration:none;
}
#footText a:hover {
	text-decoration:underline;
}

