* {
	font-family: Georgia, serif;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000;
}

/* Mian Areas */

body {
/* Below was:  ('../img/bodyBkg.gif') */
	background-image: url('../img/xbodyBkg.gif');
/* Below was:  #e0f1f6 */
	background-color: #d3ffd5;
	background-repeat: repeat-x;
}

#cornerone {
	width: 300px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	/* Below was:  ('../img/cornerBkgOne.gif') */
	background-image: url('../img/xcornerBkgOne.gif');
	z-index: 00;
}

#cornertwo {
	width: 300px;
	height: 400px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	/* Below was:  ('../img/cornerBkgTwo.gif') */
	background-image: url('../img/xcornerBkgTwo.gif');
	z-index: 01;


}

#container {
	position: relative;
	width: 800px;
	background-image: url('../img/container.png');
	margin: 0px auto 0px auto;
	z-index: 10;
	
}

#top {
	width: 800px;
	height: 121px;
	/* Below was:  ('../img/top.jpg') */
	background-image: url('../img/top.png');
	
}

#nav {
	float: left;

}

#content {
	float: left;
	margin: 8px 0px 15px 14px;
	width: 570px;
}

#footer {
	clear: both;
	/* Below was:  ('../img/footer.gif') */
	background-image: url('../img/xfooter.gif');
	width: 800px;
	height: 100px;
	margin: 0 0 100px 0;
}

/* Overall Styles */

#content img {
	border: double 3px #483a28;
	float: left;
	margin: 0px 14px 10px 0px;
}

a:link {
	background: none;
	color: #5f4b2a;
	text-decoration: underline;
	font-style: italic;
}

a:visited {
	background: none;
	color: #5e4d3b;
	text-decoration: underline;
	font-style: italic;
}

a:active {
	background: none;
	color: #5e4d3b;
	font-style: italic;
	text-decoration: underline;
}

a:hover {
	background-color: #e0f1f6;
	color: #463827;
	font-style: italic;
	text-decoration: none;
}

p {
	text-indent: 1em;
	margin-bottom: 1em;
	font-family: Georgia, serif;
	font-size: 12pt;
	line-height: 16pt;
	word-spacing: .1em;
	font-variant: normal;
}

h1 {
	display: none;
}

h2 {
	font-weight: normal;
	font-variant: small-caps;
	margin: 20px 0 10px 0;
	text-align: center;
	font-size: 24pt;
}

h3{
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 16pt;
	line-height: 14pt;
	margin-bottom: 5px;
}

h4{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 12pt;
	line-height: 14pt;
	margin-bottom: 10px;
}

ul {
	list-style: disc  outside;
	color: #000;
	margin: 0px 0px 25px 15px;
}

ul ul {
	list-style: circle  outside;
	color: #000;
	margin: 7px 0px 25px 30px;
}

ol {
	list-style: upper-roman  outside;
	color: #000;
	margin: 0px 0px 0px 45px;
	font-size: 14pt;
	font-variant: small-caps;
}

ol ol {
	list-style: decimal outside;
	color: #000;
	margin: 0px 0px 10px 10px;
	font-size: 11pt;
	font-variant: normal;
}

li {
	margin: 0 0 2px 0;
}

ul#pages {
	margin: auto 0 auto 0;
	width: 570px;
	height: 30px;
	background-color: #e0f1f6;
}

ul#pages li {
	float: left;
	list-style: none;
	font-size: 14pt;
	margin: 3px 10px 0 10px;
}

.clear {
	clear: both;
	margin: 4px 0px 20px 35px;
	width: 472px;
	height: 28px;
	/* Below was:  ('../img/orn.gif') */
	background-image: url('../img/orn.gif');
}

.special {
/* Below was:  ('../img/highlight.gif') */
	background-image: url('../img/highlight.gif');
	background-repeat: repeat-x;
	width: 600px;
	margin: 0px 0px -10px -14px;
}

.colOne {
	float: left;
	width: 180px;
	padding: 10px;
}

.colTwo {
	float: left;
	width: 180px;
	padding: 10px;
}

.colThree {
	float: left;
	width: 180px;
	padding: 10px;
}

/* Spesific Styles */

span.bold {
	font-weight: bold;
}

p.caption {
	text-align: left;
	font-style: normal;
	font-variant: small-caps;
	font-size: 11pt;
	text-indent: 0;
	line-height: 13pt;
	color: #483a28;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 20px;
}

p.dquote {
	text-align: center;
	font-style: italic;
	font-size: 16pt;
	line-height: 18pt;
	color: #483a28;
	/* Below was:  ('../img/orn.gif') */
	background-image: url('../img/orn.gif');
	background-position: top;
	background-repeat: no-repeat;
	padding: 35px 0px 0px 0px;
	margin: 35px 30px 0px 0px;
}

/* Son of Suckerfish */

#nav, #nav ul {
	padding: 0;
	margin: -10px 0 0 0;
	list-style: none;
	width: 200px;
	line-height: 1;
}

#nav a {
	display: block;
	width: 200px;
	height: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

ul#nav li ul li a {
	font-size: 16px;
	margin: 0px 0 -2px 0;
	height: 23px;
	border-left: 1px solid #483a28;
	border-bottom: 1px solid #483a28;
	border-right: 1px solid #483a28;
}

#nav li {
	width: 200px;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	width: 200px;
	margin: -35px 0 0 200px;
	padding: 0px 0 0 20px;
	/* Below was:  ('../img/dropBkg.gif') */
	background-image: url('../img/dropBkg.gif');
	background-repeat: no-repeat;
	border-right: 1px solid #483a28;
	border-top: 1px solid #483a28;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: 0em 0 0 0em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav a:link {
	background-color: #718c8e;
	color: #463827;
	text-decoration: none;
}

#nav a:visited {
	background-color: #718c8e;
	color: #463827;
	text-decoration: none;
}

#nav a:active {
	background-color: #483a28;
	color: #e0f1f6;
}

#nav a:hover {
	background-color: #483a28;
	color: #e0f1f6;
}











