﻿html,body
{
	margin: 0;
	padding: 0;
	min-width:720px;
}

h3
{
	margin-bottom:0px;
}

h4
{
	margin-bottom:0px;
}

body
{
	font-size: 85%;
	font-family: Arial, Helvetica, Sans-Serif;
}

a
{
	text-decoration:none;
	color:#004080;
}

a:hover
{
	text-decoration:underline;
}

.ContentImageRight
{
	padding:4px;
	float:right;
	clear:both;
}

.ContentImageLeft
{
	padding:4px;
	float:left;
	clear:both;
}

.CenterImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:12px;
	margin-top: 12px;
}

.EmployeeName
{
	margin: 0px 0px 0px 0px;
	font-size:large;
	font-weight:bold;
}

.EmployeeTitle
{
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}


p
{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#header
{
	height: 103px;
	margin: 0 0 0 0;
	padding: none;
	background: #004080;
	color: #FFF;
	background-image: url(images/logo_repeating.png);
	background-repeat: repeat-x;
}

div#content p
{
}

div#footer
{
	background: #004080;
	color: #EEE;
	font-size: 90%;
	font-weight: bold;
}

div#footer p
{
	margin: 0;
	padding: 4px 10px;
}

div#footer a
{
	color: #ffffc4;
	text-decoration:none;
}

div#footer a:hover
{
	color: #ff9900;
	text-decoration: underline;
}

div#wrapper
{
	float: left;
	width: 100%;
}

div#content
{
	margin: 8px 240px 8px 170px;
	
}

div#navigation
{
	font-size: 90%;
	float: left;
	width: 154px;
	margin-left: -100%;
	padding: 8px 8px 8px 8px;
}

div#extra
{
	font-size: 90%;
	float: left;
	width: 224px;
	margin-left: -240px;
	padding: 8px 8px 8px 8px;
}

div#footer
{
	clear: left;
	font-size: 75%;
}

.section
{
	margin: 8px 8px 8x 8px;

	
}

.sectionheader
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background-color: #004080;
	color: White;
	padding: 1px 4px 1px 4px;
	border: solid 1px #004080;
}

.sectioncontent
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	background-color: #eee;
	color: Black;
	padding: 4px;
	border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #666;
}

.sectioncontent ul
{
	margin-top: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	list-style: none;
}

.hyperlink
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.hyperlink:hover
{
	text-decoration:underline;
}

.menulink
{
	color: #000408;
	
}

.menulink:hover
{
	color: #004080;
}

#menubar
{
	margin: 0 0 0 150px;
	padding: 0 0 0 0;
}

.quotetext
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-style: italic;
	width: 21em;
	font-size: 90%;
}

.quoteattribute
{
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 21em;
	font-size: 90%;
}

.headercontact
{
	text-align: right;
	font-size: 120%;
	color: #004080;
	font-family: Arial, helvetica, Sans-Serif;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95%;
	min-width: 720px;
	margin: 6px 8px 8px 8px;
	font-weight: bold;
}



.button {   
	background-color: #004080;
	border: solid 1px;
	border-color: #eee;
	
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	height: 14px;
	line-height:14px;
	width: 96px;
	float: left;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 3px;
}

.button:hover
{   
	background-color: #e8eff9;
	color: #004080;
	border-color: #004080;
	text-decoration:none;
}

/* depress effect on click */
.button a:active, a:focus {   
	border: solid 1px;
	border-color: #039 #99f #99f #039;
	letter-spacing: normal;
}

.ListLevel1
{
	list-style-type:decimal;
}

.ListLevel2
{
	list-style-type:upper-alpha;
}

.ListLevel3
{
	list-style-type:lower-roman;
}