body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: small;
color: #000000;
}

a #e_link{
color:#990000;
text-decoration:underline;
}

a #e_link:hover{
color:#990000;
text-decoration:none;
}

hr {
	margin-top:1px;
	color: #990000;
}


.header_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #EEEEEE;
	text-decoration: none;
	text-align: center;
}


.header_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AAAAAA;
	text-decoration: none;
	text-align: center;
}
.header_menu_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}

.header_menu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.white_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;

}
.white_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}

.white_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;
}
/**************************MODULES SECTIONS ON HOMEPAGE *************************/
/*HOMEPAGE TOP MODULE CONTAINERS*/
#slide_wrap {
	width: 600px;
	height: 310px;
	margin:0px;
	padding:0px;
	font-size:12px;
	position:relative;
	border: 1px solid #d4d4d4; 
	float:left;
	
}
#slider-container {
	width:600px;
	margin:12px 0px 0px 12px;
	_margin: 12px 6px 0px 12px;
	padding:0px; 
}
#slide_wrap h3 {
	background-color:#dddddd; /*IE bug fix on the opacity*/
}
#num-nav {
	position:absolute;
	top:125px;
	left:10px;
	width:600px;
	z-index:99999;
}

#num-nav a { 
	display:block;
	text-decoration: none; 
	width:30px; 
	height:18px; 
	line-height:18px;
	text-align:center;
	color:#000000 !important;
	font-size:11px;
	float:left;
	margin-right:8px;
	visibility:hidden;
	}
	
#num-nav a.activeSlide { 
	display:block;
	width:30px; 
	height:18px;
	line-height:18px;
	text-align:center;
	color:#FFFFFF !important;
	font-size:11px;
	visibility:hidden;
}
#img-slides .layer{
	width:100%; 
	display:none;
}

#slide_wrap img {
	border: 1px solid #d4d4d4;
}
#slide_wrap .content {
	 margin:0px; 
	 width:235px;
	 height:265px;  
	 position:absolute; 
	 top:12px; 
	 left:470px;
	 overflow:hidden;
}

.hpsection_rt {
	width:217px;  
	float:right;
}
.button-1 {
	background-image:url(/images/button-contestant.gif);
	background-repeat:no-repeat;
	width:217px;
	height:107px;
	margin-bottom:2px;
	_margin-bottom:6px;
	cursor:pointer;
}
.button-2 {
	background-image:url(/images/button-choose-contestant.gif);
	background-repeat:no-repeat;
	width:217px;
	height:107px;
	margin-bottom:2px;
	_margin-bottom:6px;
	cursor:pointer;
}
.button-3 {
	background-image:url(/images/button-register.gif);
	background-repeat:no-repeat;
	width:217px;
	height:107px;
	cursor:pointer;
}
.links_table {
	float: right;
	clear: both;
	margin-left: 15px;
	}
.Contact_links_table {
	float: right;
	clear: both;
	margin-left: 15px;
	}
.Picture_table {
	float: right;
	margin-left: 15px;
}
.content_table {
		width: 900px;
		padding-left: 15px;
}
/************************************************VALIDATION***********************************/
.LV_validation_message{	
	font-weight:normal;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
.errordiv {
    color:red;
    font-weight:bold;
}