html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #3f5e83;
	font-size: 16px;
	line-height: 20px;

}
h2 {
	color: #3f5e83;
	font-size: 20px;
	line-height: 24px;
	text-align: center;

}
p {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
a, a:link {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: dotted;
	background-color: #5d8bc1;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	background-color: #5d8bc1;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: #3f5e83;
	color: #FFFFFF;
}
a:focus {
	background-color: #5d8bc1;
	color: #FFFFFF;
}
a:active {
	background-color: #5d8bc1;
	color: #FFFFFF;
}
#outerWrapper {
	border-left-color: #5d8bc1;
	border-left-width: 1px;
	border-left-style: dotted;
	border-right-color: #5d8bc1;
	border-right-width: 1px;
	border-right-style: dotted;
	border-bottom-color: #5d8bc1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #5d8bc1;
	border-top-width: 1px;
	border-top-style: dotted;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
}
#outerWrapper #header {
	width: 800px;
	height: 80px;
	background-image: url(images/index_01.gif);
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
}
#outerWrapper #contentWrapper #content {
	clear: left;
	padding: 10px;
	width: 780px;
	background-image: url(images/index_02.gif);
	margin: 0 0 0 0;
}
#outerWrapper #footer {
	width: 800px;
	height: 16px;
	background-image: url(images/index_03.gif);
}

#innerWrapper {
	padding-left: 25px;
	text-align: center;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	padding: 5px;
	display: block;
	width: 20em;
}
#nav li {
	float: left;
	width: 11em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}