﻿@import url("form.css");
@import url("tables.css");
@import url("masthead.css");
@import url("navbar.css");
@import url("leftnav.css");
@import url("footer.css");

a:link, a:visited 
{
	color: #002d6a;
	text-decoration: underline;
}

a:hover
{
    color:#04B9E7;
	text-decoration: underline;
}

a#SkipNav {
	position:absolute;
	left:-10000px;
	top:-10000px;
}

.redLink a
{
  color: Red;
  text-decoration: underline;
}

#layoutContainer 
{
	position:relative;
	overflow:hidden;
	min-width:1200px;
	top:0px;
	left:0px;
}

#outerContainer 
{
	position:relative;
	top:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	min-height:51em;
	/* *height:76em; ensure minimum height in IE 7 */
	_height:55em; ensures minimum height of content are in IE 6 */
	_overflow:visible;
}

#content 
{
	width:auto;
	margin:1em 2em 2em 220px;
}

h1
{
	font-size:150%;
	color:#002E6A;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0 0 0 0;
	padding:0 0 .25em 0;
	border-bottom:1px solid #002E6A;
}

h1.hasSubhead
{
	border-bottom:0;
}

h2
{
    font-size:120%;
    color:#002E6A;  
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin: .5em 0 0 0;
	padding:0;
}

h2.subhead
{
    font-size:100%;
	font-weight:normal;
	margin: -.25em 0 0 0;
	padding:0 0 .25em 0;
	border-bottom:1px solid #002E6A;
}

h2.hasSubhead
{
}

h3
{
    font-size:110%;
    color:#002E6A;  
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0 0 0 0;
	padding:0;
	text-transform:uppercase;
}

h3.subhead
{
}


.footnote
{
	font-size:80%;
	font-style:italic;
}

abbr, acronym
{
    border-bottom:none;
}

hr
{
	display:block;
	height:0;
}

div.contentAreaNav
{
	font-size:80%;
	border-bottom:1px solid #002E6A;
}

div.contentAreaNav a
{
	text-decoration:none;
}


