@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike,  sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit;   background : transparent; }

:focus { outline : 0; } 

table { border-collapse : collapse; border-spacing : 0; }
caption, th, td { text-align : left; font-weight : normal; }
blockquote:before, blockquote:after, q:before, q:after { content : ""; }
blockquote, q { quotes : "" ""; }

body { 
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* Do we really want this Matt ? */
	line-height:1.2em;
}

.txtcontent {
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
        padding: 0.5em;
}

.intro {font-weight: bold}


a {
	font-weight: bold;
	color: #002F65;

}

a.txtltbluesubhead, .txtltbluesubhead {
	font-size: 12px;
	font-weight: bold;
	color: #54A0D2;
	line-height: 2em;
}


.footertxt {
	font-size: 10px;
        width: 800px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1, h2, h3 {
	font-weight: bold;
        color: #C86325;

}

h1 {
	margin-top:0px;
	font-size: 16px;
	margin-bottom: 1em;
	color: #c86325;
}
h2 {
	font-size: 13px;
	margin-bottom: 0.2em;
	margin-top:0.8em;
	color: #002F65;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	margin-bottom: 0.2em;
	margin-top:0.8em;
	color: #002F65;
	font-weight: bold;
}
h4 {
	padding:0px;
	margin:0px;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
h5 {
	padding:0px;
	margin:0px;
	font-size: 10px;
	color: #002F65;
	font-weight: normal;
}


/* TABLES */

table.careerstyle {
 padding: 0.5em;
 font-size: 95%;
 margin-top: 0.5em;
 margin-left: 0em;
 border: 1px solid black;
}

.careerstyle thead th{
   background-color: #e2edf5;
   font-weight: bold;
   padding: 0.5em;
}

.careerstyle tbody td {
   padding: 0.5em;
   font-weight: normal;
}

fieldset {
 padding: 0.5em;
 border: 1px solid black;
}

legend {
 padding: 0.5em;
 border: 1px solid black;
 font-size: 11px;
  background-color: #e2edf5;
   font-weight: bold;
}

.compact_forms {
 font-size: smaller;
 margin: 0.5em;

}

