body { background: #01708a; }

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #b8217d;

}

a {
	color: #017e9b;
	text-decoration: none;
}
a:focus {
	outline: none;
}

a img {
	border: none;
}

p {
	margin: 12px 0;
}

img {
	max-width: 100%;
	padding: 0;
}

small {
	font-size: 11px;
}

hr {
	height: 1px;
	color: #000;
	border: 0px;
}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New' , monospace;
	border: 1px dotted #000;
	overflow: scroll;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #000;
}

form {
	margin: 0;
}

	

.sfhover {
	padding: 0;
	margin: 0;
}

.comment-link {
	height: 25px;
	line-height: 20px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-align: right;
}

	.comment-link a {
		color: #0e90ae;
	}
		
	.comment-link a:hover {
		color: #000;
	}
		
	.comment-balloon {
		width: 30px;
		height: 25px;
		display: block;
		margin: 0 0 0 5px;
		float: right;
		overflow: hidden;
		text-align: center;
		line-height: 16px;
		font-family: 'Georgia', serif;
		font-size: 16px;
		font-weight: normal;
		background: url('images/comment-balloon.png') no-repeat;
	}
	
		.comment-link a:hover .comment-balloon {
			color: #fff;
			background-position: 0 -25px;
		}
		
	.comment-balloon-empty {
		font-size: 20px;
		line-height: 30px;
		}
		
/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	color: #b8217d;
	font-size: 56px;
	font-family: 'georgia' , serif;
	font-weight: normal;
	line-height: 46px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}

h2, h2 a {
	margin: 0;
	color: #b8217d;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	font-family: 'trebuchet ms';
}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia' , serif;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #b8217d;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'verdana';
}

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page {
	width: 780px;
	margin: 0px auto;
	background: #01708a; 
}

#page-wide {
	width: 980px;
	margin: 0px auto;
}

#menubar {
   background-image: none;
   background: #d09d4c;
   border: 0;
}

#menu {
   border: 0;
}

#menu li a {
   border: 0;
}


/* link color of the menubar */
#menu a {
   color: #fff;
}

/* Main menu highlighted text color */
#menu li:hover a, #menu li.sfhover a {
   background-image: none;
   color: #fff;
   border: 0;
}

/* Main menu highlighted background color */
#menu li:hover, #menu li.sfhover {
   background-color: #894514;
}


/* The current page your on */
#menu .current_page_item a {
   background-image: none;
   background-color: #9ec5ce;
   color: #EEE;
   border: 0;
}

#page-wide{background:#9ec5ce;}