/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* *************end reset************** */

body {
	background: url(images/bg.png);
	color: #000000;
	scrollbar-face-color: #336600;
	scrollbar-highlight-color: #FFCC33;
	scrollbar-track-color: #CCCCCC;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #666666;
	scrollbar-arrow-color: #FFCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
#wrapper {
	width: 750px;
	background: url(images/parchment.gif) repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-right: 2px solid #663300;
}

#navcol {
	width: 120px;
	background: url(images/back.jpg) repeat-y top;
	float: left;
	text-align: center;
	padding-bottom: 6666px;
	margin-bottom: -6666px;
	display: block;
}
	#navcol a img {
		margin-top: 10px;
	}
	#navcol a:link, a:visited, a:active, a:hover {
		color: #9DACBF;
		text-decoration: none;
	}
	#navcol a:visited {
		color: #CBC1B7;
	}
	#navcol a:hover {
		color: #FF0000;
	}
	#navcol a:active {
		color: #FFFFFF;
	}
#main  {
	width: 550px;
	padding: 0 40px 20px 30px;
	float: right;
}
	#main p {
		margin: 10px 0 20px 0;
	}
	#main a:link, a:visited, a:active, a:hover {
	color: #663300;
	text-decoration: none;
	}
	#main a:visited {
	color: #333333;
	}
	#main a:hover {
		color: #FF0000;
	}
	#main a:active {
		color: #FFFFFF;
	}
#main h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #663300;
	margin: 20px 0 20px 0;
}
#main h4 {
	font-weight: bold;
	color: #663300;
}
#main h6 {
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}
#main table {
	border-top: solid 1px #663300;
	border-left: solid 1px #663300;
}
#wrapper #main blockquote {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
}

#main table tr td {
	border-right: solid 1px #663300;
	border-bottom: solid 1px #663300;
	padding: 10px;
}
#main table tr th {
	font-style: bold;
	border-right: solid 1px #663300;
	border-bottom: solid 1px #663300;
	padding: 10px;
}
#main img {
	margin: 10px 0 10px 0;
}
.caption {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
}
#main ul {
	list-style: square inside;
}
.current {
	font-size: 1.5em;
}

/* transparent png fix for IE6 */

img, div { behavior: url(iepngfix.htc) }