/**
 Five Loaves & Two Fishes
 ********************************************* 
 * ----------------------------------------------
 */

html,body {
	font-family: "Times New Roman", Times, serif, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background-color: #013a5d;
	background-image: url(../images/Background.gif);
	background-repeat: repeat;

}

a,a:link{color: #fff; text-decoration: underline;}
a:visited{color: #fff;}
a:hover, a:active{color: #fff; text-decoration: none;}

.verticalExpander{
	background-color: none;
	background-image: url(../images/verticalExpander.png);
	background-repeat: repeat-y;
}	

.footer {
	width:753px;
	height: 52px;
	background-color: none;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}


h1 {
	font-size: 1.5em;
	color: #ffffff;
}

h2 {
	font-size: 1.2em;
	color: #ffffff;
}
