/* CSS Document */

body, td {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
h1 {font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 24px; color: #ED171F; padding:0px; margin:0px;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #ED171F; padding:0px; margin:0px;}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ED171F; padding:0px; margin:0px;}

/* links */
a {color:#000000; text-decoration:underline;}
a:hover {color: #FF0033; text-decoration: underline;}

a.none {color:#00000; text-decoration: none;}
a.none:hover {color: #FF0033; text-decoration: underline;}
a.none:visited {color: #00000; text-decoration: none;}

a.charcoal {color:#666666; text-decoration: none;}
a.charcoal:hover {color: #FF0033; text-decoration: underline;}
a.charcoal:visited {color: #666666; text-decoration: none;}

a.white {color:#FFFFFF; text-decoration: none; font-size: 12px;}
a.white:hover {color: #FFFFFF; text-decoration: underline;}
a.white:visited {color: #FFFFFF; text-decoration: none;}

a.whitesmall {color:#FFFFFF; text-decoration: none;}
a.whitesmall:hover {color: #FFFFFF; text-decoration: underline;}
a.whitesmall:visited {color: #FFFFFF; text-decoration: none;}

a.black {color:#000000; text-decoration: none;}
a.black:hover {color: #FF0033; text-decoration: underline;}
a.black:visited {color: #000000; text-decoration: none;}


/* custom tags */
.copyright {color:#666666; font-size:10px;}
.white {color:#FFFFFF;}
.charcoal {color:#666666;}
.big {font-size:12px;}
.bigred {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ED171F; padding:0px; margin:0px;}
#content {width: 380px;}
#application {width: 570px;}
#searchresult {width: 771px;}
#nav { text-align:center;}

/*forms */
input, textarea {
	NS4IGNORE;
	border: 1px solid #000000;
}
input.none {border: 0px;}

/*lists*/
ul {
	NS4IGNORE;
    margin-left: 2px;
    padding-left: 10px;
	padding-top: 0;
	margin-top: 0;
    list-style: none;
    }
	
ul li {
	NS4IGNORE;
    padding-left: 15px;
    background-image: url(/images/global/red-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    }

html[xmlns] ul {
	NS4IGNORE;
    padding-left: 2em;
    }

html[xmlns] ul li {
	NS4IGNORE;
    background: none; /* undo the background-image */
    list-style-image: url(/images/global/red-bullet.gif);
    padding: 0;
    }

/******************************************************
START - Modified by Radarworks for web re-design
*******************************************************/
/*Start CSS code to center webpage.*/
table.center {
	width: 100%;
}

td.center {
	text-align: center;
}

div.root {
	border:0px solid #fff;
	border-width:0 0px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 771px;
	top:86px;
}
/*End CSS code to center webpage.*/

.secondary_leftnav
{
	padding:5px 0px 0px 0px;
	marging:0px;
}

a.secondary_leftnav
{
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}

a.secondary_leftnav:hover
{
	color:#ffffff;
	text-decoration: underline;
	font-weight:bold;
}
/******************************************************
END - Modified by Radarworks for web re-design
*******************************************************/
