body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
	font-family:tahoma;
}
#nav{display:none;
}
#directory{list-style:none;margin:0;padding:0;}
#directory li{background-color:#fff;margin-top:10px;padding:10px;}
#directory li img{float:left;margin:8px 8px 8px 0px;}
.newsitems{list-style:none;}
.newsitems li{padding-bottom:10px;}

.address{margin-top:10px;}
#loggedinas{background-color: #fff;font-size:80%;padding-top:3px;padding-bottom:3px;background-color: #e9e9e9;}
#left{background-color: #0066cc;border:0;padding:0;margin:0;width:210px;border-right:1px solid #0066CC;}
#right{height:100%;width:244px;border-left:1px solid #0066CC;}
#header {
	width:100%;
	margin:0;
	padding:0;
	background-color: #f6f6f6;
	height:20px;
	
}
#footer {color:#0066cc;text-align:center;height:40px;}

#content{
	font-size:100%;
	line-height:130%;
	
}
#contentbody{
	padding:0px 30px 0px 30px;
}

h1, h2, h3 {
	margin: 13px 30px 3px 0;
	padding:0;
	font-family:georgia;
	color:#0066cc;
}
h1{ line-height:115%;font-size:200%;
padding:30px 0px 0px 30px;
}
h2{ margin-bottom:5px;font-size:140%;line-height:130%;}

h2.dirtitle{ 
color:#fff;
background-color:#0066cc;
margin-bottom:5px;font-size:140%;padding: 6px 0px 6px 6px;
}

h3{ margin-bottom:0px;font-size:110%;}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0;
}

#tagline{
color:#0033cc;
text-align:center;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
font-size:80%;
}

a.leftlink{color:white;}
a.leftlink:hover{background-color: #0066cc;}



/* FORM STYLES */


.cssform fieldset{
	width:80%;
	margin-top:30px;
	padding:20px 20px 20px 20px;
}

.cssform legend{
	font-weight:bold;
	font-size: 120%;
	color:#000066;
	
}
.cssform label, .cssform input {
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 5px;
}

.cssform input.long {
	width: 300px;
}


.cssform input, .cssform select{
	display: block;
	width: 200px;
	margin-bottom: 10px;
}

label.cssform{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	font-weight:bold;
}

.cssform label em {
	color:#FF0000;
	font-style:normal;
	font-weight:bold;
	margin-left:5px;
}





#submit{
	text-align: center;
	width: 150px;
	margin-top:10px;
	margin-left:150px;
	}

.formfeedback{
	padding:10px;
	background-color:#003964;
	color:#fff;
}

a.pagenum{
	margin:10px;
	padding-right:5px ;
}
span.pagenum{
	margin:10px;
	padding-right:5px ;
	font-weight:bold;
}

.notice{
width:80%;
border: 1px solid black;
background-color:#e9e9e9;
padding:10px;
}



/* Table styles. */

table.ts{
  border-color: #000000;
  border-spacing: 0px;
  border-style: solid;
  border-width: 2px;
}

td.ts, th.ts{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px 0.5em;
  white-space: nowrap;
}

td.numeric {
  text-align: right;
}

th.ts {
  background-color: #1b4d7e;
  color:#fff;
}

th.mainHeader {
  background-color: #808080;
  color: #ffffff;
  text-align: left;
}

th.ts a {
  color:#fff;
  text-decoration: none;
}

th.ts a:visited {
	color:#fff;
}

th.ts a:active, th.ts a:hover {
 color:#fff;
  text-decoration: underline;
}

tr.alternateRow {
  background-color: #e0e0e0;
}

td.sortedColumn {
  background-color: #f0f0f0;
}

th.sortedColumn {
  background-color: #b0b0b0;
}

tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
}




/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
#tcal .ctrl {
	border-bottom: 0;
}
/* navigation buttons */
#tcal .ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
#tcal .ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
#tcal td.othermonth {
	color: silver;
}
#tcal td.weekend {
	background-color: #ACD6F5;
}
#tcal td.today {
	border: 1px solid red;
}
#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

#nav{display:block;}




.nifty {
margin:0 10px 0 10px;
width:90%;
text-align:left;
}

b.rtop,b.rbottom {
display:block;
background:#FFF;
}

b.rtop b,b.rbottom b {
display:block;
height:1px;
overflow:hidden;
}

b.r1 {
margin:0 5px;
}

b.r2 {
margin:0 3px;
}

b.r3 {
margin:0 2px;
}

b.rtop b.r4,b.rbottom b.r4 {
height:2px;
margin:0 1px;
}

.c2 {
background:#5093CA;
}


