.bg-navigation {
	background-image: url(images/index-nav-bg.jpg);
	background-repeat: repeat-x;
}
.bg-seminar {
	background-image: url(images/index-seminar-bg.gif);
	background-repeat: repeat-y;
}
p, .content {
	color:#014A7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #758F25;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #758F25;
}
a:hover {
	text-decoration: none;
	color: #758F25;
}
a:active {
	text-decoration: underline;
	color: #758F25;
}
.text_navtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
a.text_navtop:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.text_navtop:visited {
	color: #D0E0EE;
	text-decoration: none;
}
a.text_navtop:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.text_navtop:active {
	color: #FFFFFF;
	text-decoration: none;
}
.text_navbtm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
a.text_navbtm:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.text_navbtm:visited {
	color: #D0E0EE;
	text-decoration: none;
}
a.text_navbtm:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.text_navbtm:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
.footer2 {
	font-size: 10px;
	color: #4077A0;
}
.border {
	border: 1px solid #014A7F;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #014A7F;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4077A0;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #758F25;
	font-weight: bold;
}
.horiz-line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9E3A7;
}

.colMid {
	border: none;
	border:hidden;
	border-width: 0px;
	}
hr {
	width: 100%;
	height: 1px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #99bc1a;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: 0;
	}