body {
	color: black;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
#footer{ margin-top: 55px; color: #809fbd; text-align: center; }

.content {
	}.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
.content a {
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #6a030f;
	}
.content a:link {
		text-decoration: none;
		color: #6a030f;
	}
.content a:hover {
	background-color: #ff4b10;
	color: #ffebe5;
	text-decoration: none;
	}
.clean{ border-width: 0px; letter-spacing: 0px; background-color: white; padding: 0px; margin: 0px; height: 0px; width: 0px; font-size: 0px; word-spacing: 0px; line-height: 0px; font-style: normal; font-weight: normal; text-transform: none; text-decoration: none; }

h1 {
	color: #26314b;
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	color: #333333;
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-weight: bold;
	margin-left: 0em;
	margin-bottom: 1em;
	margin-right: 0em;
	margin-top: 1.4em;
	color: #26314b;
	font-size: 1.2em;
	}
h4 {
	color: #4b6497;
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	color: #314061;
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1em;
	line-height: 1.8em;
	}
p {
	margin-left: 0em;
	margin-bottom: 1em;
	margin-right: 0em;
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.4em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	color: #6a030f;
	font-weight: bold;
	}
	


.num{ margin-bottom: 1em; float: left; margin-right: 10px; font-weight: bold; }

.clear{ clear: both; }

.headlink{ color: #999999; }

.floatleft{ float: left; }

.floatright{ float: right; }

.center{ margin-right: auto; margin-left: auto; text-align: center; }

#homepage-bubble h1{ font-size: 115%; }

#text{ margin-top: -10px; float: right; width: 390px; }

.button1{ }

.all-white{

	font-weight: bold;

	color: white;

}

.all-white h3{
	color: white;
	font-weight: bold;
	text-align: center;
}

.bluecheck{
	padding-right: 5px;
	margin-right: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #26314b;
}