/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

p {
	font-size: 100%;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	color: #333333;
	line-height: 1.75em;
	padding-top: 0px;
}

h1{
	font-size: 18px;
	padding-left: 120px;
	font-weight: normal;
	color: #60181B;
}
h2{
	font-size: 16px;
}
h3 {
	font-size: 14px;
}


a:link {
	color: #60181B;
	text-decoration: underline;
}
a:visited {
	color: #60181B;
	text-decoration: underline;
}
a:hover {
	color: #333366;
	text-decoration: none;
}

a:active {
	color: #57416A;
	text-decoration: underline;
}

#container {
	font-size: 1.1em;
	margin:0 auto;
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	border-right-color: #FF9933;
	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-color: #B9B09A;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #99CC00;
	border-left-style: dotted;
	border-left-width: 0px;
	display: block;
	background-color: #EBE0C5;
	color: #333333;
}

#footer {
	border-bottom: 0px;
	margin: 10px 15px 15px 15px;
	padding: 1em 0;
	text-align: left;
	font-size: 0.9em;
	color: #60393F;
	border-bottom-color: #FFFF99;
	border-bottom-style: none;
	border-right-color: #FFFF99;
	border-right-style: none;
	border-right-width: 0px;
	background: transparent;
	padding-bottom: 15px;
	border-top-color: #627898;
	border-top-style: dotted;
	border-top-width: 1px;
	font-style: normal;
	font-weight: bold;

}

.maincontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #330000;
}

#image {
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-top: 0px;
	margin-right: 0px;
}
#imageleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-right: 0px;
}