.topbar {
	background-color: #000066;
	width: 675%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.container {
	width: 100%;
}
.logo {
	height: 103px;
	width: 288px;
}
div.toc	
{
	border-left: solid 1px black;
	margin-bottom: 2em;
	position: absolute;
	left: 40px;
	width: 182px;
	top: 182px;
}

/* create a button look for links */
a:link, a:visited
{   background-color: #000066;
    border-top: 1px solid #CCCCCC;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #CCCCCC;
    color: white;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px;
	text-decoration: none;
    width: 16em;
	display: block;
}

a:hover
{
	background-color: #CCCCCC;
	color: #000066;
}

/* depress effect on click */
a:active, a:focus 
{
	border-top: 1px solid #003399;
	border-right: 1px solid #FFCCFF;
	border-bottom: 1px solid #FFCCFF;
	border-left: 2px solid #003399;
	letter-spacing: normal;
	color: white;
}
.pagetitle {
	color: #000066; 
	font-size: 18px;
}
.maintext {
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 200px;
	text-align: justify;
}
.totalservice {
	font-size: 18px;
	color: #FFFFFF;
}
.formtext {
	font-size: 14px;
	color: #FFFFFF;
}
