@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;!important
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #044A13;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: underline; color:}

a.newslink {text-decoration: underline !important;}
a.newslink:visted {text-decoration: underline !important;}
a.newslink:active {text-decoration: none !important}
a.newslink:hover {text-decoration: none !important; background-color:#E39822;}

#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #044A13;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top:20px;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.newsTitle {font-size: 24px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:left;}

.newsBody{font-size: 16px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:left;}

#mainContentNews {
	padding: 70px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:24px;
	width:55%;
	margin: 0 auto;
}



/*---------------------------------- Navigation Bar Stuff --------------------------*/
#navbarwrapper { background-color:#04334A; width:100%; height:23px;}
/*-------------- Header Images CSS -----------*/

#header {
	height: 217px;
	background-image:url("../BannerHeader_new.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background: #3B0B03;
}

.brodieimg { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 14px/1.4em Arial, sans-serif; 
	}
	
.brodieimg img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
.louieimg { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 14px/1.4em Arial, sans-serif; 
	}
	
.louieimg img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
	}	
	
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; float:right; 
	}
	
.left { 
	margin: 0.5em 0.8em 0.5em 0; float:left; 
	}
