body{
	background-color: #CCCCFF;
	font-family:Helvetica, Verdana;
	font-size: 12pt;
	
	margin: 0px;
	}

table {
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-width: 0px;
	border-style: solid; 
	border-color: black;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
tr,td {
	border-width: 0px;
	border-style: solid;
	border-color: black;
	margin: 0px 0px 0px 0px;
	}

table.content {
	width: 900px;
	}


/* sum of heights of the below 4 elements should match the height of the logo (currently 198px); all 4 headerlink styles are on the same row, so their heigh only counts once */
td.logoCell {
	width:291px;
	height:198px;
	vertical-align: bottom;
	text-align: center;
}
td.headerlinkLeft {  
	text-align: left;
	vertical-align: bottom;
	height: 110px;
	font-size: 14pt;
	font-weight: bold; 
	}
td.headerlink {
	text-align: center;
	vertical-align: bottom;
	height: 110px;
	font-size: 14pt;
	font-weight: bold; 
	}
td.headerlinkRight {
	text-align: right;
	vertical-align: bottom;
	height: 110px;
	font-size: 14pt;
	font-weight: bold; 
	}
td.headerlinkSpacer {
	width: 15px;
	height: 110px;
}
td.SpaceAboveStripeBelowHeaderLink {
	height:26px;
}
td.StripeBelowHeaderLink {
	background-color:#DD511C;
	height:7px;
}
td.SpaceBelowStripe {
	height:55px;
	text-align: left;
	color: #990000;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 16pt;
}
div.SpaceBelowStripe {
	padding-left: 100px;
}
div.SpaceBelowStripeHomePage {
	font-size: 12pt;
	font-style: italic;
	padding: 0px 15px 15px 0px;
	font-family: Arial;
	text-align: center;
	color: #DD511C;
}
/* end area where heights should add to 198 */


a:link { 
	text-decoration: underline; 
	color: #990000;
	}
a:visited { 
	text-decoration: underline; 
	color: #990000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #858585;
	}

a.header:link, a.header:visited {
	text-decoration: none;
	color: #571C1E;
}
a.header:hover, a.header:active {
	text-decoration: underline;
	color: #990000;
}
a.currPage:link, a.currPage:visited {
	color: #858585;
}
a.currPage:hover, a.currPage:active {
	color: #990000;
}
a.bottomNavLink:link, a.bottomNavLink:visited {
	color: #571C1E;
}
a.bottomNavLink:hover, a.bottomNavLink:active {
	color: #990000;
}

table.fullwidth {
	width: 100%;
}
td.fourbyfour {
	vertical-align: top;
	text-align: left;
}
td.singlecell {
	vertical-align: top;
	text-align: left;
	padding: 0px 15px 0px 50px;
	/*top right bottom left*/
}
td.doublecell {
	vertical-align: top;
	text-align: left;
	padding: 0px 15px 0px 15px;
	/*top right bottom left*/
}


div.textbox {
	padding: 0.5em 100px 30px 15px;
	line-height: 135%;
	text-align: left;
}
div.textboxfrontpage {
	padding: 0.5em 15px 30px 15px;
	line-height: 135%;
	text-align: left;
}
div.textboxcontactpage {
	padding: 0.5em 15px 30px 15px;
	line-height: 135%;
	text-align: center;
}
div.textheader {
	padding: 0px 15px 0px 15px;
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
}
div.subheading {
	padding: 0px 15px 0px 15px;
	font-weight: normal; 
	text-decoration: none;
	color: #000000;
}


#simplecolor{
	color: #990000;
	text-align: center;
	margin-top: 10px;
}

img.photo {
	margin: 15px;
}

div.standout{
	padding: 0px 15px 30px 15px;
	font-size: 12pt;
	color: #990000;
	text-align: center;
	}

ul.bulletlist {
	font-style: normal;
	/*line-height: 1.5em;*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #ffffff;
	/*text-indent: 5px;*/
	list-style-position: outside;
	color: #990000;
	list-style-type: disc;
	/*list-style-image: url(bullet.gif);*/
	padding-left: 50px;
	margin: 0px;
}

ul.bulletsublist {
/*	font-style: normal;
	
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #ffffff;
	/*text-indent: 5px;*/
	/*list-style-position: outside;*/
/*	color: #990000;*/
	list-style-type: circle;
	/*list-style-image: url(bullet.gif);*/
/*	padding-left: 50px;
	margin: 0px;*/
}