﻿body {
    font-family: Verdana;
    font-size: medium;
    color: White;
    margin: 0px;
    background-image: url("flagler_bg.gif")
}

h1, h2 {
    margin: 0px;
}

#topContent {
    text-align: left;
    background-color: #2c51a2;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
}

#topContent a {
    text-decoration: none;
    color: White;
}

/*
#leftContent {
    width: 230px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 60px;
    margin-top: 10px;
    left: 0px;
}*/

#topContent .breadcrumb {
	font: 40% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#leftContent {
    width: 230px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 71px;
    margin-top: 10px;
    left: -3px;
}
#leftContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftContent li {
	/*border-bottom: 10px solid #2c51a2;*/
	padding-bottom: 2px;
}
#leftContent li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid white;
	border-right: 1px solid white;
	background-color: #2c51a2;
	color: #FFFFFF;
	text-decoration: none;
}
#leftContent li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#leftContent ul ul {
	margin-left: 12px;
}
#leftContent ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#leftContent ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#leftContent ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

#mainContent {
    text-align: left;
    margin-left: 0px;
    /*padding: 10px;*/
    top: 60px;
    margin-top: 10px;
}

#footerContent {
    text-align: center;
    padding: 5px;
}

#mainContent .smallLabel 
{
    font-size: 80%;
    color: Black;
}
