@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #2E0000;
	color: #333333;
}
div {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFCC;
	background-image: url(bkgrndPapyrus.jpg);
	background-repeat: repeat;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-color: #4F0000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	text-align: center;
	color: #FFFF99;
	padding-top: 8px;
	padding-bottom: 4px;
}

#navbar {
	background-color: #990000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(bkgrndWoodStrip2.jpg);
	background-repeat: repeat-y;
	color: #FFFF99;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC6633;
	background-position: right;
	text-align: center;
}
#navbar a:link {
	color: #FFFF99;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFFF99;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navbar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	margin: 0px;
	padding: 4px 55px 12px;
}
#rightblock {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 18px;
	clear: none;
	float: right;
	position: relative;
}
#rail {
	background-color: #990000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 6px;
	background-image: url(bkgrndWoodStrip2.jpg);
	background-repeat: repeat-y;
	color: #FFFF99;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC6633;
	background-position: right;
}
#footer {
	background-color: #4F0000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFF99;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
}


h1 {
	font-size: 22px;
	line-height: 28px;
	color: #8F0000;
	margin-top: 4px;
	margin-bottom: 18px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 6px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}

a:link {
	color: #8F0000;
	text-decoration: none;
}
a:visited {
	color: #8F0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
.imgborder {
	border-top-width: 3px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9966;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #CC9966;
}
#content li {
	margin-top: 2px;
	margin-bottom: 2px;
	display: list-item;
	list-style-type: square;
}
#content ul {
	display: block;
	margin: 6px 6px 12px 18px;
}
.smallertext {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

