html, body{ 
 margin:0; 
 padding:0; 
 background-color:#000000; 
 text-align:center; 
 font-family:arial, helvetica, sans-serif;
} 

.mceContentBody { background-image: none; background-color: #ffffff; color: #000; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */

h1{ 
 color: #00a1b1;
 text-align: center;
 font-size: 150%;
}
 
h2{ 
 color: #00a1b1;
 font-style: ital;
 text-align: center;
 font-size: 125%;
}

 
h3{ 
 color: #00a1b1;
 float: left;
 font-size: 125%;
}
 

#pagewidth{ 
 width:960px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 background-color: #FFFFFF;
 color: #000000;
} 
 
#header-wrapper{ 
 height: 310px;
}

#header{ 
 width:100%; 
 background-color:#ffffff; 
 text-align: center;
 }
 
#header img{ 
 border: 0px;
 padding: 0px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-right-width: 250px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #ffec8e;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:250px; /* hack keeps NN4 right column right? */ 
 float:right; 
 text-align: center;
 position:relative; 
 margin-right:-250px; 
 margin-left:1px; 
 font-size: 90%;
 font-weight: bold;
} 
 
#footer{
 width:100%; 
 background-color:#00a1b1; 
 text-align: center;
 font-size: 80%;
 font-weight: bold;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 680px; 
 position: relative; 
 margin:  0px; 
 padding: 0px 0px 0px 10px;
 }
 
#maincol img {padding:10px;}

#maincol em {
	font-style: normal;
	font-weight: bold;
}

#maincol p{
 text-align: justify;
}

#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

.imgleft{	
 float: left;
 margin: 4px 15px 4px 4px;
}

.imgright{
 float: right;
 margin: 20px 4px 4px 15px;
}

#menu {
	position:absolute; 
	text-align: center;
	top:294px; 
	z-index:899; 
	width:960px;
	background-color:#00a0b0; 
	color:#fff; 
	padding: 1px 0px 1px 0px;
	font-size: 1em;
}

#nav{
	margin:0; 
	font-size: 1em;
	list-style: none; 
	z-index:900;
	padding:0px 0px 0px 20px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#00a0b0; 
}


#nav a {
	background-color:#9a9a30; 
	color: #ffffff;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 0px 10px;
}

#nav li li a:hover {
	padding: 0px 5px;
	background-color:#ffec8f; 
	border: 5px solid #00a0b0;
	color: #000000;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	padding: 0px 15px 0px 0px;
	text-align: center;
	cursor: default;
	color: white;
	background-color: #00a0b0;
	font-weight: bold;

}

#nav li a:link, #nav li a:visited{
	background-color: #00a0b0;
}

#nav li#first {
	border-left-width: 1em;
}

#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index:910;
	text-align: left;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 10px 0px 1px 0px;
}

#nav li>ul {
	top: 12px;
	text-align: left;
	z-index:920;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	text-align: left;
	z-index:930;
	width: 16em;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index:940;
	min-height:0;
	left:0;
}

h3{
 color: #00a1b1;
 font-weight: heavy;
 font-size: 125%;
 float: left;
}

h3 a:link { 
 color: #00a1b1;               
 text-decoration: none;
 font-weight: bolder; 
}
     
h3 a:visited { 
 color: #00a1b1;               
 text-decoration: none;
 font-weight: bolder; 
}

h3 a:active { 
 color: #00a1b1;                
 text-decoration: none;
 font-weight: bolder; 
} 

h3 a:hover{ 
 color: #00a1b1;                
 text-decoration: none;
 font-weight: bolder; 
} 

.strongital{
font-weight: bold;
font-style: italic;
}

.strongcentered{
font-weight: bold;
text-align: center;
}

.strong{
font-weight: bold;
}

.ital{
font-style: italic;
}

.ital{
font-style: italic;
}

.small{
font-size: 90%;
}

.x-small{
font-size: 90%;
}