* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

HTML {
	height: 100%;
}

BODY {
	height: 100%;
	background: url(../../../img/bg.gif);
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
}

h1		{font-size:15px;}
h2		{font-size:14px;}
h3		{font-size:13px;}
h4		{font-size:12px;}
h5		{font-size:9px;}
h6		{font-size:7px;}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #7F1901;
}

#container {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF1DF;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
}

#top {
	width: 750px;
	margin: 0px auto;
	padding: 10px 0px;
	height: 150px;
	background: url(../../../img/logo.gif) no-repeat center center;
}

#top h1 {
	display: none;
	padding: 0px;
	margin: 0px;
}

#leftnav {
	float: left;
	position: relative;
	width: 190px;
	margin-left: -90px;
	margin-top: -16px;
	text-align: left;
}

#leftnav ul {
	margin: 0px 10px;
}

#content {
	margin-left: 110px;
	margin-right: 15px;
	padding-bottom: 5px;
	display: block;
	text-align: left;
	padding-left: 5px;
}

* html #content {
	display: inline-block;
	padding-left: 2px;
}

#content h2 {
	margin: 0 0 .5em 0;
}

#footer {
	width: 782px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: url(../../../img/footer.gif) no-repeat center;
}

#pergament_top { 
	background: url(../../../img/pergament_top.gif); 
	width: 100%; 
	height: 16px; 
}
#pergament_bottom { 
	background: url(../../../img/pergament_bottom.gif); 
	width: 100%; 
	height: 16px; 
}

#pergament {
	background: url(../../../img/pergament.gif) repeat-y;
}

#pergament h3 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
	background: url(../../../img/navlogo.gif) no-repeat center center;
}

#pergament h3 span {
	display: none;
}

#navlist {
	padding: 15px 0px 15px 0px;
	line-height: 150%;
}

A.navLink {
	margin: 5px 5px 5px 25px;
	display: block;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	border: 0px;
}

A.navLink:link,A.navLink:visited {
	text-decoration: none;
}
A.navLink:active,A.navLink:hover {
	text-decoration: none;
}

A.active {
	color: #7F1901;
}

IMG {
	border: 0;
}