/*Initial starting position and color of dropdown menus*/

 #menu1Div
 {
	clip: auto;
	layer-background-color: #FFFFFF;
	position : absolute;
	left : 160px;
	top:-10000px;
	z-index : 3;
}
/*Position and color of 2nd level left-hand menu*/
 #menu11Div
 {
	clip: auto;
	position : absolute;
	left : 75px;
	top:20px;
	width : 120px;
}
/*Position and color of 3rd level left-hand menu*/
 #menu111Div
 {
	clip: auto;
	layer-background-color: #FFFFFF;
	position : absolute;
	left : 7px;
	top:20px;
	width : 140px;
}
 #menu2Div
 {
	clip: auto;
	layer-background-color: #FFFFFF;
	position : absolute;
	left : 265px;
	top:-10000px;
	z-index : 3;
}

 #menu3Div
 {
	clip: auto;
	layer-background-color: #FFFFFF;
	position : absolute;
	left : 375px;
	top:-10000px;
	z-index : 3;
} 

 #menu4Div
 {
	clip: auto;
	layer-background-color: #FFFFFF;
	position : absolute;
	left : 522px;
	top:-10000px;
	z-index : 3;
} 

 #menu5Div
 {
	clip: auto;
	layer-background-color: #FFFFFF;
	position : absolute;
	left : 615px;
	top:-10000px;
	z-index : 3;
}
 #menu6Div
 {
	clip: auto;
	layer-background-color: #FFFFFF;
	position : absolute;
	left : 664px;
	top:-10000px;
	z-index : 3;
}
/*InfoBoxes style*/
	#leftcol
	{
	border: 1px solid Gray;
	background-color: White;
	layer-background-color: White;
	font: 12px Arial, Helvetica, sans-serif;
	padding : 5px 7px 0px 10px;
	z-index : 0;
    width : 128px;
	color : #191970;
	text-align : left;
}

	#rightcol
	{
	font: 12px Arial, Helvetica, sans-serif;
	text-align : left;
	padding : 5px 7px 0px 10px;
	z-index : 0;
	width : 128px;
	color : #191970;
}
 	#rightcolbox
	{
	border: 1px solid Gray;
	background-color: White;
	layer-background-color: White;
	font: 12px Arial, Helvetica, sans-serif;
	text-align : left;
	padding : 5px 7px 0px 10px;
	z-index : 0;
	width : 128px;
	color : #191970;
}
	#footer
	{
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : center;
}
	
 #breadDiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index : 0;
	text-align : left;
	color : White;
	font : normal;
	position : absolute;
	top : 75px;
	left : 160px;
}


/*Styles for level top level menu. */

.menuLevel0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	color : #191970;
	z-index : 2;
	cursor:pointer;
	cursor:hand;
	width : 90px;
	text-decoration : none;
}
.menuLevel0:Hover{
	background-color: Silver;
	layer-background-color: Silver;
	color: White;
}  
.menuLeve20{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	color : #191970;
	z-index : 2;
	cursor:pointer;
	cursor:hand;
	width : 100px;
	text-decoration : none;
}
.menuLeve20:Hover{
	background-color: Silver;
	layer-background-color: Silver;
	color: White;
} 
.menuLeve30{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	color : #191970;
	z-index : 2;
	cursor:pointer;
	cursor:hand;
	width : 135px;
	text-decoration : none;
}
.menuLeve30:Hover{
	background-color: Silver;
	layer-background-color: Silver;
	color: White;
}
.menuLeve40{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	color : #191970;
	z-index : 2;
	cursor:pointer;
	cursor:hand;
	width : 85px;
	text-decoration : none;
}
.menuLeve40:Hover{
	background-color: Silver;
	layer-background-color: Silver;
	color: White;
}
.menuLeve50{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	color : #191970;
	z-index : 2;
	cursor:pointer;
	cursor:hand;
	width : 50px;
	text-decoration : none;
}
.menuLeve50:Hover{
	background-color: Silver;
	layer-background-color: Silver;
	color: White;
} 
.menuLeve60{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	color : #191970;
	z-index : 2;
	cursor:pointer;
	cursor:hand;
	width : 65px;
	text-decoration : none;
}
.menuLeve60:Hover{
	background-color: Silver;
	layer-background-color: Silver;
	color: White;
}
/*Styles for dropdown menu*/

