	A:link {text-decoration: underline; color: #003366;}
	A:visited {text-decoration: underline; color: #003366;}
	A:active {text-decoration: underline}
	A:hover {text-decoration: underline; color: #000000;}
	body {
		font-family: arial, helvetica, serif;
		font-size : 12px;
		background-color : #E8E0D2;
    /*
		background-image: url(../images/background.gif); background-repeat: repeat-y;
    */
		margin-top: 0px;
		margin-left: 10px;
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 14.3em;
		z-index: 3;
    padding-bottom: 10px;
    border-right: 1px solid white;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2em;
		margin-bottom : -1px;
		width: 13em;
		z-index: 3;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 14.3em;
		margin-top : -2.2em;
		z-index: 3;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		z-index: 3;
	}
	
	#nav li a {
		width: 13em;
		display : block;
		color : black;
    /*		font-weight : bold; */
		font-size : 12px;
		text-decoration : none;
		background-color : #E8E0D2;
		border-left : solid 1px white;
		border-top : solid 1px white;
		border-bottom : solid 1px white;
		padding : 0 7px;
		z-index: 3;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #497896;
		z-index: 3;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		z-index: 3;
	}
	
	#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;
		z-index: 3;
	}
	
	#content {
		position: absolute;
		left : 183px;
		margin-left : 1em;
		margin-top : 17.5em;
		width: 600px;
		z-index: 2;
	}
	.homepage_content {
		margin-top : 30em;
	}
	#banner {
		position: absolute;
		left : 183px;
		z-index: 0;
	}

#logo
{
  border-right: 1px solid white;
  padding-left: 27px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

h2
{
  color: #2d5d74;
  font-size: 10pt;
  font-weight: bold;
}

h1
{
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #800080;
  font-size: 12pt;
}

h1 a
{
  color: #800080;
}

h1 a:visited
{
  color: #800080;
}

h1 a:hover {text-decoration: underline; color: #000000;}
