@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/hometop2.jpg);
	background-repeat: repeat-x;
	background-color: #7B7f88;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0px 30px 0px;
	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: #000000;
}
#container {
	width: 830px;  /* this will create a container 80% of the browser width */

	padding: 0 0 0 14px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#header {
	background: url(../images/btopbanner.jpg); 
	background-repeat: no-repeat;
	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. */
	height: 142px;
	background-color: #62728A;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	overflow: none;
	float: left;
	width: 770px;
}
#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 */
}
#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 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: oblique;
	color: #E4B228;
}
#header a
{
	padding: 0px 3px;
	font-weight: bold;
	text-decoration: none;
}
#header  a:link
{
	color: #E4B228;	
}
#header  a:visited
{
	color: #E4B228;	
}
#header a:hover, #header a:active, #header a:focus
{
	color: #CC0000;	
}
#headerul a:hover, #header a:active, #header a:focus
{
	color: #E4B228;	
}
#headerul
{
	margin: 105px 0 0 0;
	padding: 0 0 0 20px;
	list-style: none;
	float: left;
	width: 715px;
	height: 40px;
	font-size: 10px;
	clear: both;
	color: #E4B228;
}
#headerul a:hover, #header a:active, #header a:focus
{
	color: #CC0000;	
}
#header td 
{
	border: 0px none;
}
#header td a:hover, #header a:active, #header a:focus
{
	color: #990000;
}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	width: 800px;
	overflow: none;
	border-bottom: solid;
	border-bottom-width: 3px;
	border-bottom-color: #990000;
	background-image: url(../images/bflashbanner.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#mainContentBottom {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 760px;
	height: 1100px;
	background-image: url(../images/bmainbannerc.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: solid;
	border-top-color:#990000;
	border-top-width: 0px;
	background-color: #1A1E2D;
	border-bottom: solid;
	border-bottom-width: 3px;
	border-bottom-color: #990000;
}
#leftContent {
	height: auto;
	width: 450px;
	float: left;
	padding: 25px 0 0 1px;
	margin: 35px 0 0 40px;
	background-image: url(../images/bleftsideheader.jpg);
	background-repeat: no-repeat;
	color: #CC9900;
	line-height: 4px;
}
#leftContent h{
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: bold;
}
#leftContent p{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	
}
#leftContent li{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	margin-left: 12px;
}
#leftContent a{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
}
#leftContent a:hover{
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
}
#rightSideBar {
	height: 400px;
	width: 195px;
	float: right;
	padding: 30px 0 0 0;
	background-image:url(../images/bsidebanner.gif);
	background-repeat: no-repeat;
	margin: 35px 20px 0 0 ;
}
#rightSideBar img{
	padding: 0 0 0 20px;
}
#rightSideBar p {
	color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 10px 10px 20px;
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #0C0E1C;
	height: 70px;
	width: 780px;
} 
#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: 20px 20px 0px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:9px;
}
