body  {
	font-size   : 100%;
	font-family : Verdana, Arial, sans-serif;
	color       : #00008C;
	background  : #EEEEFF;
}

h1  {
	font-size   : 150%;
	font-weight : bold;
}

h2  {
	font-size   : 125%;
	font-weight : bold;
}

h3  {
	font-size   : 110%;
	font-weight : bold;
}

p:first-letter {
}

acronym {
    border-bottom: 1px dotted;
	cursor: help;
}

tr  {
	vertical-align : top;
}

a {
	color           : #00008C;
	text-decoration : underline;
}

a:hover  {
	color           : #EEEEFF;
	background      : #00008C
	text-decoration : none;
}

a:active  {
	color           : #EEEEFF;
	background      : #00008C
	text-decoration : none;
}

ul  {
	padding-top:10px;
}

li {
	margin-left   : 10px;
	margin-top    : 2px;
	margin-bottom : 2px;
}

hr {
	border-style: dotted;
	border-color: #00008C;
	height:1;
}

table.visible {
	border-collapse: collapse;
	border: 2px #00008C solid;	
}

table.visible th {
	font-size : 110%;
	padding   : 10px;
	border    : 1px;
}

table.visible tr {
	vertical-align : middle;
}

table.visible td {
	text-align : center;
	padding    : 10px;
	border     : 1px #00008C dotted;
}

/* Extra Classes */

.signature {
	font-family: Lucida Handwriting, Handscript SF, Georgia, Times New Roman, sans-serif;
	font-size: 110%
}

.ErrorMessage {
	color: #FF0000;
	font-weight: bold;
}

/* Section formatting */

#SectionBox {
	background:#DDDDFF;
}

#SectionBox h1 {
	font-variant: small-caps;
}

#Headder {
	border-top: 10px #00008C solid;
	border-bottom: 1px #00008C dashed;
	border-left:10px #00008C solid;
}

#Headder h1 {
	font-size: 200%;
	text-align: center;
	margin-bottom: 0;
}

#Headder h2 {
	font-size: 100%;
	font-style: italic;
	text-align: center;
	margin-top: 0;
}

#Footer {
	border-top: 2px #00008C dashed;
	border-bottom: 2px #00008C solid;
	border-left: 15px #00008C solid;
}

#Footer p {
    text-align: center;
	font-size: 80%;
	margin-bottom: 0;
	margin-top: 0;
}

#Middle {
	border-left:10px #00008C solid;
	margin-left:5px;
}

#MenuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#MenuBar li a:link {
	width:100%;
	line-height:1.5em;
	text-align: center;
	text-decoration: none;
	border: 1px #00008C solid;
	border-left-width:5px;
	border-right-width:5px;
	background: #00008C;
	color:#DDDDFF;
}

#MenuBar li a:visited {
	width:100%;
	line-height:1.5em;
	text-align: center;
	text-decoration: none;
	border: 1px #00008C solid;
	border-left-width:5px;
	border-right-width:5px;
	background: #00008C;
	color:#DDDDFF;
}

#MenuBar li a:active {
	font-weight: bold;
	color: #00008C;
	background:#FFFFFF;
}

#MenuBar li a:hover {
	font-weight: bold;
	color: #00008C;
	background:#FFFFFF;
}

#MenuBar li a.ActivePage:visited {
	font-weight: bold;
	color: #00008C;
	background:#DDDDFF;
}
