
h1
{
	font-family: verdana, arial, _sans;
	font-size: 24pt;
}

h2
{
	font-family: verdana, arial, _sans;
	font-size: 12pt;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
    padding-bottom: 6px;
}

h3
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

h4
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}

body
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	outline-top: 0px;
}

p
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 11pt;
	outline-top: 0px;
}

li
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 11pt;
	outline-top: 0px;
}

.small_li
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	margin-bottom: 10pt;
	margin-left: 0px;
	outline-top: 0px;
}

.menu_item
{
    position: relative;
    width: 320;
    text-align: right;
    padding: 4px;
}

.menu_selected
{
    position: relative;
    width: 320;
    text-align: right;
    padding: 4px;
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	font-weight: bold;
    color: #EB0000;
}

a:link
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:visited
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:active
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:hover
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #790000;
}

.section p 
{
    position: relative;
    top: -6px;
}

.small-section p
{
	font-family: Helvetica Neue, helvetica , arial, _sans;
	font-size: 10pt;
	outline-top: 0px;
}
 
#page {
    position: absolute;
    left: 0px;
    top: 0px;  
    margin: 0px;
    background-color: white;
    color: black;
}

#banner {
    position: relative;
    left: -5px;
    top: 0px;
    width: 750px;
    background-color: #790000;
}

#content {
    position: absolute;
    left: 195px;
    top: 150px;
    width: 550px;
}

#navigation-menu {
    position: absolute;
    left: 20px;
    top:  160px;
}

#note
{
	font-family: verdana, arial, _sans;
	font-size: 9pt;
	font-style: italic;
	border-top-color: #790000;
	border-top: 1px;
	border-top-style: dotted;
    padding-top: 4px;
}
