body {
	background-color: #baafd3;
	margin: 0;
}
h1 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	color: #100884; 
	font-size: 24px;
}
h2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	color: #000000; 
	font-size: 18px;
}

div.top {
	text-align: center;
}

.top-label {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	height: 20px;
}

.content {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

.blue-head {
	font-weight: bold;
	color: #100884; 
}

#xlinkbox {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-color: #baafd3;
	border-style: solid;
}
#xlinkbox th{
	background-color: #baafd3;
}
#xlinkbox td {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #100884;
	background-color: #ffff00;
}
#xlinkbox a:link {
	color: #100884;
}
#xlinkbox a:active {
	color: #100884;
}
#xlinkbox a:visited {
	color: #100884;
}
#xlinkbox a:hover {
	color: #100884;
}

.header {
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
}
.header-title {
	font-size: 20px;
	color: #100884;
	font-weight: bold;
	font-style: normal; 
	padding: 7px;
	text-align: center;
}
.header-byline {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: normal; 
	padding: 1px;
	text-align: center;
}
.header-address {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: normal; 
	padding: 1px;
	text-align: center;
}
.header-phone {
	font-size: 18px;
	color: #100884;
	font-weight: bold;
	font-style: normal; 
	padding: 7px;
	text-align: center;
}

.form {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	background-color: #dddddd;
	border: 2px ridge #232B32;
}

.formlabel {
	padding-left: 15px;
	padding-right: 15px;
}

.formfield {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

.nav {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #ddd8ea;
	border-top: 0px solid #232b32;
	border-left: 1px solid #232b32;
	border-bottom: 1px solid #232b32;
	border-right: 1px solid #232b32;
	width: 150px;
	margin-top: 0px;
}

a.nav-link:link {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}
a.nav-link:active {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}
a.nav-link:visited {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}
a.nav-link:hover {
	color: #cc3333;
	font-weight: normal;
	text-decoration: underline;
}

.nav-current {
	color: #cc3333;
	font-weight: normal;
	text-decoration: none;
}


