@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#a7b9b2;
	margin:20px 0 0 0;
}

#Container{	
	width:794px;
	margin-left: auto;
	margin-right: auto;
}
#topBorder{
	padding:0px;
	margin:0px;
	height:19px;
	width:794px;
	background:url(/images/topBorder.jpg) no-repeat;
}
#bottomImage{
	padding:0;
	margin:0;
	background-image:url(/images/bottomImage.jpg);
	background-repeat:no-repeat;	
	height:174px;
	width:794px;	
	clear:both;
}

#content {
	background-image:url(/images/center.jpg);
	background-repeat:repeat-y;
	width:794px;
	padding:0px;
	margin:0px;
}	
#content p{
	font-size:20px;
	padding:0px 30px 0px 30px;
	margin:0px;
	line-height:30px;
	color:#000000;
}
#content a:link, #content a:active, #content a:visited{
	color: #B0BC22;
	text-decoration: none;
}
#content a:hover{
	color:#F8971D;
}

#logo_links {
	margin:40px 0 0px 0;
}

#logo {
	margin:0 0 0 25px;
	float:left;
}

#links {
	float:right;
	font-size:22px;
	margin:25px 25px 0 0;
}

#Address p{
	font-size:12px;
	line-height:26px;
	color:white;
	margin-left:10px;
}
#Address a:link, #Address a:visited, #Address a:hover, #Address a:active {
	color:white;
}