/* MAIN HORIZONTIAL NAVIGATION BUTTONS STLYE SETTINGS */
			.menu {
						height: 20px;
						width: 100%;
						float: center;
						position:relative;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						text-align: center;
						background: url(overbtn.jpg) no-repeat;
						width: 100px;
						height: 20px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						background-image: url('images/button3.gif');
						display: block;
						color: #000000;
						font-size: 11px;
						font-weight: bold;
						width: 100px;
						height: 20px;
						display: block;
						color: #000080; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						background-image: url('images/button4.gif');
						color: #CCCC00
			}
			

			.cssnav img {width: 100px; height: 20px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position:relative;
					    left: 1px;top: 1px;
					    font-weight: bold;
					    font-color: #000080;
					    text-align: center;
					    width: 97px;
					    cursor: pointer;   
					     
			}
/* END OF NAVIGATION */

/* VERTICAL SUB-NAVIGATIONAL MENU FOR PAGES ON SITE */

/* Start vertical navigation menu */
.vert_nav_menu	{
			width:	200px;
			height: 100%;
			display: block;			
			position: relative;
			float:	left;
            background-color: #EEEEEE;
			font-family:	Arial;
			font-size:	11pt;
			font-color:	#023A76;
			text-align:	left; 
            }

.vert_nav_title {
			border-bottom:1px dotted #808000; display: block;			
			position: relative;
			background-color: #023A67;
			font-weight:	bold;
			text-align: center; color:#FFFFFF; 
			text-decoration:none
			}
		
.vert_nav {
		width:	198px;
		display: block:
		position: relative;
		float: left;
		background: url(overbtn.jpg) no-repeat;
        overflow:hidden;
		}

.vert_nav a {
		background-image: url('images/vnavbutton1.gif');
		border-bottom:1px dotted #808080;
		display: block;
		font-family:	Arial;
		font-size:	11pt;
		color:	#666666;
		width: 198px;
		text-decoration: none;
		overflow:hidden; margin-top:.5; margin-bottom:.5 
		}

.vert_nav a:hover {
		background-image: url('images/vnavbutton1-hov.gif');
		border-bottom: 1px solid #808080;
		color: #023A67;
		}

.vert_nav img {width: 198px; border: 0; }
			* html a:hover {visibility:visible}
			.vert_nav a:hover img{visibility:hidden}

.vert_nav span {
	    position:relative;
	    color: #666666;
	    text-align: left;
	    width: 196px;
	    cursor: pointer;   
		}					     
		
/* End vertical navigation menu */

/* Start of content area style settings */
.content_area {
			width:	595px;
			min-height:	400px;
			height:	100%;
			display: block;
			position: relative;
			float:	left;
			left: 5px;
			background-color: #FFFFFF;
			font-family:	Arial; 
			font-size:	11pt; margin-top:5; margin-bottom:5;
			color: #666666;
			}
h1           { font-family: Arial; font-size: 14pt; color: #023A67; font-weight: bold; 
               margin-top: 5; margin-bottom: 5 }
h2           { font-family: Arial; font-size: 12pt; color: #666666; font-weight: bold; 
               margin-top: 5; margin-bottom: 5 }
h3           { font-size: 11pt; color: #725E2F; font-family: Arial; font-weight: bold; 
               margin-top: 5; margin-bottom: 5 }
/* end of content area style settings */
