body {
    width: 998px; /* Val - does this fix the width across the site */
    margin-left: auto; /* auto or 0 so that the left margin does not grow. */
    margin-right: auto;
    
    
	border-right: 0px; 
    padding-right: 0px; 
    border-top: 0px; 
    padding-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 1.3em;
}

td {
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    font-size: 140%; 
    line-height: 1.1em;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    font-size: 120%; 
    line-height: 1.1em;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    font-size: 110%; 
    line-height: 1.1em;
}

textarea {
    padding: 2px;
    border: #666 1px solid;   
    background: #fff;  
    font: 10px verdana, helvetica, arial, geneva, sans-serif; 
}

input.text {
	border-right: #666 1px solid; 
    padding-right: 2px; 
    border-top: #666 1px solid; 
    padding-left: 2px; 
    background: #fff; 
    padding-bottom: 2px; 
    font: 10px verdana, helvetica, arial, geneva, sans-serif; 
    border-left: #666 1px solid; 
    padding-top: 2px; 
    border-bottom: #666 1px solid;
}

input.submit {
	padding-right: 2px; 
    padding-left: 2px; 
    background: #fff; 
    padding-bottom: 2px; 
    font: 10px verdana, helvetica, arial, geneva, sans-serif; 
    padding-top: 2px;
}

inputsubmit:active {
	padding-right: 2px; 
    padding-left: 2px; 
    background: #666; 
    padding-bottom: 2px; 
    color: #000; 
    padding-top: 2px;
}

input.button {
	font-weight: bold; 
    font-size: 10px; 
    color: #ffffff; 
    font-family: Verdana,Arial,Helvetica,Sans-serif; 
    background-color: #212451;
}

span.body {
	font-size: 100%;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

span.bodyb {
	font-weight: bold;
	font-size: 100%;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul.homelist { 
	margin: 0px 0px 0px 15px; 
    list-style-type: none; 
    text-align: left; 
    text-decoration: none; 
    font-size: 100%;	
}
	
li.homelist {
    padding: 5px;
    border-top: #ccc 1px solid; 
}

#content {
	margin-left: 13em;
    padding-right: 10px; 
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 700px; 
    line-height: 1.3em; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-align: left;
}

#content A {
	font-weight: bold; 
    color: #003366; 
    text-decoration: none; 
    font-size: 105%;
}

#content A:hover {
	font-weight: bold; 
    color: #003366; 
    text-decoration: underline; 
    font-size: 105%;
}

#topmenus {
    padding: 10px;
    color: #003366;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
}

#blackline1 {
	background: #003366; 
    overflow: hidden; 
    width: 100%; 
    height: 2px;
}

#blackline2 {
	background: #003366; 
    overflow: hidden; 
    width: 100%; 
    height: 2px;
}

#blackline3 {
	background: #003366; 
    overflow: hidden; 
    width: 100%; 
    height: 2px;
}

A.topnavlink:link {color: #003366; text-decoration: none; font-weight: bold; font-size: 90%; }
A.topnavlink:visited {color: #003366; text-decoration: none; font-weight: bold; font-size: 90%; }
A.topnavlink:hover {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 90%; }
A.topnavlink:active {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 90%; }

A.ontopnavlink:link {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 90%; }
A.ontopnavlink:visited {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 90%; }
A.ontopnavlink:hover {color: #003366; text-decoration: none; font-weight: bold; font-size: 90%; }
A.ontopnavlink:active {color: #003366; text-decoration: none; font-weight: bold; font-size: 90%; }

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em; 
}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.15em;  /* This changes the space between lines of text. ORIG 1.25em */
		margin-bottom : -1px;
		width: 11em;  
}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.8em;  /* This changes where the dropdowns start from the left. Orig 11.05em. */
		margin-top : -3.0em;  /* Originally -1.35em.  */
        
        /* for formatting menus */
    	/* border: solid; 
    	border-width: 0.15em;
        border-color: #003366;  */      
}

#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#nav li a { 
		width : 11em;
		display : block;
		color : #003366; 
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		text-decoration : none;
		background-color : #cccccc;
		border : none; 
		padding : 0.75em 0.75em;   /* This effects the space between the list items. ORIG 0 0.5em */
		text-align : left;
}
	
#nav li a:hover {
		color : white
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}

#footer {
    padding: 10px;
    font-size: x-small; 
    line-height: 1.1em; 
    color: #003366; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
}

#footer A {
	color: #003366;
    font-weight : bold; 
    text-decoration: none;
}

#footer A:hover {
	color: #003366;
    font-weight : bold; 
    text-decoration: underline;
}

#copyright {
    font-size: x-small; 
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
}

#footerAddress {
    font-size: small;
    line-height: 1.1em;
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center; 
}
	
#footerAddress A {
	color: #003366; 
    text-decoration: none;
    font-weight: bold;  
    font-size: 105%;
}

#footerAddress A:hover {
	color: #003366; 
    text-decoration: underline;
    font-weight: bold;  
    font-size: 105%;
}


