.highlight {
	color: #0048FF;
	font-weight: bold;
}
.highlight2 {
	color: Red;
	font-weight: bold;
}
.highlight3 {
	color: Green;
	font-weight: bold;
}
.highlighted {
	background-color: yellow;
}
.signature {
	font-family: Tahoma;
}

a.nav {
	color: White;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}
a.nav:hover {
	background-color: Red;
}
a.current {
	background-color: Black;
}

body {
/*	background-color: #E8F7FF;*/
	background-color: #F4FBFF;
/*	background-color: #EFFAFF;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

caption {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}

dt {
	font-weight: bold;
	margin-top: 5px;
}

div.pullquote {
	width: 200px;
	float: right;
	padding: 10px;
	margin-left: 20px;
	border: 2px solid #0048FF;
}

h2 {
	font-size: 17px;
	text-transform: uppercase;
}
h3 {
	font-size: 15px;
	text-align: center;
}
h4 {
	font-size: 13px;
}

hr {
	color: Red;
}
hr.footer {
	color: #0048FF;
}

img {
	border: none;
}
img.headerimg {
	width: 630px;
	height: 116px;
}
img.horizontal {
	width: 175px;
	height: 140px;
}
img.horizontal_sm {
	width: 100px;
	height: 80px;
}
img.logo {
	width: 75px;
	height: 67px;
}
img.portal {
	width: 100px;
	height: 100px;
	margin-top: 10px;
}
img.vertical {
	width: 140px;
	height: 175px;
}
img.vertical_sm {
	width: 80px;
	height: 100px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}
table.twocols {
	width: 100%;
}
table.data {
	clear: both;
}
table.data td {
	border: 2px solid #0048FF;
	vertical-align: top;
	padding: 5px;
}
table.data th {
	border: 2px solid #0048FF;
	vertical-align: top;
	padding: 5px;
}

td, th {
	font-size: 12px;
}

ul.checklist li {
	list-style: url(graphics/clip_checkbox.gif);
}

#header {
	width: 750px;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
}

#headernav {
	float: right;
	text-align: center;
	width: 110px;
}
#headernav p {
	margin-bottom: 5px;
	margin-top: 5px;
}
#headernav ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#headernav li {
	font-size: 12px;
	list-style: none;
	background-color: #0048FF;
	border: 1px solid Silver;
	width: 110px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
	line-height: 18px;
}

#navigation {
	font-family: Tahoma;
	font-size: 14px;
	width: 760px;
	margin: 10px 0px 0px 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#navigation li {
	font-size: 14px;
	list-style: none;
	float: left;
	width: 108px;
	position: relative;
	background-color: #0048FF;
	border: 1px solid Silver;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
}

#main {
	width: 700px;
	margin-top: 5px;
	margin-left: 60px;
}
#main h1 {
	margin-bottom: 0px;
}

#portal {
	background-image: url(graphics/bg_triangle2.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	text-align: center;
}
#portal p {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
#portal span {
	background-color: F4FBFF;
}
#portal td {
	text-align: center;
}

#contact {
	width: 700px;
	margin-left: 60px;
}

#footer {
	font-size: 10px;
	width: 700px;
	margin-left: 60px;
}

