/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
	height: 100%; /* Required */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container-page {
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 94%; /* For IE */
  padding-top: 1.5em;
  margin-bottom: 1.5em;
}

/* SimpleViewer */
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		margin-left: 12em;
		margin-top: 0.15em;
		width: 86.2%;
	}
	/* end hide */

/* Banner */
#banner {
position: absolute; left: 1.5em; top: 1.5em;
}
/* content */
.content {
	margin-left: 12em;
	margin-top: 2em;
	background-color: #000000;
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
	width: 86.2%;
	padding: 0em;	
	height: 140px;
}
/* content */
.contentinvert {
	margin-left: 12em;
	margin-top: 2em;
	background-color: #ffffff;
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
	width: 86.2%;
	padding: 0em;	
	height: 140px;
}


/* main image */
.mimage {
	float: left;
}
/* welcome text */
.rwelcome {
	float: left;
	padding: 0.75em;
	padding-bottom: 0em;
	background-color:#000000;	
}

/* welcome text */
.rwelcomeinvert {
	float: left;
	padding: 0.75em;
	padding-bottom: 0em;
	background-color:#ffffff;	
}

/* 2nd row of content */
.content2 {
	margin-left: 12em;
/*	margin-top: 3.8cm;
	*margin-top: 0.15em;     Fix for Firefox */
	margin-top: 0.15em;
	width: 86.3%;
}
/* 2nd row box */
.box2 {
	padding: 1em;
	background-color:#000000;
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
	margin-bottom: 0.15em;
	position: relative;	
}

/* 2nd row box */
.box2invert {
	padding: 1em;
	background-color:#FFFFFF;
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
	margin-bottom: 0.15em;
	position: relative;	
}
/* notice box */
.noticebox {
	
	padding: 1em;
	background-color:#FBE799; 
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
/*	margin-right: 3px;*/
	margin-bottom: 3px;
	position:relative;
	width: 98%;
	*width: 100%;
}
/* current notice box */
.noticeboxcurrent {
	
	padding: 1em;
	background-color:#A6D2FF;
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
/*	margin-right: 3px;*/
	margin-bottom: 3px;
	position:relative;
	width: 98%;
	*width: 100%;
}
/* notice box key colour */
#nbkey {
	background-color:#FBE799;
	padding: 0.3em;
	border-width: 1px; 
	border-style: solid;
	margin: 0.25em;
}
/* current notice box key colour*/
#nbckey {
	background-color:#A6D2FF;
	padding: 0.3em;
	border-width: 1px; 
	border-style: solid;
	margin: 0.25em;
}

/* footer style */
.footer {
	height: 1em;
	border-color:#cccccc;
	border-top: solid 1px;
	border-bottom: solid 1px;
	text-align: center;
	position:relative;
	bottom:auto;
}
#container-foot {
  width: 100%;
  background: #CCC;
  position: relative;
  bottom: 1px; !important;
  bottom: -1em; /* For Certain IE widths */
  margin-bottom: 1.0em;
}


/* Left Navigation */
#lnav {
position: absolute; left: 0.5em; top: 16em;
font-size:10px;
}
#links {
	position: relative;
	margin: 0.15em 0em 0em 0em;
	width: 11em;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
#links li {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#cccccc;
	position: relative;
	width: 11em;
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
	margin: 0.15em 0em 0em 0em;
	text-align: center;
	list-style: none;
	}
#links li a {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#FFFFFF; 
	text-decoration:none;
	display: block;
	}
#links li a:visited {
	text-decoration:none;
	}
#links li a:hover {
	background-color: #EEEEEE;
	display: block;
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color: #000000;
	}
#links li a.selected {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	background-color: #DDDDDD;
	display: block;
	}


#linksinvert {
	position: relative;
	margin: 0.15em 0em 0em 0em;
	width: 11em;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
#linksinvert li {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#cccccc;
	position: relative;
	width: 11em;
	border-color:#cccccc;
	border-width: 1px; 
	border-style: solid;
	margin: 0.15em 0em 0em 0em;
	text-align: center;
	list-style: none;
	}
#linksinvert li a {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#000000; 
	text-decoration:none;
	display: block;
	}
#linksinvert li a:visited {
	text-decoration:none;
	}
#linksinvert li a:hover {
	background-color: #000000;
	display: block;
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color: #FFFFFF;
	}
#linksinvert li a.selected {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	background-color: #DDDDDD;
	display: block;
	}












a {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color: #ffffff;
	text-decoration:none;
	}

img {
	border-color:#000000
	}
	
a:hover {
	color:#FF0000;
}
table {
	font-size:12px;
}
p 	{
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#FFFFFF;
	}
.black {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#000000;
	}
h1 {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#ffffff;
	font-size:36px;
}
h2 {
	font-family:  Trebuchet MS,arial,Verdana,sans-serif;
	color:#ffffff;
	font-size: 24px;
}
h3 {
	font-family: Trebuchet MS,arial,Verdana,sans-serif;
	color:#ffffff;
	}
sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	

