
 
body {
	/*background-color: rgb(8,8,89);*/
	background-color: #78a3d8;
	color: #3d3d7d;
}

h1 {
	color: rgb(8,12,81);
	}

h2 {
	margin-top: 2px;
	}

h3 {
	color: rgb(8,12,81);
	font-weight: bold;
	font-size: 18px;
}

h4 {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #F89035;
}

p {
	padding: 5px 30px 5px 30px;
}

#serv {
	margin-top: 0px;
	list-style: none;
	font-size: 11px;
	margin-top: -5px;
	padding-top: -5px;
	padding-bottom: 10px;
}

.serv {
	
}

/*   Divisional ID's for layout and design    */

#frame {
	width: 800px;
	height: 846px;
	margin: 0 auto;
	background-color: white;

}


#header_top {
	background: url('images/header.jpg') no-repeat;
	width: 800px;
	height: 75px;
}

#header_left {
	width: 600px;
	height: 200px;
	float: left;
	background-color: white;
}

#far_right_col {
	clear: both;
	/*position: relative;
	top: 0;*/
	width: 195px;
	height: 770px;
	float: right;
	/*border: 1px purple dotted;*/
	background: #CFDBEF url('images/top_right_sq.jpg');
	
}

#right_inner_top {
	/*#eff5f8*/
	margin-top: 20px;
	background: url('images/pale_blue_highlight_sq.gif') no-repeat;
	width: 175px;
	height: 200px;
	padding: 20px 7px 10px;
	
}

#right_inner {
	margin: 10px;
	}

#r_ind {

}

#gen_content {
	position: relative;
	top: 40px;
	clear: left;
	padding-top: 10px;
	width: 600px;
	height: 520px;
	/*border: 3px solid navy;*/
	background-color: white;
}

#gen_inner {
	margin: 0px 20px 5px;
	}

#con_highlight {
	background-color: #Eff7f7;
	padding: 7px 10px;
	color: #3D3D7D;
	font-size: 90%;
	font-family: "Arial Bold Italic";
	font-weight: 600;
	margin: 0 auto;	

}

.adorn {
	background-color: #FFF9CF;
	border: 2px solid #cedeed;
	padding: 10px 10px;
}


#footer {
	clear: both;
	height: 75px;
	width: 800px;
	bottom: 0;
	background: url('images/footer_blk.jpg') no-repeat;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	/*float: right;*/
}

#box_left {
	clear: both;
	position: relative;
	top: -210px;
	left: 30px;
	height: 160px;
	width: 250px;
	border: 1px orange solid;
	}

#box_right {
	clear: both;
	position: relative;
	top: -373px;
	left: 300px;
	border: 1px #cedeed solid;
	width: 250px;
	height: 160px;
	}

#box_inner {
	margin: 0px 10px 10px;
	}

/*     class items for layout and design     */

#news {
	font-size: 11px;
	list-style: none;
	line-height: 1.5em;
	margin-left: -15px;
	}

.news {
	margin-top: 15px;
	padding-top: 15px;
	}




