/*===========COLOR===============*/

html {
	background-color : gray;
	background-image: url(../img/bg-med.gif);
}

body {
	background-color : gray;
	background-image: url(../img/bg-med.gif);
}

	
#navcontainer  {
	background-color: #efeeea; 
	background-position: 0 0; 
	}
#branding {
	height : 120px;
	background : transparent url(../img/branding_02b-trans.png) no-repeat 0 0;  
	}
	
#content {
	background-color: white;
	padding: 0px;
	margin: 0px;
	float: left;
	}

#content_main {
		background-image: url(../img/ul.png); 
		background-repeat: repeat-y;  
		background-position: left 0; 
		}
		
#site_info { 
	background-image: url(../img/Footer_02c-trans.png); 
	background-repeat: no-repeat; 
	height: 80px; 
	width: 100%; 
	position: relative; 
	}
	
/*=======TYPE COLOR=======*/

#site_info p { 
	color : gray; 
	}
	
h2 {
	color: #900;
	}
	
h4 { 
	color: #800000; 
	}
	
/*=======FORM STYLING=======*/

fieldset {
	background-color: #f7f2ea; 
	border: solid 1px maroon;
	}
	
legend {
	color: maroon; 
	}
	
label {
	color: gray; 
	}
	
h5 {
	color: gray; 
	}
