

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 13px;
	
	font-family: arial, helvetica, verdana, sans-serif;
	background:  url(../images/vertical.jpg) repeat-x left top;
	background-color: #04274f;
}

/* Page */
#page {
	width: 800px;
	margin: 0 auto;	
}

/* Content box */
#content {
	float: left;
	width: 725px;
	background-color: #ffffff;
	padding: 65px 25px 20px 50px;		
}

h1, h2, h3 {
	font-weight: normal;
	color: #03356d;
}

h1 {
	letter-spacing: .5px;
	font-weight: bold;
	font-size: 2.4em;
}

h2 {
	letter-spacing: 0px;
	font-size: 1.6em;
	padding-top:10px;
	margin-bottom: -5px;
}

h3 {
	font-size: 1em;
	margin-bottom: -10px;
	margin-top: 18px;
	font-weight: bold;
}

p, ul, ol {
	line-height: 175%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
}


.movie {
position: absolute; 
top:  130px; 
left-margin: 100px; 
z-index:1000;
}

a:hover {
	text-decoration: none;
	color: #EB42A3;
}

/* Header */

#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	background:  url(../images/banner-green.gif) no-repeat left top;	
}




/* Hack for IE7 to move heading down a bit */
*:first-child+html  h1{
	padding-top:30px;
}

#header h1, #header h2, #header p {
	
	text-align: left;
	margin: 0 auto;
	color: #ffffff;
}


#header h1 {
	padding-top: 60px;
	padding-left:15px;
	color: #ffffff;
	font-size: 3em;
	letter-spacing: 0em;
	font-weight: bold;
}

#header h2 {
	padding-top: 0px;
	color: #000000;
	font-size: 2.4em;
}

#header a {
	color: #EB42A3;
}





.floatright
{
float: right;
margin: 0 0 10px 10px;

padding: 2px;
}

.floatleft
{
float: left;
margin: 0 ;

padding-right: 10px;
}
#toplinks {
		position: absolute;
		text-align: right;
		width: 780px;
		margin-right: auto;
		margin-left: auto;
		padding:5px 12px 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000;
		background-color: transparent;	
}

#toplinks a:link {
		color: #000000;
		text-decoration: none;
}
#toplinks a:visited {
		color: #000000;
		text-decoration: none;
}

#toplinks a:hover {
		color: #4cb844;
		text-decoration: none;
}

#toplinks a:active {
		color: #ffffff;
		text-decoration: none;
}


#footer {
	clear: both;	
	width: 800 px;
	margin: 0 auto;		
	height: 278px;	
	text-align: center;	
	background:  url(../images/footer.jpg) no-repeat left top;		
	font-size: 85%;	
	color:#000;
	line-height: 125%;
	padding-top:15px;	
}

/* Hack for IE7 to move footer info down a bit */
*:first-child+html  #footer{
	padding-top:25px;
}





#footerleft {
padding-top:15px;
float: right;
margin-right: 135px;

}

/* Hack for IE7 to move copyright info over a bit */
*:first-child+html  #footerleft{
	margin-right:150px;
}

/* hack for IE5.5 */
* html #footerleft {margin-right:60px;} 





#navigationbar {
		clear: both;		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000;
		background-color: transparent;
		padding-top: 160px;
				
}

/* Hack for IE7 to tweak bottom navagation up */
*:first-child+html  #navigationbar {
	margin-top: -185px;
}
/* hack for IE5.5 */
* html #navigationbar {margin-top:-170px;} 


#navigationbar a:link {		
		color: #000000;
		text-decoration: none;
}
#navigationbar a:visited {
		color: #000000;
		text-decoration: none;
}

#navigationbar a:hover {
		color: #ffffff;
		text-decoration: none;
}

#navigationbar a:active {
		color: #ffffff;
		text-decoration: none;
}







