@charset "utf-8";
body {
	background-color: #b3d3fa;
	background-image: url(images/line_background.gif);
	background-repeat: repeat-x;
}
.insideBody {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;
}
.logo {
	float: left;
	height: 166px;
	width: 155px;
	background-image: url(images/logo_small.gif);
	background-repeat: no-repeat;
}
.lines {
	float: right;
	height: 130px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4581D0;
	text-align: left;
	padding: 10px;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4581D0;
	text-align: left;
	text-decoration: none;
}	
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4581D0;
	text-align: left;
	text-decoration: none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.donate a:link {
	color: #006600;
	text-decoration: none;
}
.donate a:visited {
	color: #006600;
	text-decoration: none;
}
.donate a:hover {
	color: #000000;
	text-decoration: none;
}
.content {
	float: right;
	width: 650px;
	height: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px;
}
a:link {
	color: #4581D0;
}
a:visited {
	color: #4581D0;
}
a:hover {
	color: #333333;
}
.footer {
	float: right;
	width: 650px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4581D0;
	text-align: right;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;

}
.footer a:link {
	color: #4581D0;
}	
.footer a:visited {
	color: #4581D0;
}
.footer a:hover {
	color: #ffffff;
}		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4581D0;
}

.blueLine {
	float: left;
	height: 450px;
	width: 25px;
	background: #b3d3fa;
}
.yellowLine {
	float: left;
	height: 743px;
	width: 100px;
	background: #f9e46e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006600;
	text-align: center;
}
hr {
	color: #666666;
	style: noshade;
}
.caption {font-size:9px; font-style:italic;}

