body {
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	width: 4250px;
	height: 700px;
	color:#333; 
	font: 62.5%/150% Tahoma, Sans-Serif; 
	background: #000000 url(../img/p_bgr.jpg) repeat-x left top;
}

h1 {font-size: 1.6em; text-align: center;}
h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 700px; 
}

#proc {width:20px; height:10px; float:left; }

#leftsider {
	padding: 50px 0 0 0px;
	float: left;
	width:393px;
	height:740px;
	z-index:1;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	

}

/*#leftsider h1 {font-size: 2.0em;}*/

#rightsider {
	padding: 50px 0px 0px 0px;
	float: left;
	width:393px;
	height:740px;
	z-index:2;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	
}	

#rightsider a{
	color: #333;
	text-decoration: none;
}

#menu {
	margin-top: 210px; 
	
}

#menu ul {
	list-style: url(../img/rightsmall.png);
}

#menu a{
	text-decoration: none;
	color: #333;
}

#menu a:hover{
	border-bottom: 1px solid #333;
}

#content {
	margin: 75px 0 0 0px; 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 10px 0 0px; 
	padding-left: 0px; 
	float: left; 
	/*width: 579px;	*/
	height: 388px;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	margin-left:15px;
	padding-left: 0px;
	border-bottom:none;
	color: #333;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #333;
}

#arrows {
	/*position: fixed;
	top: 620px;
	left: 650px;*/ 
	width: 200px;
	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(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}
