
body{
	color: #000000;
	background: gray;
	margin:auto;
	font-size:90%;
	font-family: helvetica;
	color:#000000;
	text-align:center;
	}

img{
	border: 0px;
	}

p{
	font-size:80%;
	text-align:left;
	}
	
#wrapper{
	background: #fdfdfd;
	/* background: url(images/bgmenu20x.png) no-repeat; */
	margin: 1% 1% 1% 1%;
	padding: .5% .5% .5% .5%;
	border: 2px solid transparent;
	}
	
#header{
	clear:both;
	margin-bottom: 1%;
	width:100%;
	border: 1px dashed transparent;
	}

#menu{
	clear:both;
	margin-bottom: 1%;
	border: 3px ridge blue;
	}

#content{
	clear:both;
	margin-bottom: 1%;
	border: 1px solid transparent;
	}

#done{
	clear:both;
	}
	
#footer{
 	clear:both;
     margin-bottom: 1%;
     border: 1px solid transparent;
     }
     
 #footer p{
    text-align:center;
    }
						
#lbox{
	float:left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	width: 180px;
	border: 1px solid transparent;
	}
	
#rbox{
	float:right;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	border: 1px solid transparent;
	}

#cbox{
	margin-left: .5%;
	margin-bottom: 1%;
	width:98%;
	border: 1px solid transparent;
	}	
	
.ubox{
	float:left;
	margin: 0% .5% 1% .5%;
	padding: .5% .5% .5% .5%;
	border: 1px solid transparent;
	}

.urbox{
	float:right;
	margin: 0% .5% 1% .5%;
	padding: .5% .5% .5% .5%;
	border: 1px solid transparent;
	}
	
.nmenu ul{
	margin: 0px;
	background-color: #1b6996;
	padding-left: 0%;
	padding-top: .7%;
	padding-bottom: .7%;
	}
	
.nmenu ul li{
	border-right-style: solid; 
	border-right-color: #ffffff; 
	border-right-width: 2px;
	display:inline;
	}
	
.nmenu ul li a{
	margin-right: 5px;
	margin-left: 5px;
	color: #ffffff;
	text-decoration:none;
	font-family: arial;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	}
	
.nmenu ul li a:hover{
	color:#ffff77;
	text-decoration:underline;
	}
	
.nmenu ul li a.current{ 
	color: #ffff77;
	text-decoration:none;
	}
	
.vmenu{
	float:left;
	position:relative;
	margin-bottom: 5%;
	padding-right: 10px;
	background:  url(images/vline.png) repeat-y;
	background-position: 100% 100%;
	color: #000000;
	list-style: none;
	overflow:hidden;
	border: 0px solid #dddddb;
	}

.vmenu p{
	color: #000000;
	padding-left: .5%;
	padding-right: .5%;
	font-size: 80%;
	text-decoration:none;
	}
		
.vmenu ul li{
	list-style:none;
	text-align:left;
	}

.vmenu ul li a{
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.5;
	text-align: left;
	cursor: pointer;
	}

.vmenu ul li a span{
	color: #ff0000;
	}
	
.vmenu ul li a:hover{
	color:#045c97;
	text-decoration:underline;
	}

.vmenu ul li a.current{ 
	color: #ff0000;
}

.dlist {
	float:left;
	width: 250px;
	}
.dlist ul li{
	list-style:none;
	line-height: 2.0;
	text-align:left;
	border: 0px solid black;
	}
	
.dlist ul li a{
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	cursor: default;
	border: 0px solid black;
	}

/*.dlist ul li a:hover{
	cursor:help;
	color:#000000;
	text-decoration:none;
	}*/
	
/* Link is enabled */	
.actl a {
		color:#045c97;
	}
	
.actl  a:hover{
	color: #045c97;
	cursor: pointer;
	text-decoration: underline;
	}

/* Link is diabled */
.nactl a {
		color:#000000;
	}
	
.nactl  a:hover{
	color: #000000;
	cursor: help;
	text-decoration: none;
	}
	
/* Force Height of Box */
.spacer{
	height:500px;
	}

.bon{
	border: 4px ridge #1b6996;
	}

/* Title Definations */
.t1{
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	}

.t2{
	font-size: 110%;
	font-weight: bold;
	}

.t3{
	font-size: 90%;
	font-weight: bold;
	}

.t4{
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	}

.t420{
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	}

.t5{
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	}

.t6{
	color: #984807;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	}

/* Mark Current Page */
.current{
	color:#2affff;
	}		

/* Date and Time settings */	

.dt{
	color: #224456;
	font-size: 70%;
	}

/* Clear h and v menu link background */

  .cbg{
  	background: transparent;
  	border: 1px solid transparent;
  	}  
  	
 .cbg a{
 	border-right-style: solid ; 
	border-right-color: #000000; 
	border-right-width: 0px;
	}
  	
  .bgpad{
         background: url(images/lp10x.png) no-repeat; 
         padding-top:3.4%;
         width:150px;
         height:180px; 
        }
        
.bgpad p{
     font-weight:bold;
     padding-left:15%;
 }
 
 .fclear{
	clear:both;
	}
	