html { height: 100%; }
body {
	background: #A4BCE7 url(stripes.jpg) top center repeat-y;
	margin: 0px; padding: 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	color:#000;
	}	

h1 { font-family: 'Times New Roman';
     font-size: 36px;
     letter-spacing: -.04em;
     line-height: 1em;
     border-bottom: 1px solid #EEEEEE; margin: 0;
	color: #C48C00;
	margin-left: 20px; padding-top: 20px;
	}	


#header h1, #header h1 a {
	font: bold 45px "Arial" sans-serif;
     border-bottom: 0;
	line-height: 16px;
	color: #C1950A;
	margin-left: 3px;
	margin-top: -4px;
	padding: 0;
	text-align: left;
	letter-spacing: -2px;
}


#wrapper { width: 700px; margin: 0 auto; }

.bigger { font-size: 204px;
	margin-left: -17px;
	letter-spacing: -10px; 
	line-height: 120px; color: #fff;}	
	
#nav  { 
		text-align: right; 
		}
#nav a	{
		margin: 0px;
		padding-left: 30px;
		padding-right: 30px;
		font: normal 22px "Arial";
		color: #fff;
		}	
		
#nav a:hover { 
		color: #fc0;
		}
		
a { text-decoration: none; color: #0F218B; font-weight: bold;}	
a.name { text-transform: uppercase; font-size: 12px; }

li { line-height: 20px; }
p { 
	background-color: #D9E2F2;
	width: 200px; 
	height: 75px; 
	border: 1px solid #ccc; 
	margin: 5px;
	padding: 7px;
	float: left;}

p.normal { background-color: transparent; width: 600px; height: auto; padding-top: 10px; border: 0; line-height: 18px;}

.large { color: #666; font-size: 16px;}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 0px;
		background: url(tab_bottom.gif) repeat-x bottom;
		width: 700px; 
		
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
  		color: #0F218B;
	}

#tabnav a:hover
	{
		background: #fff;
	}	

#tab1_data, #tab2_data, #tab3_data, #tab4_data, #tab5_data , #tab6_data  { 
	background-color: #fff; 
	width: 700px;
	height: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	}	

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 680px; 
	height: 400px;
	overflow: hidden;
	border:5px solid #C48C00;
	margin: 0 auto;
	padding: 0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:680px;
		height:400px;
		overflow:hidden;
		float:left;
		padding:1em;	
		background-color: #fff;
		}
		
	div.scroller div.content {
		width: 10000px;
		}
		
	div#section1 { background-color: #fff;}	

/*	.prev {
	width: 100px;
	float: left;
	margin-top: 150px;
	text-align: right;
	}

	.next {
	width: 100px;
	float: right;
	margin-top: 150px;
	text-align: left;
	}
	*/