body {
	margin:0;
	padding:0;
	width: 8500px;
	height: 480px;
	color:#000000;
	background: #6f6f6f url(../img/bg.gif) repeat-x left top;
	font-family: "Times new roman";
	font-size: 62.5%;
	line-height: 150%;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 300px;
}

#leftsider {
	padding: 30px 0 0 60px;
	float: left;
	width:700px;
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	margin-top: 10px;
	padding-left: 140px;
}

#menu ul {
	list-style: url(../img/rightsmall.png);
}

#menu a{
	text-decoration: underline;
	color: #000000;
}

#menu a:hover{
	border-bottom-width: 1.3px;
	border-bottom-style: solid;
	text-decoration: none;
}

#content {
	margin: 10px 0 0 10px;
	float: left;
	font-size: 1.2em;
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 30px 0 0px;
	padding-left: 30px;
	float: left;
	width: 370px;
	height: 300px;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:5px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 20px;
	border-bottom:none;
	color: #000000;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#arrows {
	position: fixed;
	top: 560px;
	left: 560px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 30px;
	height: 20px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


#rightsider {
	margin: 0; 
	padding: 0 15px 0px 0;
	float: left;
}	

#rightsider a{
	color: #0000FF;
	text-decoration: none;
}

