
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	font-size:12pt;
	color:#000067;
	font-family: arial, sans-serif;
/*	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; */
	background:#fff url(images/wave_graphic.jpg) no-repeat top left;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */ 
	min-width:780px;
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
}

h1{
  font-size: 22pt;
  font-weight: normal;
  font-style: normal;
  font-family: "Bodoni MT", Times, serif;
  padding:0px;
  padding-left:6px;
  line-height:80%;  
  color:#7f0000;
}

h1 b{
  font-size:16pt;
  font-weight: normal;
  font-style: normal;
}

h2{
  font-size: 16pt;
  font-weight: normal;
  font-style: normal;
  font-family: "Bodoni MT", Times, serif;
  padding:0px;
  padding-left:4px;
  line-height:80%;  
}
h2 b{
  font-weight: normal;
  font-style: normal;	
}

h3{
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
  font-family: "Bodoni MT", Times, serif;
  padding:0px;
  padding-left:4px;
  line-height:80%;  
}

.inlineheader{
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
  font-family: "Bodoni MT", Times, serif;
  padding:0px;
  padding-left:4px;
}


#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding-left:203px; 
	padding-right:10px;
	position:relative; 
	z-index:3;
}

#head {
	position:fixed; 
	margin:0; 
	border:0px;
	top:0; 	
/*	margin-left:-20px;*/
	display:block; 
	width:100%; 
	height:141px; 
	overflow:visible; 
	font-size:4em; 
	z-index:5; 
	color:#fff;
	min-width:760px;
}

#topmenu {
	display:block;
	background:#008080 url(images/wave_right.gif) no-repeat bottom left;
/*	width:100%; */
	height:27px;
}



#left {
	position:fixed; 
	left:0; top:0; 
	height:100%; 
	width:187px; 
	font-size:1em; 
	color:#fff;
	z-index:4;
	overflow:visible;
	margin-right:20px;
}

#pad1 {display:block; width:18px; height:140px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
#pad2 {display:block; height:150px;}
#pad4 {display:block; height:251px;}

#spacer {display:block; height:1px;width:780px;}

#content p {padding:5px;}

.bold {font-size:1.2em; font-weight:bold;}

.wordsleft {
	float:left; 
	top:100px; 
	left:150px; 
	width:140px; 
	background:white; 
	border:1px solid #c0c0c0; 
	margin:5px; 
	padding:10px;
	clear:left;
	font-size:10pt;
	color:#7f0000;
}

.wordsright {
	float:right; 
	top:100px; 
	right:150px; 
	width:140px; 
	background:white; 
	border:1px solid #c0c0c0; 
	margin:5px; 
	padding:10px;
	clear:right;
	font-size:10pt;
	color:#7f0000;
}

.wordsright p, #wordsleft p {
	margin:0px;
}


#crumbtrail{
  display:block;
  width:100%;
  color: #666;
  font-size: 10pt;
  padding-top:2px;
  height:22px;
/*  padding-bottom:1px;
  padding-left:20px;*/
  background-color:white;
  border-bottom:1px solid #000067;
  white-space:nowrap;
}
#crumbtrail a{
  color: #000067;
  text-decoration:none;
}
#crumbtrail a:visited{
  color: #000067;
  text-decoration:none;
}
#crumbtrail a:hover{
  color: #000067;
  text-decoration:underline;
}



.leftitem{
	width:145px;
	padding: 10px 5px 10px 5px;
	background:transparent url(images/line.gif) no-repeat bottom left;
}
.leftitem a{
  color:white;
  text-decoration:none;
}
.leftitem a:visited{
  color:white;
  text-decoration:none;
}
.leftitem a:hover{
  color:white;
  text-decoration:underline;
}

.leftitem p{
	margin-top:0px;
	margin-bottom:0px;
}

.photo_large{
 	float:right; 
 	margin:10px;
 	margin-right:5px;
 	padding:5px;
 	border:1px solid #c0c0c0;
}

.inline{
	display:inline;
}

h2 a, #content a{
	color:#000067;
	text-decoration:underline;
}
h2 a:visited, #content a:visited {
	color:#000067;
	text-decoration:underline;
}
h2 a:hover, #content a:hover {
	color:#7f0000;
	text-decoration:underline;
}

em{
  font-weight: normal;
  font-style: normal;	
}

p.nomargin{
	margin-top:0px;
}