/* CSS Document */

body.home{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	font-family:georgia;
	font-size:12px;
	background-image: url(images/slice.gif);
	color: #ffffff;
	background-color: #4B6679;

	

}
div.home{
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;


}

/* ----------------------home nav---------------------------- */
a.home:link{

	color: #ffffff;
	background: #244A82;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.home:active{
	color: #ffffff;
	background: #244A82;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}


a.home:visited{
	color: #ffffff;
	background: #244A82;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.home:hover{

	color: #ffffff;
	background: #244A82;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}
