/* CSS Document */

tr, td {
	border-spacing:0px;
	}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	background:#333333;
	color:#660000;
	min-height:95%;
	height:95%;
}
a:link{
	color:#660000;
	text-decoration:underline;
	}
a:visited{
	color:#CCCCCC;
	text-decoration:underline;
	}
a:hover{
	color:#999999;
	text-decoration:underline;
	}

.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #666666;
	padding:0;
	}
.h2{
	font-family:fantasy;
	font-size:medium;
}	
.text {
	
}
#wrapper{
	text-align:left;
	width: 95%;
	min-height:105%;
	height:800px;
	padding:10px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
} 

#banner_layer {
	text-align:left;
	width:100%;
	background-color:#D1D1D1;
	background-image:url(../images/header_background.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:10px;
}

#toolbar {
	width:100%;
	text-align:center;
	visibility: visible;
	background-color: #660000;
}
#toolbar a:link {
	text-decoration:none;
	color:#FFFFFF;
	}

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

#toolbar a:visited {	
	text-decoration:none;
	color:#FFFFFF;
}
#body_content{
	width:100%;
	height:75%;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	overflow:auto;
	color: #666666;
	}
#body_content2{
	width:100%;
	height:600px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	overflow:auto;
	color: #666666;
	}
	/*navigaion layers*/
#nav_container{
	width:20%;
	height:100%;
	background-color:#5B0000;
	float:left;
	overflow:auto;
	}
#nav_space {
	background-color:#FFFFFF;
	text-align:left;
	width:100%;
	height:10px;
	float:left;
	}
#nav_title {
	width:95%;
	height:50px;
	padding-left:5%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:white;
	font-weight:bold;
	text-align:left;
}
.nav {
	width:85%;
	text-align:left;
	padding-left:5%;
	padding-right:2%;
	padding-bottom:5%;
	float:left;
	}
.nav a:link, a:visited {
	text-decoration:none;
	color:#CCCCCC;
	}
.nav a:hover {
	color:#FFFFFF;
	}
#content {
	width:75%;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	float:left;
	overflow:auto;
	}
#col_left {
	width:350px;
	height:400px;
	padding-left:5%;
	margin-right:2%;
	float:left;
	text-align:right;
	}
#col_right {
	width:48%;
	padding-left:5%
	height:100%;
	float:right;
	margin-left:5px;
	}
#row_top {
	width:98%;
	margin-left:5px;
	float:left;
	background-color:#8C8E8C;
	}
#row_bottom {
	width:98%;
	height:98%;
	margin-left:5px;
	float:left;
	}
#white_space {
	width:2%;
	height:80px;
	float:left;
	background-color:#FFFFFF;
	}
#video {
	width:350px;
	float: left;

}
#img_swap {
	width:100%;
	text-align:left;
	float:left;
	background-color:#8c8e8c;
}

#body_txt {
	width:898px;
	height:inherit;
	float:left;
	overflow:auto;
	text-align:left;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		}

#body_txt2 {
	width:150px;
	height:550px;
	float:left;
	text-align:left;
	padding-top:10px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
		}
		
#body_txt3 {
	width:100%;
	height:630px;
	float:center;
	overflow:auto;
	text-align:left;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		}

#news_title {
	padding-top:10px;
	padding-bottom:15px;
	width:100%;
	float:left;
}
#news_updates {
	width:100%;
	float:left;
	height:750px;
	overflow: auto;
	text-align:left;
}
.pad {
	padding:10px 10px 10px 0;
	}
#events {
	width:100%;
	height:300px;
	float:left;
	background-color:#555555;
	background-image:url(images/events_text.jpg);
	background-repeat:no-repeat;
	text-align:center;
	}


#events.spacer{
	clear:both;
	}
#events.images {
	float:left;
	margin-left:5%;
	text-align:center;
}
#siteMap {
	width:700px;
	height:10%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#666666;
	float:bottom;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
#siteMap a:link, a:visited {
	text-decoration:none;
	color:#999999;
	}
#siteMap a:hover {	
	text-decoration:none;
	color:#333333;
}
#diversity {
	background-color:white;
	text-align:left;
	margin:20px;
	padding:20px;
	overflow:auto;
	
	}
