@charset "utf-8";
/* CSS Document */
body {
	background-color:#d2e7fc;
}

#wrapper {
	width:960px;
	background-color:#d2e7fc;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image:url(header%20images/masthead_june_10.jpg);
	background-repeat:repeat-x;
	background-position:center;
	width:960px;
	height:114px;
}

// below is old style header code for the black background with blue oval logo and white text
/* #header {
	width:952px;
	background-image:url(SiteImages/long_masthead_logo.gif);
	background-repeat:no-repeat;
	background-color:#000;
	padding-right:0;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
}*/


h1 {
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	text-align:center;
}
	

#navbar {
	width:960px;
	background-color:#ffffff;
	color:#000000;
	padding:2px;
}

a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#00F;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#00F;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#00F;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.alt a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#0000CC;
}

#contentwrapper {
	width:955px;
	padding:3px;
}

.breaker {
    width:960px;
	height:5px;
	background-color:#d2e7fc;
}
.narrowbreaker {
	width:950px;
	height:5px;
	background-color:#d2e7fc;
	clear:right;
}

#flashbanner {
	width:520px;
	height:244px;
	background-color:#d2e7fc;
	padding:2px;
	float:left;
	clear:left;
}

#staticbanner1 {
	width:420px;
	height:244px;
	background-color:#d2e7fc;
	padding:3px;
	float:right;
	clear:right;
}

#maincontent {
	width:515px;
	background-color:#ff9900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:5px;
	float:left;
}

#staticbanner2 {
	width:420px;
	height:244px;
	background-color:#d2e7fc;
	padding:3px;
	float:right;
	clear:right;
}

#textad {
	width:420px;
	height:auto;
	background-color:#d2e7fc;
	padding:3px;
	float:right;
	clear:right;
}

.quote {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	text-align:center;
}

.quote2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	text-align:center;
}

img {
	border:none;
}

.widepara {
	width:950px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bolder;
	text-align:center;
}

.specpara {
	width:950px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	padding:5px;
}

#commentscroller {
	background-color:#0033FF;
	width:420px;
	height:244px;
	padding:3px;
	float:right;
	clear:right;
}

#paypalbox {
	background-color:#0033FF;
	width:420px;
	height:auto;
	padding:3px;
	float:right;
	clear:right;
}