

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 0px;
}

#site {
	width: 100%;	/* 175px */
}

#printSite {
	width: 100%;
}

.content {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	z-index:1530;
}

/* from the perspective of inheritence, these are the MASTER for the body of the page and its segments */

#contentMaster {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	width: 98%;
	height: 100%;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid black;
}

#contentFooter {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
	height: 1px;
	border-top: 1px solid #DCE4F8; 
	padding: 3px 3px 3px 3px;
}

#contentHelp {
	float: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 150px;
	white-space: nowrap;

}

#contentNavigation {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	float: left;
	width: 175px;
	padding-right: 10px;
	white-space: nowrap;
}

p {
	color: black;	
	/*margin-left: 10pt;
	line-height: 1.25em;*/
	line-height: 1.15em;

}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;	
}

a:hover {
	color: red;
	text-decoration: underline;	
}

a:active {
	color: blue;
	text-decoration: underline;	
}

ul {
	color: black;
}

p.clamShellNavText {
	color: black;	
	margin-left: 10px;
	line-height: 1.25em;
	display: inline;	
}

hr {
	color : #4E78DA;
	}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	color : #990000;
	border-bottom: 1px solid #4E78DA;
	vertical-align: middle;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.alth1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	color : #000000;
	border-bottom: 1px solid #990000;
	vertical-align: middle;
}

.alth2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #000000;
	border-bottom: 1px solid #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.alth3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	font-weight: bold;
	border-bottom: 1px solid #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.alth4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	border-bottom: 1px solid #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.step5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	border-bottom: 1px solid #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}


.footnote {
	line-height: 1.25em;
	color: #990000;	
}

.printFootNote {
	font-size : 9px;
	color: black;	
	border-top: 1px solid black;
}

/* .sidenavhelptext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: red;	
} */

/*  shaded segments */
span.error {
	color: Red;
}

div.shaded {
	width: 100%;
	background-color : #EEEEEE;
	padding: 3px;
}

span.shaded {
	background-color : #EEEEEE;
}

blockquote.shaded {
	background-color : #EEEEEE;
}
/* end shaded segments */

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

table.homepage {
	width: 770px;
}

td.homepage {
	width: 100%;
}

td.negnocontact {
	background-color: red;
	color: white;
}

td.withnocontact {
	background-color: Yellow;
	color: black;
}

input.time {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 15px;
	width: 160px;
}


