body {
	background-color: #7B0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: left;
	margin: 10px;
	line-height: 120%;
	color: #000
}
img { border-style: none; }
a { text-decoration: none; color: #8B0008; }
a:hover { text-decoration: underline; color: #8B0008; }

h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #8B0008;
}

.NewPageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #8B0008;
}
#wrapper {
	width:840px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFAEF;

}
#header {
	background-image: url(../graphics/AnimationGraphic.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main {
	min-height: 500px;
	margin-top: 50px;
}

#mainFloatLeft {
	width: 280px;
	margin-left: 15px;
	float: left;
}

#mainFloatRight {
	width: 275px;
	float: right;
}

#mainCenter {
	
}
.BrandColor {
	color: 7B0000;
}
#footer {
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	clear:both;
}

#footer p {
	margin-bottom: 0;
}
.footerBorder {
	border: thin;
	border: #000;
}

.floatImageLeft {
	float: left;
	margin-right: 1em;
	
}
.floatImageRight {
	float: right;
	margin-left: 1em;
}

#GeneralLeftColumn {
	margin-left:50px;
	padding-right:350px;
}

#GeneralLeftColumn p {
	margin-bottom: 1em;
}
#GeneralFloatColumnRight {
	float: right;
	margin-right: 50px;
	width: 250px;
}

#GeneralFloatColumnRight p {
	margin-bottom: 1em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #7B0000;
	margin-bottom: 5px;
}

/* The following code creates a class for adding a caption to a photo */
.captioned img {
	padding:0px;
}
.captioned {
	float:right;
	width:120px;
	margin-left:20px;
}
.captioned p {
	font-size:10px;
	text-align:left;
}

/* The following code closes the gap between list items in IE 5.5 and 6 */
* html li a {display:inline-block;} 
* html li a {display:block;}
.smallcaps {
	font-size: 9px;
	font-weight: 600;
	text-transform: capitalize;
}
.allcaps {
	font-size: 9px;
	font-weight: 600;
	text-transform: capitalize;
}
