body {
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: small;
	line-height: 160%;
}	

body#public {
	background-color: #3FA6E1;	
	/* background-color: #EDF2FE; */
}	

body#intranet {
	/* background-color: #B7CA79; */
	background-color: #DEE5ED;
}	

#wrapper {
	position: relative;
	text-align: left;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #036;
	padding: 20px;
	background-color: #FFF;	
}

#footer {
	text-align: center; 
	border-top: 3px solid #2420A2;
	padding-top: 7px;
}	

/*
table#headerTable h1#header {
	position: relative;
	margin-top: 5px;
	width: 559px; 
	height: 70px;
	overflow: hidden;
}	
	
table#headerTable h1#header span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../assets/gfx/welcome.jpg);
	background-repeat: no-repeat;
}	
*/

table#headerTable a {
	font-size: 110%; 
	padding: 3px 7px 4px 7px;
}	

body#public table#headerTable a {
	color: #FFF; 
	/* background-color: #B7CA79; green button */
	background-color: #1F2094;
}	

body#intranet table#headerTable a {
	color: white; 
	background-color: #2421A2;
}

table#headerTable a:hover {
	background-color: #800; 
}

script, embed {
	padding: 0;
	margin: 0;
}		

#topLine {
	border-top: 2px solid #2420A2;;
	margin-bottom: 10px;
}	

table#bannerTable {
	width: 100%; 
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	height: 150px;
}	

table#bannerTable td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}	

table#bannerTable img {
	border: none;
}	

/* TOP NAVIGATION ATTRIBUTES */

#TOPNAV { /* Band that holds top navigation */
  margin-top: 2px;
  border-top: 2px solid #2420A2;
  border-bottom: 2px solid #2420A2;
  margin-bottom: 7px;
  background-color: #FFF;
  height: 33px;
}

ul.horizontal /* Fix position of top navigation */
{
  position: absolute;
  top: 199px;
  cursor: default;
  z-index: 2000;
  background-color: #FFF;
}

body#public ul.horizontal {
  left: 86px;	
}	

/*
body#intranet ul.horizontal {
  left: 160px;	
}
*/

/* Dropdown navigation */
ul.horizontal, ul.horizontal li, ul.horizontal ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  line-height: normal;
}

ul.horizontal li {
  width: auto;
  float: left;
  position: relative;
  cursor: pointer;
  text-align: left;
  left: 1em;
  margin: 0;
}

/*
html ul.horizontal li {
  	margin: 2px 3px 0 3px; /* Spacing between top menu bar items
}
*/

ul[class^="horizontal"] li {
  margin: 0 -1.1em 0 1em;
  left: 0;
}

ul.horizontal ul {
  z-index: 2020;
  padding: 0;
  cursor: default;
  position: absolute;
  left: -100em;
  top: auto;
  width: 10em;
  margin: 0;
}

ul.horizontal ul li {
  width: 15em; /* Fixes width of drop-downs */
  float: none;
  left: auto;
  margin: 0;
}

/* design styles */
ul.horizontal a, ul.horizontal a:visited {
  display: block;
  cursor: pointer;
  border-top: 2px solid #FFF; /* Spacing between top menu bar items */
 	border-right: 3px solid #FFF; /* Spacing between top menu bar items */
 	border-left: 3px solid #FFF; /* Spacing between top menu bar items */   
  padding: 2px 7px 4px 7px; /* For top menu bar and drop-downs */
  text-decoration: none;
}

/* browser hacks */
ul.horizontal a { float: left; }
@media Screen, Projection { ul.horizontal a { float: none; } }
ul.horizontal ul a { float: none !important; }
@media screen, projection {
  * html ul.horizontal li {
    display: inline;
    f\loat: left;
    color: black;
    background-color: #FFF;
  }
}
* html ul.horizontal li { position: static; }
* html ul.horizontal a { position: relative; }

/* iframe layer */
ul iframe {
  position: absolute;
  z-index: 1010;
  border: none;
}

ul.horizontal a:link, ul.horizontal a:visited { 
	color: #000;
	text-decoration: none;
	background-color: #DEE5ED; /* Top menu bar color  */
	/*  background-color: #3FA6E1; Top menu bar color */
}




/* Intranet menu stuff 19-01-2009 */

body#intranet ul.horizontal {
  left: 141px;	
}

body#intranet ul.horizontal a:link, body#intranet ul.horizontal a:visited { 
	color: #FFF;
	text-decoration: none;
	background-color: #1F2094; /* Top menu bar color  */
}

