body {
	margin:0;
	padding:0;
	width: 9300px;
	height: 509px;
	color:#333; 
  /**font: 62.5%/150% Tahoma, Sans-Serif; **/
	font: 12px Arial; 
	background: #22b1e1 url(../img/bg.gif) repeat-x left top;
}

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

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

#page {
	height: 509px; 
}

#leftsider {
	padding: 20px 0 0 50px;
	float: left;
	width:300px; 
}

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

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

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

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

#menu a:hover{
	border-bottom: 1px solid #22b1e1;
}

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

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

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

.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: #22b1e1;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

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

#arrows {
	position: fixed;
	top: 500px;
	left: 550px; 
	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 {
	padding: 0 10px 0px 0;
}	

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

a.tip {
position: relative;
z-index: 200;
color: rgb(153, 51, 153);
text-decoration: none;
}
a.tipw  {
position: relative;
z-index: 200;
color: rgb(255,102,0);
text-decoration: none;
}
a.tip:hover {
background: none; /* correction of IE bug */
z-index: 500;
}
a.tipw:hover {
background: none; /* correction of IE bug */
z-index: 500;
}

a.tip span {
display: none;
}
a.tipw span {
display: none;
}
a.tip:hover span {
border: 1px solid rgb(153, 51, 153);
border-style:dotted;
padding: 8px;
display: inline;
position: absolute;
top: 2em;
left: 2em;
width: 10em;
background-color: white;
color: rgb(153, 51, 153);
text-align: justify;
font-size: 12px;
font-family: Arial;
}
a.tipw:hover span {
border: 1px solid rgb(255,102,0);
border-style:dotted;
padding: 8px;
display: inline;
position: absolute;
top: 2em;
left: 2em;
width: 10em;
background-color: white;
color: rgb(255,102,0);
text-align: justify;
font-size: 12px;
font-family: Arial;
}

