@charset "utf-8";
/* CSS Document */

 body {
text-align: center;
max-width: 935px;
max-height: 600px;
background-color:#000;


}

.menutext {
font-size: small;
font-family:Arial, Helvetica, sans-serif;
}

.boldtext {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
}

.whitetext {
    font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #ffffff;
	font-weight:500;
	
	
}

.scroll {
    font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #840000;
	font-weight:500;
	
	
}

#container
{
position:relative;
width: 935px;
height:580px;
line-height: 130%;
margin-left:auto;
margin-right:auto;
text-align: left;
background: url(../images/background-ns.jpg) no-repeat;
background-position:scroll;

}


#leftnav
{
	position:relative;
	width: 180px;
	top:250px;
	right:0px;
	left:5px;
	bottom:0px;
	color:#FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	float:left;
	
	
}



#content
{
	position:relative;
	background:url(../images/content-parchment.jpg);
	float:left;
	top:131px;
	left: 26px;
	right:100px;
	bottom:10px;
	border:thin;
	padding: 4px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#0000;
	height:360px;
	width:550px;
	overflow: overflow-x: hidden; overflow-y: scroll;
	

	
	
	
}

#scroller

{
	position:relative;
	float:left;
	top:145px;
	left:32px;
	
}


#footer
{
	position:relative;
	width: 935px;
	height: 30px;
	clear: both;
	top:195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#FFF;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
}

a.arrow:link {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	
}
a.arrow:visited {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	
}
a.arrow:hover {
	font-family: Tahoma;
	font-size:  large;
	font-style: normal;
	color: #840000;
	font-weight: bold;
	
}
a.arrow:active {
	font-family: Tahoma;
	font-size:  large;
	font-style: normal;
	color: #840000;
	font-weight: bold;
	
}

a.nav:link {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}
a.nav:visited {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:hover {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #840000;
	font-weight: bold;
}
a.nav:active {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #840000;
	font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000099;
}

