html, body {
	width:100%;
	height:100%;
	margin: 0px;
	font-family: verdana;
	font-weight: bold;
	color: white;
	background-color:#fff;
	text-align:center;
	vertical-align:central;
}
#root {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 75%;
	height: 100%;
	margin-bottom:30px;
	background-color: #efe4d1;
		position:relative;
}

#header{
	margin-left: auto;
	margin-right: auto;	
	width: 100%;
	height: 300px;
	background-color: #ef5a43;
	text-align:center;
	position:relative;


}
#shieldContainer{
	margin-left: auto;
	margin-right: auto;
	width: 461px;
	height:221px;

	
}
.iconContainer{
	margin-left: auto;
	margin-right: auto;
	width: 201px;
	height: 45px;
	
}
.iconHolder{
	float:left;
	width: 45px;
	height:45px;
}
.iconDivider{
	float:left;
	width: 7px;
	height:58px;
}
.iconSeparator{
	width: 100%;
	height:10px;
}


#menuHolder{
	width: 100%;
	height: 42px;
	background-color: #333;
	position:relative;
}
#menu{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 25px;
}


#lineSeparator{
	width: 100%;
	height: 5px;
}
#menuLine{
	width: 100%;
	height: 1px;
	background-color:#fff;
}

#menu a {
    text-decoration: none;
	color:#fff;
    
}

#menu a:hover {
  	color:#CCC;
}

.buttonClass{
	text-align:center;
	float: left;
	height:25px;
	width:25%;
	
}
.sectionBreak{
		height:5px;
		width: 100%;
	position:relative;
	float: left;
	background-color: #fff;
	color:#333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footer{
		height:21px;
		width: 100%;
	position:relative;
	float: left;
	background-color: #fff;
	color:#333;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
}

.sectionLine{
		height:3px;
		width: 100%;
	position:relative;
	float: left;
	background-color: #666;
}
.sectionHeader{
		height:20px;
		width: 100%;
	position:relative;
	float: left;
	background-color: #fff;
	color:#333;
}



#expandContainer{
	width:100%;

	height:700px;
background-color:#FFF;
}
#contactsContainer{
	width:100%;

	height:230px;
background-color:#FFF;
}
.expandClass{

	width:100%;
	background-color:#FFF;
	position:relative;
	float: left;
	overflow:hidden;

}

.twoContainer{
	position:relative;
		margin-left: auto;
	margin-right: auto;
	width:320px;
	height:200px;
}
.threeContainer{
		position:relative;
		margin-left: auto;
	margin-right: auto;
	width:510px;
	height:200px;
	
}
.expandClass2{
	float:left;
	text-align:center;
	width:100%;
	background-color:#FFF;
	position:relative;
}

.fiveContainer{
	text-align:center;
margin: 0, auto, 0, auto;
	width:100%;
	height:400px;
	
}

.linkImage{
	float:left;
	width: 170px;
    height:200px;

}


#eventHolder{
	padding-top: 30px;
	width: 100%;
	height:650px;
	background-color: #efe4d1;
	position:relative;
}
#titleHolder{
position:absolute;
top:30px;
	width: 100%;
	height:70px;
}
#utrHolder{
	position:relative;
	top:90px;
	width: 100%;
	height:850px;
}