@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #a1c5e9;
	margin: 0;
	padding: 0;
	color:333;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}

a img { 
	border: none;
}


a:link {
	color:#369;
	text-decoration: underline;
}
a:visited {
	color:#66f;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#366;
}

.brown {color:#663333;}
.green {color:#137067;}
.smalltext {font-size:small;}

.edge { 	margin: 0 auto; width: 965px; background:#069;
border:double;
	border-width:medium;
	border-color:#598db4;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	padding: 0px;
	border:double;
	border-width:medium;
	border-color:#598db4;


}

.header {
	margin: 0;
	padding: 0px;
	height: 180px;
	background-image:url(images/sherri-hd.jpg);
	background-repeat:no-repeat;
	
}


.content {
	float: left;
	width: 665px;
	background: #fff;
	padding: 0px 10px 10px 10px;

}
.sidebar{
	
	padding: 10px 5px  5px  5px ;
	width: 260px;
	float: left;}
	
	.footer {
	width: 100%;
	vertical-align:bottom;
	padding: 10px 0;
	background: #93c1d7;
	/*position: relative;*/
	border-top:double;
	border-top-color:#598db4;
	text-align:center;
	clear: both; 		
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 200px;  
	text-decoration: none;
	background: #fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #93c1d7;
	color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}