/* - - - - - - THIS CSS DEALS WITH VARIOUS COLORS - - - - - - */


/* - - - - - - BG COLOR OF THE INTERIOR HOMEPAGE - - - - */

div#pageWrapper {
	border: 0px solid #6F6F6F;
	background-color: #ffffff;
}

/* - - - -  H1 ON THE HOMEPAGE ONLY  - - */

div#home_container h1{
	color:#575153;
}


/* - - - - PAGES - - -  - - */

div#pages {
	background-color: #ffffff;
	text-align:left;
}

div#pages_right{
	background-color: #ffffff;
}

div#pages_left{
	background-color: #ffffff;
}

div#pages_onecol{
	background-color: #ffffff;
}


/* - - - - - - - -  HORIZONTAL LINES  - - - - - - - - - - */

hr { 
	color: #416A9C; 
	background-color: #416A9C; 
	border: 0; 
	height: 1px; 
	width=95%; 
}

.bluerule { 
	color: #416A9C; 
	background-color: #416A9C; 
	border: 0; 
	height: 1px; 
	width=95%; 
}


/* - - -  BUTTONS - - -- - */

.butn_submit {
	background-color: #484848;
	border-top: 1px #99b4ea solid;
	border-left: 1px #99b4ea solid;
	border-bottom: 1px #416A9C solid;
	border-right: 1px #416A9C solid;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding: 1px 3px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}

/* - - -  LEFT-HAND SIDEBAR ITEMS (rarely used in this template) - - -- - */

div#col1 div.messageBox {
	background-color: #D2D2D2;
}

div#col1 div.messageBox h3 {
	background-color: #416A9C;
	color: #fff;
}

/* - - -  RIGHT-HAND SIDEBAR ITEMS  - - -- - */

div#col3 div.messageBox {
 	background-color: transparent; 				
}

div#col3 div.messageBox h3 {
	background-color: #99b4ea;
	background: #416A9C; 
}

/* - - -  FOOTER - - - - - */

div#pageFoot {
   	background-image:url('http://bckg.buco3.com/hbg-lightgray.jpg');
	background-repeat:repeat-x;
	background-color:#386899;
   	border-top: 3px solid #ccc;
	margin-bottom: 0px;
}
