/* Styles for HLA */

BODY {
	font-family : Verdana, Arial;
	color : Black;
	/*margin-bottom: .5em;
	margin-left : 1.5em;
	margin-right: 2em; */
}

H2 {
	font : Verdana, Arial;
}

H3 {
	font : Verdana, Arial;
	font-size : 1.1em;
}


P {
	font-family : Verdana, Arial;
	font-size : 0.8em;
	margin-bottom: .5em;
	margin-left : 1.5em;
	margin-right: 2em;
}

UL {
	font-family : Verdana, Arial;
	font-size : 0.8em;
	list-style-position : outside;
	list-style : disc;
}

OL {
	font-family : Verdana, Arial;
	font-size : 0.8em;
	list-style-position : outside;
}

A {
	color: Blue;
	text-decoration : underline;
}

A:link {
	color: Blue;
	text-decoration: underline;
}

A:hover {
	color: Navy;
	text-decoration: underline;
}

A:visited {
	color: Navy;
	text-decoration: underline;
}

A:visited:hover {
	color: Navy;
	text-decoration : underline;
}

A:active {
	color: Navy;
	text-decoration : underline;
}


.bodytext {
	font-family : Verdana, Arial;
	font-size : 0.8em;
	margin-bottom: .5em;
	margin-left : 1.5em;
	margin-right: 2em;
}

.bodytext a:visited {
	color: #234b8d;
	text-decoration : underline;
}

.bodytext a:link {
	color: #234b8d;
	text-decoration : underline;
}

blockquote {
	font-family : Verdana, Arial;
	font-size : 0.8em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
	margin-left : 1.5em;
	margin-right: 2em;
}


#containerDivS {
	margin:0 auto;
	border : solid 2px #234b8d;
	width : 775px;
}

#headerNavDivS {
	background-color: #234b8d;
	height: 28px;
	width: 100%;
	float: left;
	padding: 1px;
}

#headerNavBlockDivS {
	float: left;
	background-color: #234b8d;
	border: solid 1px white;
	width: 191px;
	height: 23px;
	padding-top: 0.2em;
}

.asterisk {
	color: red;
}

.headerNav {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	color: white;
	text-align: center;
	font-style : italic;
}

.headerNav a:link {
	text-decoration: none;
	color: white;
}

.headerNav a:hover {
	text-decoration: none;
    color: silver;
}

.headerNav a:active {
	text-decoration: none;
   color: silver;
}

.headerNav a:visited {
    text-decoration: none;
    color: white;
}    

.headerNav a:visited:hover {
	text-decoration: none;
	color: silver;
}    

/* The contentFooter is the copyright and terms of use copy. */
.contentFooter {
	font-family : Verdana, Arial;
	font-size : 0.6em;
	color: #234b8d;
	font-weight : bold;
	padding : 1em;
}

.contentFooter a {
	color: #234b8d;
}

.footerNav {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	color: silver;
	text-align: right;
}

.footerNav a:link {
	text-decoration: none;
	color: white;
}

.footerNav a:visited {
	text-decoration: none;
	color: white;
}

.footerNav a:hover {
	text-decoration: none;
	color: silver;
}

.footerNav a:active, {
	text-decoration: none;
	color: silver;
}

.footerNav a:visited:hover {
	text-decoration: none;
	color: silver;
}

