@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E1E1E1;
	font-size: small;
}
a {
	color: #FF6600;
}

.logintxt {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.login_fields {
	background-color: #D9B1E0;
	border: 1px solid #721C81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	width: 140px;
	font-size: 100%;
}
.form_fields {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.white_smtxt, .white_smtxt a, .white_smtxt a:visited {
	font-size: 10px;
	color: #FFFFFF;
}

.smalltxt {
	font-size: 80%;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #711B7E;
	font-weight: bold;
}
.purpletxt {
	font-weight: bold;
	color: #711B80;
}
.copyright {
	color: #FFFFFF;
	font-size: 90%;
}
.copyright a, .copyright a:visited {
	color: #B85CC7;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

.nav, .nav a, .nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.login_area {
	background-image: url(../assets/2old03b.jpg);
	background-repeat: no-repeat;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #731A84;
}
.newheader {
	background-color: #D9F2CA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7EC05F;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#navcontainer ul
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navcontainer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li a
{
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #D1D3D1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F2F2F2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(/assets/menu_bg.jpg);
}
#navcontainer ul li a:hover
{
	color: #000000;
	background-image: url(/assets/menu_hover.jpg);
	background-repeat: repeat-x;
}
.menu a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-image: url(/assets/menu_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu_divide {
	background-image: url(/assets/menu_divide.jpg);
	background-repeat: no-repeat;
}

.menu a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-image: url(/assets/menu_hover.jpg);
	background-repeat: repeat-x;
}
.menu_active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.menu_active a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-image: url(/assets/menu_active.jpg);
	background-repeat: repeat-x;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.white {
	color: #FFFFFF;
}
select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	height: 25px;
}