/* Intranet drop-down */
body#intranet ul.sub li a:link, body#intranet ul.sub li a:visited {
	color: #000;
	background-color: #DEE5ED;
}

/* Intranet drop-down hover */
body#intranet ul.sub li a:hover {
	color: #000;
	background-color: #3FA6E1;
	text-decoration: none;	
}

body#intranet ul.horizontal a#current {
	text-decoration: none;
	color: #FF0;
}	

/* End of intranet menu stuff */



/* top navigation hover */
ul.horizontal a:hover { 
	text-decoration: none;
	color: #FFF;
	background-color: #2421A2;
}

ul.sub li a:link, ul.sub li a:visited {
	color: #000;
	/* background-color: #3FA6E1; */
	/* background-color: #77DDFF; */
	background-color: #3FA6E1;
}

/* drop-down hover */
ul.sub li a:hover {
	color: #FFF;
	background-color: #2420A2;
	/* background-color: #3FA6E1; */
	text-decoration: none;	
}

ul.horizontal a#current {
	font-weight: bold;
	text-decoration: none;	
}	

/*
body#home a#current {
	font-weight: bold;
	text-decoration: none;		
}	
*/

/* END OF TOP NAVIGATION ATTRIBUTES */

a.home {
	margin-right: 5px;	
}	

h1, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #2420A2;
	background-color: transparent;
}	

h1 {
	font-size: 200%;
}	

h2, body#intranet h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%; 
	color: #800;
	background-color: transparent;
}	

table#home #content {
	width: 600px; 
	padding-right: 10px;
}	

table#home #news {
	padding-left: 10px;
	border-left: 1px solid #2420A2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	line-height: normal; 
}

table#home #news h2 {
	font-size: 200%; 
	padding-top: 0;
	margin-top: -.2em;
	margin-bottom: -.5em;
}	

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #2420A2;
	background-color: transparent;
	/* margin-bottom: -.9em; */
}

#about {
	border-top: 1px solid #800;
	border-bottom: 1px solid #800;
}	

#about img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #999;
}	

a {
	color: #2420A2;
}

.date {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small; 
	color: #800;
}	

/*
.date {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 30px;
	margin-bottom: -2em;
	color: #666;
}	
*/

h3.news {
	margin-bottom: -.9em;
	color: #800;	
}	

li {
	margin-bottom: .5em;
}	

br.clear {
	clear: both;
}	

input.form, textarea.form, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: #FFFFA0;
}	

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: white; 
	background-color: #800; 
}

table#contact {
	width: 420px;
	margin-top: 8px;
}	


/* Editize */
.highlighted {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #800;
	font-weight: bold;
}	

table.bordered {
	margin-top: 2em;
	border-collapse: collapse;
	border: 1px solid #800;
	background-color: #EEE;
}	

table.bordered td {
	padding: 2px 5px;
	border: 1px solid #800;
}	

table.bordered td.left {
	background-color: #DDD;
	text-align: right;
	font-weight: bold;
}	

table.bordered2, table.bordered3 {
	margin-top: 2em;
	margin-bottom: 2em;
	border-collapse: collapse;
	border: 1px solid #999;
	background-color: #FFF;
}	

table.bordered2 {
	background-color: #FFF;	
}	

table.bordered3 {
	background-color: #DBE5F1;	
}

table.bordered2 td, table.bordered3 td {
	padding: 2px 5px;
	border: 1px solid #999;
}

table.bordered2 tr.header {
	font-weight: bold;
	/* background-color: #EEE; */
	background-color: #FDE9D9;
}	

table.bordered3 tr.header {
	font-weight: bold;
	background-color: #FDE9D9;
}	

table.h26 {
	border-collapse: collapse;
	border: none;
	margin-top: 20px; 
	margin-bottom: 20px;
}	

table.h26 td {
	border: none;
	height: 30px;
	padding-right: 7px;
}	


/* Print styles */

@media print {

	body {
		background-color: #FFF;
		margin: 0;
		padding: 0;
	}

  #wrapper {
  	position: relative;
  	text-align: left;
  	width: 700px;
  	margin-left: auto;
  	margin-right: auto;
  	border: none;
  	padding: 0;
  	background-color: #FFF;	
  }	

	#content {
		margin-top: -30px;
		margin-right: 290px;
	}	  
  
  #rightCol {
  	position: absolute;
  	top: 75px;
  	right: 0;
  	border: none;
  }	
	
	#NAVIGATION, .printhide {
		display: none;
	}

	a {
		text-decoration: none;
		color: #000;
	}
}

/* End of print styles */
