/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #55458E;
}
/* ul li {	list-style-image: url(/images/bullet.jpg); } */
a:link {
	color: #2D1A78;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2D1A78;
}
a:hover {
	text-decoration: none;
	color: #2D1A78;
}
a:active {
	text-decoration: underline;
	color: #2D1A78;
}
.submit {
	background-image: url(/images/button-search.jpg);
	background-repeat: no-repeat;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C1977;
	font-size: 14px;
}
#flash {
	z-index: -1;
}
p, span {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C1977;
	padding-bottom:0px;
	margin-bottom:0px;
}
#menu {
	cursor: pointer;
}
blockquote {
	font-style:italic;
	line-height:24px;
}
.rule
{border-bottom:thin dotted #999}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000;
	font-style:italic;
}
.required { color:#F00; font-size:11px; }


/* NAV CSS  */

#navbar {
	position: relative;
	font: 11px/14px Arial, Helvetica, sans-serif;
	width: 166px;
	height: 244px;
	background: transparent url(/images/nav_background.jpg) no-repeat; }
#navbar li {
	text-align: left; }

#navbar ul {
	color: #a99cd4;
	margin: 0;
	padding: 15px 0 10px 30px; }
#navbar ul li {
	display: list-item !important;
	display: inline; }
#navbar ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 30px 6px 0;
	margin-bottom: 5px;
	background: transparent url(/images/nav_divider.png) no-repeat bottom; }
#navbar ul li.last a {
	background-image: url(none); }
#navbar ul li:hover, #navbar ul li.hover {
	color: #fff; }
#navbar ul li a:hover {
	text-decoration: underline; }
#navbar ul ul {
	width: 140px;
	list-style: none;
	background-color: #5b4c94;
	padding: 0;
	margin: -27px 0 0 136px;
	position: absolute;
	left: -100000px; }
#navbar ul li:hover ul, #navbar ul li.hover ul {
	left: auto; }
#navbar ul ul li a {
	padding: 5px 20px 5px 10px;
	background: transparent url(none); }
#navbar ul ul li.has-subnav a {
	background: transparent url(/images/nav_arrow.gif) no-repeat 125px center; }
#navbar ul ul li.has-subnav li a {
	background-image: url(none); }
#navbar ul li:hover ul ul, #navbar ul li.hover ul ul {
	left: -100000px; }
#navbar ul ul li:hover ul, #navbar ul ul li.hover ul {
	left: auto;
	margin: -29px 0 0 140px; }
