﻿/* CSS Style */
/* designed by - Russell Barton */
/* Adoratek Web Design */
/* http://adoratek.com */
/* --------------------------------------------------------- */
/* Please do not steal my work. My children need to eat too.
/* --------------------------------------------------------- */


body {
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #5E5E3E;
	background-color: #B6AA87;
}
h1 {
	font-weight: bold;
	font-size: x-large;
	color: #005875;
}
h2 {
	font-size: medium;
	color: #005875;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #754E26;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: #754E26;
}
h5 {
	color: #005875;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
h6 {
	color: #754E26;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
a {
	color: #005875;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
blockquote {
	font-size: small;
	font-style: italic;
	color: #754E26;
}
ol {
	list-style-position: inside;
	margin-left: 20px;
}
ul {
	list-style-position: inside;
	margin-left: 20px;
}