.menuLevel1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	color : #191970;
	z-index : 2;
	padding : 5px 5px 5px 5px;
	cursor:pointer;
	cursor:hand;
	width : 100%;
	text-decoration : none;
}
.menuLevel1:visited {
	color : #2F4F4F;
}
.menuLevel1:Hover{
	background-color: Silver;
	layer-background-color: Silver;
	color : White;
}
.menuLevel1:active {
	background-color: Silver;
	layer-background-color: Silver;
	color : Blue;
}
/*Styles for left-hand menu*/ 
.menuLevel2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #191970;
	z-index : 2;
	cursor:pointer;
	cursor:hand;
	line-height : 18px;
	width : 100%;
	padding-bottom : 5px;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 0px;
	text-align : left;
	text-decoration : none;
}
.menuLevel2:visited{
	color : #2F4F4F;
}
.menuLevel2:Hover{
	background-color: Silver;
	color : White;
}
.menuLevel2:active{
	background-color: Silver;
	color : Blue;
}
 
/*background color for center column text*/
 td.c1 {
	background-color : #FFFFFF;
	layer-background-color : #FFFFFF;
}
/*Main Title*/
td.c2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	color : #191970;
}
/*Author*/
td.c3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : center;
	color : #191970;
	font-style : italic;
}
/*Left column, the link to the image should become an absolute path once the site is live (NN4 issue only)*/
 td.c4 {
	background-image : url(http://www.wavetrust.org/Images/1wave2.jpg);
	background-repeat: repeat-y;
	background-color : White;
	layer-background-color : White;
	width : 156px;
}
/*Table style*/
td.c5{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	color : #191970;
}
/*Right column*/
 td.c6 {
	background-color : #FFFFFF;
	layer-background-color : #FFFFFF;
	width : 150px;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	padding-right : 5px;
	padding-left : 15px;
}
/*Banner background color*/
 td.c8 {
	background-color : #FFFFFF;
	layer-background-color : #FFFFFF;
}
/*Splash screen text*/
td.c9 {
	font-family :Lucida Sans, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #191970;
	line-height : 12px;
	font-weight : normal;
}
/*Home left text*/
td.c10 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	line-height : 18px;
	font-weight : normal;
	padding-left : 10px;
	padding-right : 10px;
	border : 1px solid Black;
}
/*Home left text*/
td.c11 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	line-height : 18px;
	font-weight : normal;
	padding-left : 10px;
	padding-right : 10px;
}

/*Main body*/
div.c1{
	padding : 5px 30px 0px 30px;
	color :#191970;
	line-height : 20px;
	z-index : 0;
	background-color : #FFFFFF;
	layer-background-color : #FFFFFF;
}
/*Subheading text*/
div.c2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	padding : 5px 20px 0px 20px;
	color :#191970;
	line-height : 20px;
	z-index : 0;
}
/*Subheading description text*/
div.c3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	text-align : left;
	padding : 5px 20px 0px 20px;
	color :#191970;
	line-height : 20px;
	z-index : 0;
}
/*Main body text*/
div.c4{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	padding : 5px 20px 0px 20px;
	color : #333333;
	line-height : 20px;
	z-index : 1;
}
/*"Top" link style, the link that returns you to the top of the page*/
div.c5{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : right;
	color : #191970;
	margin-right : 20px;
}
/*Table body text*/
div.c6{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	padding : 5px 5px 0px 5px;
	color : #454545;
	z-index : 1;
}
/*print icon align*/
div.print{
	margin-right : 20px;
}

/*span class=c2 is a line of "invisable" text used ensure the main body text always fills the current window size*/
 span.c2 {
	color: #FFFFFF;
	font-family: monospace;
	font-size: 10px;
}

 span.c3 {
	color: #191970;
	font-family: "Lucida Sans";
	font-size: 21px;
	font-weight : bold;
	text-align : center;
}