@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer {
	clear: both;
}


a:link {
	color: #03574A;
}

a:visited {
	color: #2D7164;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


a:hover {
	color: #666666;
}

a:active {
	color: #03574A;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: x-large;
	color: #03574A;
}

h2 {
	font-size: medium;
	color: #000000;
}

h3 {
	font-size: medium;
	color: #347869;
}

h4 {
	font-size: small;
	color: #333333;
}

h5 {
	font-size: small;
	color: #990000;
}

h6 {
	font-size: x-small;
	color: #000000;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #E8EFF9;
}
#navigation {
	background-image: none;
	color: #FFFFFF;
}
#content {
	padding-top: 10px;
}
