﻿.page .pageImage
{
	width:250px;
	
}

.page h2
{
	
	
}

.page img.rightImage {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	
}

.page .separator
{	
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px gray;
	clear:both;
}


 /* TURNED ON BY JAVASCRIPT AFTER PAGE LOADS */
#youtubeVideo { display:none; }



 /* SHOW ALL BUTTONS */
.button {
	padding:3px 5px 4px 6px;
	margin-bottom:0px;
	margin-top:4px;
	background-color:#dfdfdf;
	width:60px;
	font-size:8pt;
	border: 1px silver solid;
	font-weight:bold;
	float:right;
	color:#003366;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

a.button:hover{
	color:white;
	text-decoration:none			
}


 /*  MAJOR HEADINGS */
.page .headlineUnderline {
	border-bottom:1px silver solid;
	margin-bottom:10px;
}

.page .headlineTwo{
 font-size:large;
 font-weight:normal;				
}

.page .headlineOne{
 font-size:large;
 font-weight:normal;
 padding-top:5px;				
}


