body {
    margin: 0;
    font-family: "Bitstream Vera Sans", Verdana, Geneva, Helvetica, Arial, sans-serif;
	/*font-size: 100.01%;*/
	font-size: 80.01%;
    color: #000000;
    background-color: #ffffff;
}


#frameTop {
    position: relative;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    background-color: #de2d00;
}

.navTopRight {
	position: absolute;
	bottom: 0.5em;
	right: 3em;
	margin: 0;
	border: 1px solid #de2d00;
	background-color: #de2d00;
}

#frameTop a {
    color: #ffffff;
    text-decoration: none;
}

#frameTop a:hover {
    color: #ffffff;
    text-decoration: underline;
}


#frameLeft {
    position: absolute;
    top: 85px;
    left: 0px;
    width: 13em;
    margin-bottom: 1.5em;
    color: #ffffff;
    background-color: #5978a5;
}

#frameLeft ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#frameLeft ul li ul li {
    border-bottom: 1px solid #3f5b83;
}

#frameLeft a {
    display: block;
	padding: 0.1em 0.2em 0.1em 0.4em;
    text-decoration: none;
    color: #ffffff;
}

#frameLeft a:hover {
    text-decoration: none;
    color: #ffffff;
	background-color: #172d4c;
}

.navLeftHead {
    margin-top: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #3f5b83;
}

#navigation {
    display: none;
}


#frameContent {
    margin-left: 13.5em;
    margin-bottom: 1.5em;
	margin-right: 0.5em;
    padding: 1em;
    border: 1px solid #5978a5;
    background-color: #fefefe;
}

#frameContent p {
    line-height: 1.35em;
}

#frameContent ul {
    line-height: 1.35em;
}

#frameContent ol {
    line-height: 1.35em;
}

#frameContent td {
    line-height: 1.35em;
}


#frameBottom {
	padding-left: 13.5em;
	border-top: 1px solid #5978a5;
}

#frameBottom a {
    color: #000000;
    text-decoration: none;
}

#frameBottom a:hover {
    color: #000000;
    text-decoration: underline;
}

#frameBottom p {
    margin: 0.5em 0.0em 0.5em 1.0em;
}


img {
    border: none;
}

h1 {
    font-size: 2.5em;
    font-style: italic;
    color: #3f5b83;
}

hr {
	height: 1px;
	border: none;
    color: #3f5b83;
	background-color: #3f5b83;
}

address {
	font-style: normal;
	line-height: 1.5em;
}

abbr[title], acronym[title] {
    border-bottom: 1px solid #3f5b83;
	cursor: help;
}

.boxLightBlue {
	padding: 0.5em;
	border: 1px solid #5978a5;
    background-color: #ebf5ff;
}

.boxDashed {
    padding: 0.5em;
	border: 2px dashed #5978a5;
}

.headingBlueCaps {
    padding-top: 0.5em;
	font-size: 1.5em;
	color: #3f5b83;
	font-weight: normal;
	font-variant: small-caps;
}

.tableLightBlue {
    border-collapse: collapse;
    border: 2px solid #fefefe;
}

.tableLightBlue td {
    border: 1px solid #5978a5;
	padding: 0.3em;
}

.tablePadding1 td {
    padding: 0.5em;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.leftFloat {
	float: left;
	margin-right: 1em;
}

.leftFloatStop {
	clear: left;
}
