@charset "UTF-8";
/* CSS Document */

/* Layout------------------------*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7fa07f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 16px;
	font-size: 12px
}

a:link {text-decoration:none; font-style:italic; color: #090;} 
a:visited {text-decoration: none;  font-style:italic; color: #090;} 
a:hover {text-decoration:underline; color: #090; font-style:italic; text-decoration:underline;} 
a:active {text-decoration: none; color: #090;}

#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* Return to Top
------------------------------------------------------------------*/
#return_to_top {
	width:139px;
	position:fixed!important;position: absolute;
	top:50%;
	right:0px;


}

#return_to_top img{
		<!--[if lte IE 6]>
	display:none;
<![endif]-->
}
	
	

	
	

				
/* Footer
------------------------------------------------------------------*/	
#footer {
	margin: 0 auto;
	font-size: 12px;
	color: #353232;
	text-align: center;
	width:930px;
	height:50px;
	padding:0;




	}
	#footer hr {
		display: block;
		border: 0;
		height: 1px;
		width: 100%;
		color: #D1D8DF;
		background: #D1D8DF;
		}
	#footer a {
		color: #353232;
		}
		


/*Clearing Floats
------------------------------------------------------------------*/	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*Text Styles
------------------------------------------------------------------*/

/* |-----| Header Tags |-----| */
h1{font-size:16px; font-weight:bold; color:#004200}
h2{font-size:14px; font-weight:bold; color:#004200}
h3{font-size:12px; font-weight:bold; color:#004200}
h4{font-size:12px; font-weight:bold; color:#004200}


	
	
/* |-----| Formatting Tags |-----| */

strong
{
	font-weight:bold;
}

em, acronym{/* No additional styles */}

ul{list-style-type: circle;}

ol{list-style-type:lower-roman;}

blockquote
{
	padding:0;
	margin:0;
	padding-left:10px;
	font-style:normal;
}

dl
{
	padding:0;
	border-bottom:1px solid #7797cc;
}

dt
{
	font-weight:normal;
	border-top:1px solid #7797cc;
	border-bottom:1px solid #7797cc;
	border-left:15px solid #7797cc;
	padding-left:5px;
}

dd
{
	margin:0;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
	
}

hr
{
	border: 0;
	width: 100%;
	color: #004200;
	background-color: #FFF;
	height: 1px;
}

/* |-----| Specialized Classes |-----| */

/* |-----| Printer Friendly |-----| */
#print {
}

.print {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 10px;
}

#print h1 {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 12px;
	font-weight:bold;
}

#print h2 {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 12px;
	font-weight:bold;
}

#print h3 {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 12px;
	font-weight:bold;
}

#print h4 {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 12px;
	font-weight:bold;
}

#print strong {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 10px;
	font-weight:bold;
}

#print b{
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 10px;
	font-weight:bold;
}

/* |-----| End of Printerfriendly |-----| */

.pageHeader {
	font-size: 18px;
	color: #0054A4;
	font-weight: bold;
	}
	
.subhead {
	font-size: 14px;
	line-height: 14px;
    color: #333;
	font-weight: bold;
	border-bottom: solid 1px #333;
	width: 100%;
	}
    
.disclaimer {
	font-size: 10px;
	line-height:15px;
	}
	
.photocaption {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
	
P.highlight { 
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px; 
	background-color: #333; 
	padding: 10px; 
	border: solid 1px #b1b0b0; 
	width: 75%;
	text-align: center;
	}
	
P.pullout { 
    font-size: 12px;
    color: #0054A4;
    line-height: 18px;
    padding: 5px;
    border-left: solid 1px #b1b0b0;
    border-bottom: none;
    border-top: none;
    border-right: none;
    }
	
.body_text {
font-family: Verdana, Geneva, sans-serif;

color:#000;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 16px;
font-size: 12px
}

#events {

	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;

	color:#FFF;
	line-height:14px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	
}

#events p {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFF;
	    line-height:14px;
	    font-size:12px;
	
	}

#events A {
		color:#FFF;
		text-decoration: none;
		line-height:15px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
	
	}
	
#events A:link {
		color:#FFF;
		text-decoration: none;
		line-height:15px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
	
		
	}

#events A:visited {
		color:#FFF;
		text-decoration: none;
	line-height:15px;	}

#events A:hover {
		color:#FFF;
		text-decoration: underline;
			line-height:15px;
	}

#events A:active {
		color:#FFF;
		text-decoration: none;
			line-height:15px;
	}

.body_text a:link {text-decoration:none; font-style:italic; color: #333;} 
.body_text a:visited {text-decoration: none;  font-style:italic; color: #333;} 
.body_text a:hover {text-decoration:underline; color: #333; font-style:italic; text-decoration:underline;} 
.body_text a:active {text-decoration: none; color: #333;}

h1.body_text {font-size:16px; font-weight:bold; color:#004200;}

h2.body_text {font-size:14px; font-weight:bold; color:#004200;}

h3.body_text {font-size:12px; font-weight:bold; color:#004200;}
 
h4.body_text {font-size:12px; font-weight:bold; color:#004200;}

blockquote.body_text
{
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:800px;
	font-size:11px;
	font-style:normal;
}

.references {
font-family: Verdana, Geneva, sans-serif;
color: #999;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height:14px;
font-size:12px;}

.references a:link {text-decoration:none; font-style:italic; color:#666} 
.references a:visited {text-decoration: none;  font-style:italic; color:#666} 
.references a:hover {text-decoration:underline; font-style:italic; text-decoration:underline; color:#666} 
.references a:active {text-decoration: none; color:#666}


.footer_text { 
font-family: Verdana, Geneva, sans-serif;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: center;
letter-spacing: 0;
line-height: 11px;
font-size: 9px;
}

.footer_text a:link {text-decoration:none; font-style: normal; font-weight:bold;} 
.footer_text a:visited {text-decoration: none;} 
.footer_text a:hover {text-decoration:underline;text-decoration:underline;} 
.footer_text a:active {text-decoration: none;}


/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 512px; 
    height:288px;  
    text-align:center; 
    margin:0 15px 15px 0; 
	border:0px;
	background-color:#000;
} 
 
/* play button */ 
a.myPlayer img { 
 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:0px; 
}

/* styling of the container. */ 
a.myPlayer2 { 
    display:block; 
    width: 480px; 
    height:360px;  
    text-align:center; 
    margin:0 15px 15px 0; 
	border:0px;
	background-color:#000;
} 
 
/* play button */ 
a.myPlayer2 img { 
 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer2:hover { 
    border:0px; 
}
