/* Reset */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body {
	font-family: arial,helvetica,sans-serif;
	background-color: #c5c5c5;
	font-size: 9pt;
}

#main-content {
	width: 740px;
	padding: 5px;
	margin: 0px auto;
	background-color: white;
	color: #555555;
}

#content-space ul.twocolumn > li {
	float: left;
	width: 45%;	
	list-style: none;
}

#content-space ul.twocolumn > li li {
	
	list-style-type: disc;
}


h1 {
	width: 740px;
	height:76px;
	/* text-indent: -99999999px; */

}

ul#navigation {
	list-style: none;	
}

ul#navigation li {
	list-style: none;
}

p {
	margin-bottom: 15pt;
	margin-top: 15pt;
 }

strong { 

font-weight: bold;

}
/* Menu */

#navigation {
	overflow: auto;	
}

ul#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #6f1616;
	border-top: 1px solid white;
}

#navigation li {
	float:left;
	list-style-type: none;
}

.navButton {
	height: 17px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 25px;
}
a.navButton {
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 3px;
}
a.navButton:hover {
	background-color: #3e0505;
}
#location {
background-color: #57709b;
height: 15px;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

#content-space {
	padding: 0px 32px;	
}

h2 {
	color: #6f1616;
	font-size: 14pt;
	margin-top: 30px;	
	border-bottom: 1px solid;
	margin-bottom: 20px;
}

h3 {
	color: #6f1616;
	font-size: 12pt;
	margin-top: 15px;
        margin-bottom: 5px;	
	
}

#content-space ul {
	padding-left: 15px;	
}

#content-space ul li {
		margin-bottom: 5pt;
		list-style-image: url(/images/arrow.gif);
}

#footer {
	font-size: 8pt;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;		
}

.frontGraphic {
float: right; margin-top: 0px; margin-left: 30px; margin-bottom: 30px;
}
.floatGraphic {
float: right; margin-left: 30px; margin-bottom: 20px;
}
.caption {
background-color: #aaaaaa; color: white; font-size: 9pt; padding:5px; margin:0px; text-align: center;	
}

