H1, H2, H3, H4, UL, LI, P {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
}
#frame {
	width: 800px;
	border: 1px solid #954b01;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#margintop {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	width: 100%;
	z-index: 1000;
	position: fixed;
	left: 0px;
	top: 0px;
	right: auto;
}
#header {
	background-color: #FFFFFF;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 118px;
	width: 800px;
	z-index: 1000;
	position: fixed;
	left: auto;
	top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #954b01;
}
#header #logo2 {
	float: left;
	height: 118px;
	width: 300px;
	background-image: url(../images/logotrans.png);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}
#headerline {
	background-color: #FFFFFF;
	background-image: url(../images/bg_line.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 1px;
	width: 800px;
	z-index: 1001;
	position: fixed;
	left: auto;
	top: 101px;
}
#left {
	width: 220px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	position: fixed;
	z-index: 1000;
	left: auto;
	top: 144px;
}
#left a {
	display: block;
	cursor: pointer;
	background-color: #FFF;
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.05em;
}
#left a:hover,#left a:focus {
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#left a.selected {
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#left a.sub1 {
	display: block;
	cursor: pointer;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 0.9em;
	margin-left: 10px;
}
#left a.sub1:hover {
	background-image: url(../images/hover11.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#left a.sub1selected {
	background-image: url(../images/hover11.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	cursor: pointer;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 0.9em;
	margin-left: 10px;
}
#topdummy {
	height: 144px;
}
#leftdummy {
	float: left;
	height: 10px;
	width: 230px;
}
/*#right {
	width: 525px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	position: relative;
	text-align: justify;
	min-height: 400px;
	padding-left: 10px;
}
#right H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #cc3300;
	margin-bottom: 5px;
}
#right A:link, #right A:visited {
	color: #d64b0d;
	text-decoration: none;
	white-space: nowrap;
}
#right A:hover {
	text-decoration: underline;
}

#right .floatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#right IMG {
	padding: 3px;
	border: 1px solid #954b01;
}
#right P {
	margin-bottom: 9px;
}*/
#clear {
	height: 5px;
	clear: both;
}

#footer {
	height: 30px;
	color: #722d00;
	font-size: 0.75em;
	padding-top: 4px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-left: 10px;
	text-align: left;
}
#footer #mn {
}

#footer #td {
	color: #A25d00;
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
#footer #td a:link, #footer #td a:visited {
	color: #A25d00;
	text-decoration: none;
}
#footer  #td  a:hover    {
	color: #A25d00;
	text-decoration: underline;
}

