body {
	font-family : verdana,Arial, Helvetica, sans-serif;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	text-align : left;
	background-color : #000066;
}

h1 {
	color : #000066;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 2.5em;
}

h2 {
	color : #000066;
	font-family : Georgia, "Times New Roman", Times, serif;
	margin-left : 15px;
}

h3{
	margin-right : 10px;
	color : #000066;
	font-family : Georgia, "Times New Roman", Times, serif;
	margin-left : 0.7em;
}

hr.colour1 {
	color : #FF0000;
}

li {
	padding-bottom : 0.4em;
}

p {
	font-family : verdana,Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 0.95em;
	margin-left : 25px;
	margin-right : 15px;
}

a:link{
	color : #0000CC;
}

a:link.nav, a:visited.nav, a:active.nav, a:hover.nav {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 0.82em;
	font-weight : 600;
	text-decoration : none;
}

a:visited {
	color : #993399;
}

a:hover {
	color : #FF0000;
}

a.nav{
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 0.9em;
	font-weight : 600;
	text-decoration : none;
}

.rtbar{
	background-color : #FFAA43;
	width : 11em;
	padding : 2ex 1.5ex 4ex 1ex;
	position:absolute;
	right:0px;
	top: 2em;
	z-index : 3;
	overflow : visible;
}

.rtbar p{
	margin-left : 1%;
	margin-right : 1%;
}

.contact p{
	font-size:85%;
}

.rtbar address{
	margin-left : 1%;
	margin-right : 1%;
	font-size : 0.9em;
}

.content{
	background-color : #FFFFE8;
	padding : 0 1% 1em 1%;
	margin : 0 12.5em 0 7em;
	border-top : solid 1px #FFFFE9;
	clear : both;
}

.content h1{
	font-family :Georgia, "Times New Roman", Times, serif;
	color : White;
}

.address {
	background-color : #FFAA43;
	color : #000066;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 0.9em;
}

.news {
	background-color : #99CCFF;
	border : medium #9900FF inset;
	color : #330000;
	font-family : "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size : 1.15em;
	font-weight : 600;
	padding-bottom : 8px;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 8px;
	text-align : center;
}

.note{
	font-family : "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
	color : #004400;
	font-size : 1.15em;
	font-style : italic;
	font-weight : 600;
}

.smallnote {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
}

.content .info{
	color:navy;
	background-color:#FFC899;
	padding:0.8em;
	border:1px black dotted;
}

.content .info p, .content .info li{
	color:navy;
	background-color:#FFC899;
	font-size:1.2em;
}

.content .info li ul li{
font-size:100%;
}

.head {
	background-color : #000066;
	padding : 0 0 0 0;
	line-height:normal;
	margin-top : 0;
	width : 100%
	border-top : 1px solid #000067;
	float : left;
}

.head .emblem {
	height : 6.25em;
	width : 6.625 em;
	margin-top : 0.1em;
	margin-right:-1.6em;
	padding : 0 1em 0 0;
	float : left;
}

.head .emblem img {
	height : 6.25em;
	width : 6.625 em;
	float : left;
}

.head h1.title{
	font-family :Georgia, "Times New Roman", Times, serif;
	color : White;
	background-color: #000066;
	font-size : 2em;
	font-weight : normal;
	margin : 0.5em 0 0.6em 0em;
	padding : 0.1em;
	/*float : left;*/
}

.head .skiplink {
	border : none;
	width : 400px;
	height : 1px;
}

.head ul {
	padding:1em1em 0 0;
	margin: 0 0 0 5em;
	list-style:none;
	/*Set a width that includes all the links, so that the naviigation bar does not wrap on a narrow window */
	width : 50em;
}

.head li{
	float:left;
	position : relative;
	z-index : 4;
	background-color : #F8F8F8;
	margin:0px 0.2em 0px 0px;
	padding: 0.2em 0.5em 0.2em 0.5em;
	color : #000033;
	font-family : "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	border-top : 2px solid #000033;
	border-right : 2px solid #000033;
	border-left : 2px solid #000033;
	list-style-type : none;
	font-size : 90%;
}

.head li a{
	float:left;
	display:block;
	/*padding:5px 15px 4px 6px;*/
	padding : 0.1em;
	text-decoration:none;
	font-weight:bold;
	color:#776655;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.head a {float:none;}
/* End IE5-Mac hack */

.head li a:hover{
	color : #990000;
}

.head li#current {
  border-bottom : 2px solid white;
  background-color : #FFFFE8;
  }
  
.head li#current a {
  color:#333333;
  /*padding-bottom:2px;*/
  }
  
.head #current a:hover {
	cursor : default;
}

.head li ul{
	display : none;
}

.head .skiplink{
	border : 0;
	margin : 0;
	padding : 0;
}