*{margin:0; padding:0;}

body {
	background: url(yellow-paisley.jpg) repeat scroll top;
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.25em;
}

#pageSurround {
	margin: 0px auto;
	width: 770px;
}

#header {
	background-color: white;
	/* for IE */
	filter: alpha(opacity=95);
	/* CSS3 standard */
	opacity: 0.95;
	width: 770px;
	height: 180px;
	background: url(header.gif);
	margin-top: 10px;
	margin-bottom: 5px;
}

#container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	background-color: white;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
}

#footer {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	width: 770px;
	background-color: white;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
	font-size: 0.8em;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	background: #f46813;
	color: #ffffff;
}

#footer a, a:visited {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}

#spacer {
	clear: both;
}

#text {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 1.0em;
	line-height: 1.2em;	
}

#text img {
	margin-left:5px;
	margin-right:5px;
}

#text ol {
	list-style: decimal inside;
}

#text ul {
	list-style: disc inside;
}

#text a, a:visited {
	color: #f46813;
	text-decoration: none;
}

#text a:hover {
	color: #f46813;
	text-decoration:underline;
}

#navigation {
	height: 28px;
	line-height: 28px;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
	margin-bottom: 0px;
	background: #f46813;
	color: #ffffff;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;	
}

#navigation li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #ffffff;
	white-space: nowrap;
}

#navigation li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation a:hover, #navigation .menu_current {
	background: #3586f3;
	color: #ffffff;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: bold;	
	font-family: Calibri, Tahoma, sans-serif;
	font-style: normal;
	color: #3586f3;
}

h1 {
	font-size: 1.5em; /* 16x1.375=22px */
	line-height: 1.636em; /* 16x1.636=36px */
	margin-bottom: 0.5em;
	border-bottom: 1px solid gray;
}

h2 {
	font-size: 18px; /* 16x1.125=18px */
	margin: 10px 0 0 0; /* 18x1=18px */
	color: black;
}

h3 {
	font-size: 16px;
	margin: 10px 0 0 0;
	color: black;
}

hr {
	height: 0px;
	border-top: none;
	border-bottom: 1px solid #f46813;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right-img {
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	background: white;
}

.left-img {
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;	
	background: white;
}

p {
	padding-bottom: 10px;
}