body {
	margin:0;
	padding:0;
	width: 100%;
	height: 600px;
	font: 62.5%/150% Tahoma, Sans-Serif; 
	background-color: #C0C0C0;
	/*overflow-x: hidden;*/
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;

}	

#page {
	float: left;	
	width: 100%;
}

#leftsider {
	padding: 0px 0 0 50px;
	float: left;
	width:100%; 
}

#leftsider h1 {font-size: 2.0em;

}

#menu {
	margin-top: 30px; 
	padding-left: 6px;
}


#menu ul {
	list-style: url(img/rightsmall.png);
}

#menu a{
	text-decoration: none;
	color: #C0C0C0;
}

#menu a:hover{
	border-bottom: 1px solid #22b1e1;
}

#content {
	margin: 60px 0 0 0px; 
	float: left;
	font-size: 1.1em; 
	height: 100%;
	width: 100%;
}


#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 0px 0 0px; 
	padding-left: 0px; 
	float: left; 
	width: 100%;	
	height: 520px;
}

.parother {
	padding-left: 0px;
	float:left;
	width: 100%;
	height: 530px;
	background-color:#C0C0C0;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	
}

.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;
}

/*#header {

	top: 5px;
	left: 10px; 
	width: ;
	height: ;


} */

#navigation {

	top: 25px;
	left: 25px;
	position: fixed;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-left: 60px;
	width:100%
}

#footer {
	padding-left: 30px;
	padding-top: 0px;
	float:left;
}

/* #scroll {
	position: fixed;
	bottom: 50px;
	right: 172px; 
	cursor: pointer;
} */

#flashcontent {

	width: 100%;
	background-color:#C0C0C0;
	
	

}

.white {
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#arrows {
	position: fixed;
	top: 10px;
	right: 150px; 
	width: 130px;
	height: 50px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;

}

#arrows ul li a{
	margin-right: 15px;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a { background: transparent url(../img/frank-left.png) no-repeat;}
#arrows ul #right a{ background: transparent url(../img/frank-right.png) no-repeat;}

#navigation ul {
   list-style: none;
   display: inline;
   
}

.red {
	color:#F00;
}

#navigation ul li {
   list-style:none;
   display: inline;
   white-space:pre
}

#navigation ul li a {
   text-decoration:none;
   	color:#000;
}

#navigation ul li a:hover {
	color:#F00;
}

#navigation ul li a.active {
	color:#F00;
}

#navigation ul li a.active:hover {
		
}

#rightsider {
	padding: 0 0px 0px 0;
}	

#rightsider a{
	color: #C0C0C0;
	text-decoration: none;
}

