body {
	width: 3900px;
	height: 509px;
	color:#333;
	font: 62.5%/150% Tahoma, Sans-Serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.1em;
	margin-left: 50px;
	margin-right: 50px;
}
h3 {
	font-size: 1.4em;
	padding-left: 50px;
}
h4 {
	padding-left: 50px;
	padding-right: 50px;
}

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

#page {
	height: 509px;
}

#leftsider {
	float: left;
	width:780px;
}

#leftsider h1 {
	font-size: 2em;
	margin-left: 50px;
}

#menu {
	margin-top: 60px; 
	padding-left: 6px;
}

#menu ul {
	list-style: url(../images/rightsmall.png);
}
a {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
a:hover {
	text-decoration: line-through;
}

#content {
	float: left;
	font-size: 1.1em;
}

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

.par {
	float: left;
	width: 780px;
	height: 300px;
}

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

#note { 
	margin-top:10px;
}

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

p.secbot a:hover {
	border-bottom:1px solid #660000;
}

#arrows {
	position: fixed;
	top: 540px;
	left: 50px;
	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: 40px;
	height: 30px;
}

#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(../images/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../images/rightbig.png) no-repeat;}


#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
p {
	padding-right: 50px;
	padding-left: 50px;
}
ul {
	padding-left: 75px;
}
