@charset "UTF-8";


#containerwrap {
	width: 100%;  /* this will fill the screen */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}


 #container {
	width: 100%;  /* this will fill the screen */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Calibri,Helvetica,Arial,sans-serif;
}



#container2 {
	width: 99%;  /* this will fill the screen */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}


#header {
	background: #BD0000;
	color: #ffffff;
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;

}
 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

 
	
	
#sidebar {
	padding: 10px;
	margin: 10px;
	font-size: 80%;
	width:25%;
	float: right;
	border-style:solid;
	border-width: 2px;
	border-color: #000000;
	background-color:#CCCCCC;
	
	}
	
	
#headerimage {
	padding: 10px;
	margin: 10px;
	
	width:180px;
	float: left;
	

	
	}	
	
	
#wrapper {
	padding: 0px;
	
	
	
	}
	
#reslinks {
font-family: helvetica,arial,sans-serif;
color:#ffffff;
text-align: center;
}

#reslinks a {
text-decoration:underline;color:#ffffff;padding: 10px 10px 0px 10px;}

	
ul#main-nav {font-family:helvetica,arial,sans-serif;margin:0;padding:0;width:100%; text-align: center;}
ul#main-nav li {margin:0;padding:0;list-style:none;margin:0 0.3em 0 0;display: inline; }
ul#main-nav li a {text-decoration:underline;display:block;color:#ffffff;padding: 10px 10px 0px 10px;float: left;}
ul#main-nav li a:hover {color:#000;}
