body {
	margin: 0;
	padding: 0;
	FONT-SIZE: 10pt;
	font-family: georgia;
	line-height: 1.3;
}

A:visited {
	color: #DC4D00;
	text-decoration: underline;
	FONT-SIZE: 10pt;
	font-family: georgia;
}

A:link {
	color: #DC4D00;
	text-decoration: underline;
	FONT-SIZE: 10pt;
	font-family: georgia;
}

A:hover {
	color: #FF9D55;
	text-decoration: underline;
	FONT-SIZE: 10pt;
	font-family: georgia;
}

A:active {
	color: #DC4D00;
	text-decoration: underline;
	FONT-SIZE: 10pt;
	font-family: georgia;
}

p {
	FONT-SIZE: 10pt;
	font-family: georgia;
	line-height: 1.3;
	text-align: justify;
}

ul {
	FONT-SIZE: 10pt;
	font-family: georgia;
	line-height: 1.3;
	text-align: left;
}


h1 {
	FONT-SIZE: 16pt;
	font-family: georgia;
	padding: 0px;
	margin: 0px;
	margin: 10px 0px 4px 20px;
	text-align: left;
}

h2 {
	FONT-SIZE: 14pt;
	font-family: georgia;
	padding: 0px;
	margin: 10px 0px 4px 10px;
	text-align: left;
}

h3 {
	FONT-SIZE: 12pt;
	font-family: georgia;
	padding: 0px;
	margin: 10px 0px 4px 5px;
	text-align: left;
}


#main {
	width: 920px;
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 7px 0px;
}

#menu {
	height: 20px;
	text-align: center;
	border-top: 1px solid #DC4D00;
	border-bottom: 1px solid #DC4D00;
	background-color: #F5EBAB;
	padding: 5px 0px 5px 0px;
}

#menu a {
  float: leftdisplay: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 6px 30px;
	vertical-align: middle;
	color: #DC4D00;
}


#menu a:hover {
  float: leftdisplay: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 6px 30px;
	vertical-align: middle;
	color: #FF9D55;
}

#menu a#selected {
  float: leftdisplay: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 6px 30px;
	vertical-align: middle;
  color: #DC4D00;
	background-color: #F5CD8D;
}

#submenu {
	height: 20px;
	text-align: center;
	border-bottom: 1px solid #DC4D00;
	background-color: #F5EBAB;
	padding: 5px 0px 5px 0px;
}

#submenu a {
	float: leftdisplay: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 6px 30px;
	vertical-align: middle;
	color: #DC4D00;
}


#submenu a:hover {
	float: leftdisplay: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 6px 30px;
	vertical-align: middle;
	color: #FF9D55;
}

#submenu a#selected {
	float: leftdisplay: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 6px 30px;
	vertical-align: middle;
  color: #DC4D00;
	background-color: #F5CD8D;
}



#content {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px 0px;
	min-height: 400px;
  height: expression(this.scrollHeight < 450? "450px" : "auto" );
  _height: 450px;
  #height: 450px;
  overflow: visible;
}

#footer {
color: #DC4D00;
	text-align: center;
	border-top: 1px solid #DC4D00;
	border-bottom: 1px solid #DC4D00;
	background-color: #F5EBAB;
	padding: 5px 0px 5px 0px;
}