@charset "UTF-8";
.text-regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7e7e7e;
}
body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header-green-times {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #459C1C;
}
.footer-links {
	font-size: 12px;
	line-height: 18px;
}
.footer-links a:link {
	font-size: 12px;
	text-decoration:none;
	color: #7e7e7e;
}
.footer-links a:visited {
	font-size: 12px;
	text-decoration:none;
	color: #7e7e7e;
}
.footer-links a:hover {
	font-size: 12px;
	text-decoration:underline;
	color: #7e7e7e;
}
.download-link a:link {
	font-size: 11px;
	color: #7e7e7e;
}
.download-link a:visited {
	font-size: 11px;
	color: #7e7e7e;
}

#global_nav 
{
    float: right;
    height: 28px;
    background: url(../images/nav-bg.png) top left no-repeat;
    margin: 0;
    padding: 2px 20px 0 10px;
    list-style: none;
    position: relative;
    z-index: 999;
}

#global_nav li
{
    float: left;
}

#global_nav li ul
{
    display: none;
}

#global_nav li a
{
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    text-decoration: none;
    font-weight: bold;
}

#global_nav li a:hover
{
    color: #fff;
    background: #6d0676;
}

#global_nav li li
{
    float: none;
    display: inline;
}

#global_nav ul
{
    position: absolute;
    list-style: none;
    background: url(../images/subnav-bg.png);
    padding: 5px 10px;
    margin: 0;
    z-index: 9999;
}

#global_nav ul li a
{
    font-size: 10px;
    color: #7B0C83;
    border-bottom: 1px solid #feca42;
    text-align: left;
    padding: 4px 0;
}

#global_nav ul li a:hover
{
    background: none;
    color: #FF9003;
}

#global_nav ul li a.last
{
    border: none;
}.text-dark {
	color: #333333;
	line-height:20px;
}
.text-dark a:link {
	color: #7B0C84;
	text-decoration:none
}
.text-dark a:vistited {
	color: #7B0C84;
	text-decoration:none
}
.text-dark a:hover {
	color: #7B0C84;
	text-decoration:underline
}

.text-dark {
	color: #333333;
}
.call-out-green {
	font-size: 18px;
	font-weight: bold;
	color: #8CBC5B;
}
.side-nav-text {
	font-size: 10px;
	font-weight: bold;
	color: #5C0061;
}
.side-nav-text a:link {
	font-size: 10px;
	font-weight: bold;
	color: #5C0061;
	text-decoration:none
}
.side-nav-text a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #5C0061;
	text-decoration:none
}
.side-nav-text a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #5C0061;
	text-decoration:underline;
}


.headline-purple {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #5C0061;
	font-weight: bold;
}

