body {
	margin: 15px auto; 
	}

body, td {
	font: 9pt Arial, Helvetica, sans-serif;
	}

a:link {
	color: #0E50A0;
	}
	
a:hover {
	color: #666699;
	}
	
a:visited {
	color: #666666;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}

h1 {
	font-size: 14pt;
	margin-top:0;
	}
	
h2 {
	font-size:10pt;
	margin-top:0;
	}

td {
	text-align:left; /* counteracts the body text align center */	
	}
	


/* ---------------- GLOBAL STYLES ---------------- */
	
#bannerTitle {
	margin-top:23px;
	width:234px;
	float:left;
	}
	
#bannerLogo {
	width:273px;
	float:right;
	}

.blueBold {
	color:#1B436B;
	font-weight:bold;
	}
	
.blueText {
	color:#336699;
	}
	
.BodyText {
	font-size: 9pt;
	color: #000;
	}

.borderL { 
	border-left:1px solid #999; 
	}

.borderR { 
	border-right:1px solid #999; 
	}

.borderTop { 
	border-top:1px solid #999; 
	}

.borderBtm { 
	border-bottom:1px solid #999; 
	}

#container {
	text-align:center;
	}

#content {
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:35px;
	width:523px;
	height:auto;
	}
	
.footer {
	text-align:center;
	color: #666666;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

#submenuDiv {
	margin:12px 0 10px 12px;
	padding:8px 5px;
	width:203px;
	}
		
.submenu {
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	a.submenu, a.submenu:visited { 
		color:#fff; 
		}
		
	a.submenu:hover, a.submenu:visited:hover { 
		color:#B8C4D8; 
		}
		
ul.subnav {
	list-style:square;
	color:#052A4D;
	padding-left: 0;
	margin: 5px 0px 5px 2em;
	}

a.subnav, a.subnav:visited {
	color:#052A4D;
	text-decoration:none;
	}
	
a.subnav:hover, a.subnav:visited:hover {
	color:#052A4D;
	text-decoration:underline;
	}			

.redText {
	color:#990000;
	}
	
	a.redText {
		color:#990000;
		}
		
.rustText {
	color:#993300;
	font-size:14pt;
	font-weight:bold;
	}
		
.whiteText {
	color:#fff;
	}
	
	a.whiteText, a.whiteText:visited {
		color:#fff;
		text-decoration:none;
		}
		
	a.whiteText:hover {
		color:#fff;
		text-decoration:underline;
		}
		
		

/* ---------------- INDEX STYLES ---------------- */
#indexSubmenu {
	margin:80px 0 10px 10px;
	padding:8px 5px;
	width:205px;
	}
		
#indexIntro {
	margin:0 0 0 50px;
	padding:6px 3px;
	width:200px;
	font-size:11px;
	}
	

/* ---------------- ABOUT US STYLES ---------------- */
.sidenavRustLg {
	color:#993300;
	font-size:16pt;
	font-weight:bold;
	text-align:center;
	}
	
.sidenav {
	font-size:11px;
	}
	
	a.sidenavRust, a.sidenavRust:visited  {
		color:#993300;
		text-decoration:none;
		}
		
	a.sidenavRust:hover, a.sidenavRust:visited:hover {
		color:#993300;
		text-decoration:underline;
		}
		
		
/* ---------------- JOBS STYLES ---------------- */
ul.benefits {
	list-style:url(../images/bullet_ltBlue.gif) outside;
	padding-left: 0;
	margin: 0px 0px 0px 1.5em;
	}
	
ul.benefits li {
	padding-bottom:3px;
	}
	

/* ---------------- PHILOSOPHY STYLES ---------------- */	
.redTextNoDec {
	color:#993300;
	}

ul.redTextNoDec {
	list-style:square;
	color:#993300;
	padding-left: 0;
	margin: 5px 0px 5px 2em;
	}

a.redTextNoDec, a.redTextNoDec:visited {
	color:#993300;
	text-decoration:none;
	}
	
a.redTextNoDec:hover, a.redTextNoDec:visited:hover {
	color:#993300;
	text-decoration:underline;
	}			
