.alert {
color: red;
font-style: bold;
font-size: 1.2em;
}

hr.tablesim {
	display: block;
	clear: both;
	border: 0;
	margin: 10px 0;
	}

/* Style applied to the 2nd level sub-section paragraph links for the left navigation.
NOTE: The use of the .navsubs2 requires a modification of the Javascript parameters in the menuing
tags of templates from (1,'sub#','showit','hideit','div') to (1,'sub5','showit','showit','div').
It is also necessary to set the link designation of the parent sub menu to # */
p.navsubs3 {
	color : #757684;  /* gray */
	font : 0.9em Arial, Helvetica, sans-serif;  /* Compounds .leftnavcolumn rule */
	font-weight : bold;
	margin : 0em 0em 0.1em;
}

.navsubs3 a {
	background-color : #FAFBF9;
	color : #006600;
	display : block;
	/* Tweak this for MSIE/NN text/button border buffer compromise */
	padding : 0.2em 0.1em 0.2em 3em;
	margin : 0em;  /* Affects button border in MSIE & NN */
	text-decoration : none;
	width : 70%;  /* Tweak this for MSIE/NN text/button border buffer compromise @ 200% text view */
}

.navsubs3 a:hover {
	background-color : #C8D2BD;
	color : #00AA00;
	text-decoration : none;
}

#banner {
	text-align: center;
	width: 590px;
	}
#ttl {
	position: relative;
	left: 120px;
	top:50px;
	z-index: 1;
	margin: 0 0 60px 0;
	}
#logo {
	position: absolute;
	top: 140px;
	z-index: 2;
	}

.content h3.centertxt {
	font : bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color : #8A897B;
	text-align : center;
	padding : 0 0 30px 150px;
	margin : 0 0 0 100px;
	margin: auto;
}

.rightplaced {
	float: right;
	margin: 5px;
	padding:0;
	}

.leftplaced {
	float: left;
	margin: 5px;
	padding:0;
	}
.centerplaced {
	clear: both;
	margin: auto;
	image-align: center;
	}
.rightplacedCleared {
	clear: both;
	float: right;
	margin: 5px;
	}

.leftplacedCleared {
	clear: both;
	float: left;
	margin: 5px;
	}
.title {
	clear: both;
	margin: auto;
	}
.centeredHeader {
	text-align:center;
	}
	
.content h3 {
	font : bold 14pt Verdana, Arial, Helvetica, sans-serif;
	color : #CB6304;
	text-align : center;
	letter-spacing : 0.2pt;
	padding : 0em;
	margin : 0.25px auto;
}
