/* MAIN PAGE */

body {
padding:0px;
margin:0px;
background-color:#EBEAE8;
}
#wrapper {
width:1000px;
height:600px;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background-color:#5c0006;
margin:0 auto;
background-image: url(../images/bg_home2.jpg);
background-repeat:no-repeat;
}
#wrapperSub {
width:1000px;
height:auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background-color:#5c0006;
margin:0 auto;
background-repeat:no-repeat;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#clearDivs {
clear:both;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
}
.footer a:link {color: #990000;text-decoration: underline}
.footer a:visited {color: #990000;text-decoration: underline}
.footer a:active {color: #990000;text-decoration: underline}
.footer a:hover {color: #990000;text-decoration: underline}

.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.navText a:link {color: #ffffff;text-decoration: none}
.navText a:visited {color: #ffffff;text-decoration: none}
.navText a:active {color: #ffffff;text-decoration: none}
.navText a:hover {color: #ffffff;text-decoration: underline}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color:#990000;
}

a:link {color: #990000} 
a:visited {color: #990000}
a:hover {color: #990000}
a:active {color: #990000;text-decoration: underline}  


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.broadcastText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}
.broadcastText a:link {color: #990000;text-decoration: underline}
.broadcastText a:visited {color: #990000;text-decoration: underline}
.broadcastText a:active {color: #990000;text-decoration: underline}
.broadcastText a:hover {color: #990000;text-decoration: underline}