body { 
	background: #43626a url(images/bg.gif) repeat-x top center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .76em;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
}

table tr td {	
	font-size: 100%; 
}
	
span {
	
}

h1 {  
	background: #6D959F;
	color: #fff;
	font-weight: bold;  
	font-size: 130%; 
	margin: 0 0 .76em 0;
	padding: 3px 10px 3px 10px;
}

h2 {  
	color: #fff;
	font-weight: bold; 
	font-style: italic; 
	font-size: 120%; 
	margin: 0 0 .76em 0;
	padding: 0px 10px 0px 10px;

}

h3  { 
	color: color: #fff;
	font-weight: bold;
	font-style: italic;  
	font-size: 110%; 
	margin: 0 0 .76em 0;
	padding: 0px 10px 0px 10px;
}

h4  { 
	color: color: #fff;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 .76em 0;
	padding: 0px 10px 0px 10px;
}

h5  { 
	background: #43626a;
	color: #fff; 
	font-weight: bold;  
	font-size: 110%; 
	margin: 0 0 .76em 0;
	padding: 0px 10px 0px 10px;
}

	
h6  {  
	border-bottom: 1px solid #43626a;
	color: #000; 
	font-weight: normal;  
	font-size: 90%; 
	margin: 0 0 .76em 0;
	padding: 0px 10px 0px 10px;
}
	
a{
	font-weight: normal; 
	text-decoration: underline;
}

a:link {   
	color: #f6d300; 
	
}

a:visited {  
	color: #f6d300;  
}

a:hover {  
	color: #f6d300;  
	text-decoration: none;
}

a:active {  
	color: #f6d300;  
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
} 

.small {
	font-size: 90%;
	line-height: 1.2em;
}


.floatleft {
	display: inline;
	float: left;
	margin: 0px 12px 5px 0px;
} 

.floatright {
	display: inline;
	float: right;
	margin: 0px 0px 5px 12px;
}

.floatcenter {
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}


#wrap {
	background: #5f8b97;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 780px;
}


/* -- HEADER --*/

#header {
	background: #fff;
	height: 33px;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#logo {
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 107px;
}

#slides {
	background: #fff;
	position: absolute;
	top: 0px;
	left: 107px;
	width: 164px;
}


#nav {
	background: #5f8b97;
	height: 33px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 271px;
	width: 413px;
}
	
#nav ul { 
	background: transparent;
	margin: 10px 0px 0px 5px;
	padding: 0px;
}
	
#nav li {	
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#nav a {
	background: transparent;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
}

#nav a:hover {
	color: #f6d300;
}

#nav a:active {
	color: #f6d300;
}

/* -- NAV ON STATES --*/

#screen01-page #screen01 a {color: #f6d300;}
#screen02-page #screen02 a {color: #f6d300;}
#screen03-page #screen03 a {color: #f6d300;}
#screen04-page #screen04 a {color: #f6d300;}
#screen05-page #screen05 a {color: #f6d300;}
#screen06-page #screen06 a {color: #f6d300;}
#screen07-page #screen07 a {color: #f6d300;}
#screen08-page #screen08 a {color: #f6d300;}



#buttons {
	background: transparent url(images/buttons.gif) no-repeat top center;
	height: 33px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 584px;
	width: 196px;
}

#buttons ul {
	margin: 0px;
	padding: 0px;
}

#buttons li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#buttons a {
	color: #000;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	height: 33px;
	text-indent: -9000px;
	outline: none;
}

#buttons a:hover {	
	outline: none;
}

#buttons a:active {
	outline: none;
}

#prev a {width: 48px;}
#next a {width: 50px;}
#close a {width: 98px;}

#prev a:hover, #prev a:active {background: transparent url(images/buttons.gif) 0px -33px no-repeat;}
#next a:hover, #next a:active {background: transparent url(images/buttons.gif) -48px -33px no-repeat;}
#close a:hover, #close a:active {background: transparent url(images/buttons.gif) -98px -33px no-repeat;}


/* -- CONTENT --*/

#content {
	background: transparent;
	color: #fff;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	position: relative;
}


#footer {
	color: #fff;
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	text-align: center;
	position: relative;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #f6d300;
	text-decoration: none;
}

.text {
	margin: 0px 10px 5px 10px;
	padding: 0px;
}

.yellow {
	color: #f6d300;
	font-weight: bold;
}


/*-- ROLLOVER TEST --*/

#theimage { 
	position: relative; 
	margin:0; 
	padding:0;
}

#theimage a:link {
	border: 0px;
	background: transparent;
	height: 20px;
	width: 100px;
	text-indent: -9000px;
	padding: 5px;
	margin: 5px;
}

#theimage a:hover {
	border: 1px solid #000;
	background: #fff;
	width: 100px;
	text-indent: none;
	padding: 5px;
	margin: 5px;
}

#blurb1 { 
	background: transparent;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	position: absolute;
}

#blurb2 { 
	background: transparent;
	top:0px;
	left:100px;
	width:100px;
	height:100px;
	position: absolute;
}

#blurb3 { 
	background: transparent;
	top:0px;
	left:200px;
	width:100px;
	height:100px;
	position: absolute;
}






