html, body 		{background-color: #5d7a74;
			font-family: Arial, Helvetica, sans-serif;	
			color: #FFFFFF;
			}


#topBox			{font-family: Arial, Helvetica, sans-serif; 
			font-size: 9pt; color: white; text-align: center; font-weight: bold;
			position: relative; top: 5px; left: 380px;
			width: 370px; height: 130px; overflow: none;
			}

#toppane			{background-color: #003333;
			font-family: Arial, Helvetica, sans-serif;	
			color: black;
			}

#leftpane			{background-color: #B9C6C4;
			font-family: Arial, Helvetica, sans-serif;	
			color: black;
			}

#rightpane		{background-color: #FFFFFF;
			font-family: Arial, Helvetica, sans-serif;	
			color: black;
			}

A:link			{color: #003333; text-decoration: underline}
A:visited			{color: #003333; text-decoration: underline}
A:active			{color: #003333; text-decoration: underline}
A:hover			{color: red; text-decoration: underline}

h1			{font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #003333; font-weight: bold;}
h2			{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003333; font-weight: bold;}
h3			{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003333; font-weight: bold;}

.title			{font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #003333; font-weight: bold;}
.head			{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003333;  font-weight: bold;}
.text 			{font-family: Verdana, Helvetica, sans-serif; line-height:150%; font-size: 8pt; color: #333333}
.little 			{font-family: Verdana, Helvetica, sans-serif; line-height:160%; font-size: 7pt; color: black}
.tiny 			{font-family: Verdana, Helvetica, sans-serif; font-size: 1pt; color: black}

.copy 			{font-family: Verdana, Helvetica, sans-serif; line-height:120%; font-size: 7pt; color: white;}
.copy A 			{color: white; text-decoration: none}
.copy A:visited		{color: white; text-decoration: none}
.copy A:active		{color: white; text-decoration: none}
.copy A:hover		{color: #ffa202; text-decoration: underline}

.calltoaction		{font-family: Arial, Helvetica, sans-serif; line-height:120%; font-size: 11pt; color: #003333; font-weight: bold; text-align: center;}
.calltoaction A		{color: #003333; text-decoration: none}
.calltoaction A:visited	{color: #003333; text-decoration: none}
.calltoaction A:active	{color: #003333; text-decoration: none}
.calltoaction A:hover	{color: red; text-decoration: underline}

.navT 			{font-family: Verdana, Helvetica, sans-serif; line-height:160%; font-size: 7.5pt; color: black; font-weight: bold}
.navT A 			{color: #333333; text-decoration: none}
.navT A:visited		{color: #333333; text-decoration: none}
.navT A:active		{color: #333333; text-decoration: none}
.navT A:hover		{color: #003333; text-decoration: underline}

.navTM 			{font-family: Arial, Helvetica, sans-serif; line-height:160%; font-size: 7.5pt; color: white; font-weight: bold}
.navTM A 			{color: white; text-decoration: none}
.navTM A:visited		{color: white; text-decoration: none}
.navTM A:active		{color: white; text-decoration: none}
.navTM A:hover		{color: white; text-decoration: underline}

.navBM 			{font-family: Arial, Helvetica, sans-serif; line-height:160%; font-size: 7.5pt; color: white; font-weight: bold}
.navBM A 			{color: white; text-decoration: none}
.navBM A:visited		{color: white; text-decoration: none}
.navBM A:active		{color: white; text-decoration: none}
.navBM A:hover		{color: white; text-decoration: underline}

.navB 			{font-family: Arial, Helvetica, sans-serif; line-height:160%; font-size: 7.5pt; color: white; font-weight: bold}
.navB A 			{color: white; text-decoration: none}
.navB A:visited		{color: white; text-decoration: none}
.navB A:active		{color: white; text-decoration: none}
.navB A:hover		{color: ffff99; text-decoration: underline}

.navL 			{font-family: Arial, Helvetica, sans-serif; line-height:130%; font-size: 8pt; color: black; font-weight: regular; text-align: justify; letter-spacing: .1em;}


/*Main Menu and Drop-Down menu elements */

.mainmenu		{font: bold 12px Arial;
			width: 100%; /*leave this value as is in most cases*/
			}

.mainmenu ul		{margin: 0;
			padding: 0;
			float: left;
			width: 100%; /*width of menu*/
			border: 1px solid #336666; /*border*/
			border-width: 0px 0;
			background: #ffffff url(graphics/ar2_c1.jpg) center center repeat-x;
			}

.mainmenu ul li		{display: inline;
			}

.mainmenu ul li a		{float: left;
			color: black; /*text color*/
			padding: 5px 11px;
			text-decoration: none;
			border-right: 1px solid #336666; /*divider between menu items*/
			}

.mainmenu ul li a:visited	{color: black;
			text-decoration: none;
			}

.mainmenu ul li a:hover, .mainmenu ul li .current	{color: black !important; /*text color of selected and active item*/
			padding-top: 6px; /*shift text down 1px for selected and active item*/
			padding-bottom: 4px; /*shift text down 1px for selected and active item*/
			background: white url(graphics/ar2_c1_f2.jpg) center center repeat-x;
			text-decoration: none;
			}



#dropmenudiv		{position:absolute;
			border:1px solid black;
			border-bottom-width: 0;
			font:normal 12px Verdana;
			line-height:18px;
			z-index:100;
			}

#dropmenudiv a		{width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid black;
			padding: 1px 0;
			text-decoration: none;
			font-weight: bold;
			}

#dropmenudiv a:hover	{ /*hover background color*/
			color: white;
			background-color: #54736D;
			}



.ulimage			{list-style-type: none;
			margin: 5px 0;
			padding: 0;
			width: 170px;
			border: 0px solid #9A9A9A;
			}

.ulimage li a		{background: #B9C6C4 url(graphics/sqr1.gif) 
			no-repeat 2px center;
			font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
			color: #003333;
			display: block;
			width: auto;
			padding: 3px 0;
			padding-left: 20px;
			text-decoration: none;
			border-bottom: 0px solid #B5B5B5;
			}


* html .ulimage li a		{ /*IE only. Actual menu width minus left padding of LINK (20px) */
			width: 150px;
			}

.ulimage li a:visited, .ulimage li a:active	{color:;
			text-decoration: none;
			}

.ulimage li a:hover		{color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			background-color:;
			background-image:url(graphics/sqr2.gif); /*onMouseover image change. Remove if none*/
			}

/*common attributes for HR tag */

.hr-1 			{width: 100%;
			border-top: 2px solid #5d7a74;
			border-bottom: 0px dashed #6868B3;
			text-align: center;
			color: #FFFFFF;
			}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #704968;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}



