/* CSS Document */
body, p, li, td {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #000000;
		font-size: 10pt;
		font-weight:normal;
}

P.just, li.just { text-align: justify; }

*.noPrint, DIV.menuBar, DIV.menu, TABLE.altmenu A{
	display: none;
}

DIV.header {
	border-bottom: 1px solid #CCCCCC;
}
H1 {
	font-size:14pt;
}

H1.page-title {
	color:#3B746B;
	font-family:Arial, Verdana, sans-serif;
	font-size:16pt;
	font-weight:normal;
	text-decoration: underline;
}

H2.sub-title {
	color:#3B746B;
	font-family:Arial, Verdana, sans-serif;
	font-size:14pt;
	font-weight:normal;
	text-decoration: underline;
	margin-left: 10px;
}

h3.sub-sub-title {
	color:#3B746B;
	font-family:Arial, Verdana, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-decoration: none;
}

H3.normal {
	font-size:10pt;	
}

H4.normal {
	font-size:8pt;
}

hr.hr1 {
	height: 1px;
	color: #CCC;
	border-top:none;
	border-left:none;
	border-right:none;
}

UL.side-nav {
	display: none;
}

/* ----- Positions Vacant ------  */
div.posvac {
	font-family: Arial, Verdana, sans-serif;
}

div.posvac p{
	font-size:9pt;
	text-align: justify;
	margin:0 0 0 20px;
	padding:0;
}

div.posvac h2{
	font-size:10pt;
	margin:15px 0 0 0;
	padding:0;
}

div.posvac h3{
	font-size:9pt;
	margin:15px 0 0 0;
	padding:0;
}

div.posvac ul.links {
	list-style-type: none;
	display: none;
}

/* -------------------- */
#tw {
	display:none;
}

li.pdf { 
	list-style-type: none;
	background: #FFF url(/images/adobe_pdf.gif) no-repeat scroll 0 4px;
	margin-left: -23px;
	padding: 4px 0 5px 23px;
}
 
li.htm {
	list-style-type: none;
	background: #FFF url(/images/plain.gif) no-repeat scroll 0 4px;
	margin-left: -23px;
	padding: 4px 0 5px 23px;
}

table.datatable1 {
		border: 1px solid #AAA;
		border-collapse: collapse;
}

table.datatable1 tr {
		vertical-align: top;
}

table.datatable1 tr.selected {
	background-color: #F0E68C;
}


table.datatable1 th, table.datatable1 td {
		border: 1px solid #DDD;
		font-size: 11px;
		padding: 2px 5px;
		line-height: 15px;
}

table.datatable1 thead th {
	text-align:center;
	background-color:#FAFAFA;
	font-weight: bold;
	color: #000;
	border-bottom: solid 1px #AAA;
}

table.datatable1 tfoot th {
	text-align:left;
	background-color:#EAEAEA;
	font-weight: normal;
	color: #666;
}

table.datatable1 tbody th {
	font-weight: bold;
	text-align: left;
}

table.datatable1 caption {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

table.datatable1 td ul {
	margin: 0 0 0 20px;
}

