a img { border: 0.1px none Black; }

a:link {
	background: transparent
	color: Blue;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: Red;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #999999;
	text-decoration: none;
}

a.nav:link {
	background: Navy;
	color: White;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:visited {
	background: Navy;
	color: DarkOrange;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:hover {
	background: Navy;
	color: Aquamarine;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.navtot {
	background-color: Navy;
	color: #CDCDCD;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

body {
	background-color: Ivory;
	background-image: url(images/BlueStripe140x40.gif);
	background-repeat: repeat-y;
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "MS Serif", "New York", serif;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

td {
	border: 2px solid Gainsboro;
	empty-cells: show;
	padding-left: 10px;
	padding-right: 10px;
}

.box {
	background: Ivory;
	border-color: Gainsboro;
	border-style: solid;
	border-width: 2px;
	color: Navy;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

.content {
	background: Ivory;
	color: Navy;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 145px;
	margin-right: 10px;
	padding: 5px;
	width: auto;
}

.content p { max-width: 650px; }

.header {
	margin-left: 20px;
	margin-top: 10px;
}

.lrand { float: left; padding-right: 7px; }

.margins{ float: left; padding: 10px; }

.navbox {
	background-color: Navy;
	border-color: #ff6633;
	border-style: groove;
	border-width: 2px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

.navigation {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	left: 3px;
	line-height: 110%;
	position: absolute;
	top: 100px;
	width: 135px;
}

.skipnav { display: none; }

.welcome {
	background: Ivory;
	color: #00000F;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 50px;
}

