/*================== Template Structure and Layout Styles ==================*/

#holder {
	width: 726px;
	border-right: 1px solid #154870; 
	border-left: 1px solid #154870;
	margin: 0 auto;
	}
		
#hiddenLogo {
	display: none;
	}
	
#mainContent {
	width: 724px;
	border-right: 1px solid #ECEDEE;
	border-left: 1px solid #ECEDEE;
	margin-right: 1px;
	margin-left: 1px;
	}
		
#top {
	width: 724px;
	height: 135px;
	background: url(../images/template/top.jpg);
	background-repeat: no-repeat;
	}
	
#nav {
	width: 100%;
	height: 135px;
	}
	
#mainNav {
	vertical-align: middle;
	padding-bottom: 10px;
	text-align: right;
	}
	
#contentSides {
	border-right: 1px solid #ECEDEE;
	border-left: 1px solid #ECEDEE;
	width: 65%;
	}

.margin {
	width: 90%;
	}	
	
#bottomNav {
	border-top: 1px solid #ECEDEE;
	text-align: center;
	}
	
#news {
	background: #13476E;
	border-left: solid 1px black;
	width: 35%;
	}
	
.borderTop {
	border-top: 1px solid black;
	}
	
.borderBottom {
	border-bottom: 1px solid black;
	}