body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Georgia;
	color: #ffffff;
	line-height: 1.7em;
	font-size: 1.0em;
	background-color: #333333;
}

h2 {font-size: 1.1em}

h3 {
	font-family: Georgia;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Georgia;
	color: #ffffff;
	line-height: 1.7em;
	font-size: 0.8em;
}

td {
	font-size: 0.7em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

img {
	border: 0px;
}

#page {
	position: absolute;
	height: 550px;
	width: 6000px;
	top: 50%;
	margin-top: -275px;
	background: url(../img/background.jpg) repeat-x left top;
}

#leftsider {
	padding: 25px 0 0 50px;
	float: left;
	width:100px;
}

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

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

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

#menu a {
	text-decoration: none;
	color: #22b1e1;
}

.menuplace {
	margin-top: 0px;
	padding-left: 10px;
	width: 0px;
	visibility: hidden;
}

.menuplace ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menuplace a {
	text-decoration: none;
	color: #22b1e1;
}

#content {
	margin: 75px 0 0 40px; 
	float: left;
	font-size: 1.1em; 
}

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

.par {
	margin: 0px 20px 0px 20px; 
	padding-left: 30px; 
	float: left; 
	width: 400px;
	height: 450px;
}

.flexcroll {
	height: 380px;
	overflow: auto;
	overflow-x: hidden;
	margin-bottom: 25px;
	padding-right: 10px;
}

.menuplace {
	width: 0px;
	float: left; 
}

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

#note { 
	margin-top:10px;
}

#arrows {
	position: fixed;
	top: 440px;
	left: 650px; 
	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(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


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

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
