﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #062452;
}

h1
{
	font-family: 'Gill Sans','Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #4B7EA6;
}

h2
{
	font-family: 'Gill Sans','Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #4B7EA6;
}

th
{
	text-align: left;
}

.offsetleftbox
{
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 30px;

}

#menutext
{
    padding: 5px;
    text-align: left;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;


}
#menutext ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#menutext li { display: inline }

#menutext a:link, #menutext a:visited {
	padding-left: 12px;
    font-size: 10pt;
    color: blue;
    font-family: palatino;
	text-decoration: underline;
}

#menutext a:active, #menutext a:hover {
	color: #717052;
}

.header
{
    background-color: #6190CD; 
    height:90px;
    padding-right:30px;
    text-align: right;
    border-bottom:solid 4px #B4CCEB;
}
.header h1
{
    color: white;
}
.hidden
{
	visibility: hidden;
}