body
{
	background-color: #E6E6E6;
	margin: 0px auto;
	text-align: center;
}

a  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	}	

a:visited {
	text-decoration: none;
	}

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

img {
	border:0px;
}

	
/*///////////////////////////// HEADER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	

	

#container {
	top: 0px;
	bottom: 0px;
	width: 100%;
	text-align:center;
	/*background-color:#2C2C2C;*/
	}	


	
#header {
	width: 100%;
	height: 160px;
	position: relative;
	top: 0px;
	background-color:#440051;
}

#logo {
	width: 352px;
	height: 75px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -380px;
}


/*
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	}
	*/

.banner {
	position: absolute;
	margin-top:15px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	/*height: 100%;*/
	}	




#menu {
	width: 800px;
	/*vertical-align:middle;*/
	top: 124px;
	position: absolute;
	height:35px;
	left: 50%;
	margin-left: -400px;
	padding-left:10px;
	background-image: url(../assets/images/menubanner.gif);
	background-repeat:no-repeat;
	text-align:center;
	
}


/*///////////////////////////// DROPDOWN \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	

	

/*///////////////////////////// HOME PAGE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	

	
.flashbanner {
	position: absolute;
	/*margin-top:15px;*/
	padding-top:15px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	/*height: 100%;*/
	z-index:5;
	}	

.news {
	top: 422px;
	/*margin-top: 12px;*/
	width: 305px;
	text-align:left;
	background-color:#ffffff;
	z-index:10;
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #333333;
}

.news h1 {
	margin: 10px 20px 7px 20px;
	font-size:14px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	/*color: #D7348C;*/
	color:#D7348C;
}

.news h2 {
	margin: 0px 20px 0px 20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color: #ffffff;
	vertical-align:middle;
}

.column_scroll {
	height: 315px;
	overflow:auto;
}

.news p {
	margin: 0px 20px 0px 20px;
}	


.columnheader_right {
	background-image: url(../assets/images/header_small.gif);
	height: 35px;
	width: 305px;
	color:#FFFFFF;
	vertical-align: middle;	
}	

	
#homebody {
/*align:center;*/
	margin-bottom:10px;
}	



.columnleft {
	width: 475px;
	background-color:#ffffff;


}	
	

.columnleft p {
	margin: 10px 20px 20px 20px;
	font-size: 12px;
	line-height: 19px;
	text-align:left;
}	
	
.columnleft a {
	text-decoration:none;
	color:#999999;
}		

.columnleft a:hover {
	text-decoration:none;
	color:#444444;
}	

.hero {
	width:450px;
}
	
/*///////////////////////////// SITE PAGES \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	


#bodycontainer{
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	}	

#flashcontent {
	margin: 10px 10px 10px 10px;
	z-index:5;
}

#leftnavbox {
	width: 200px;
	text-align:left;
	background-color:#FFFFFF;
	z-index:10;
}	
	
.mainbody {
	text-align:left;
	background-color:#FFFFFF;
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #333333;
}	
	
	
.mainbody a {
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #666666;
}	

.mainbody a:hover {
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #333333;
}

.mainbody h1 {
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:16px;
	line-height: 18px;
	color: #CF0076;
	margin: 18px 18px 0px 0px;
}

.mainbody h2 {
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:18px;
	line-height: 20px;
	color: #999999;
	margin: 18px 18px 0px 0px;
}

.mainbody h3 {
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:14px;
	line-height: 18px;
	color: #333333;
	margin: 18px 18px 0px 0px;
	font-weight:bold;
}

.network_title {
	text-align:left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:16px;
	color: #FF6633;
	font-weight:bold;
	}

#footer {
	width: 100%;
	height: 100%;
	bottom: -50px;
	background-color:#949494;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:16px;
	}
	
.footer a {
	text-decoration: none;
	color:#CCCCCC;
	}

.leftnav_link {
	margin: 0px 0px 0px 0px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 16px;
	}	

.leftnav_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#666666;
}

.leftnav_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:none;
}


.section_titles {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#60266B;
	text-indent:8px;
	padding-top: 10px;
	padding-bottom: 0px;	
	/*border:1px 0px 1px 0px;
	border-color:#805289;
	border-style:dotted;*/
	}

		
.section_block {
	width:190px;
	border-bottom: 1px;
	border-bottom-color:#805289;
	border-bottom-style:dotted;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.section_menu {
	text-indent:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#805289;
	line-height:25px;
}

.section_menu a {
	text-indent:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#805289;
	/*line-height:20px;*/
}

.section_menu a:hover {
	text-indent:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#440051;
}
