/***********************************************/
/* ALapNav.css   New Style pages   6/4/10     */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html,body{             /* Normalize and disable default scrollbars */
height: 100%; 
width: 100%; 
margin: 0 ; 
padding: 0 ;
overflow: hidden;
background:none ;
}

body{
	font-family: Arial,sans-serif;
	font-size:16px;
	color: #333333;
	line-height: 1.166;	
    background-image:url(images/PaperOld.jpg) ;
}

#logohead {                         /*logo area LEFT*/
   position: absolute;
   top: 3px; 
   left: 5px; 
   Width:200px;
   height: 190px;
   overflow: hidden; 
   border-Style: outset;
   border-width: 2pt;

}

#mainhead {
position: absolute; 
top: 3px; 
left: 24%; 
width: 74%; 
height:85px;
overflow: hidden; 
border-Style: outset;
border-width: 3pt;
background:  #f0f8ff ;
}

#leftmain, #rightmain {
position: absolute; 
top: 3px; 
width: 85px; 
height:85px;
overflow: hidden; 
border-Style: outset;
border-width: 3pt;
background: url(Images/Grad1.gif) #f0f8ff repeat-x;
}
#leftmain{
Left: 24%;
}

#rightmain{
Right:15px;
}

#leftpanel {                   /* button bar */
position: absolute; 
left: 5px; 
width: 20%; 
top: 3px; 
height: 95%; 
overflow: auto; 
background: none #003399;
border-Style: outset; 
border-width: 3pt;
padding: 5px 5px 5px 5px;
}

#leftpanel h1, #header h1, #footer h1 { /* Stuff to replace navbar*/
text-align: center;
color: #fffacd;
font-family: arial, verdana, sans-serif;
font-size: 16pt;
font-weight: bold;
padding: 1px 5px 1px 5px; 
margin: 10px 5px 10px 0px; 
font-variant: small-caps;
border: 0px double #00ccff;
}

#leftpanel p, #header p, #footer p{
border: 0 solid #a52a2a;
padding: 0px 0px 0px 0px;
text-align: justify;
font-family: arial, verdana, sans-serif;
font-size: small;
font-weight: normal;
color: #fffacd;
}

#content{                          /*main body */
position: absolute; 
top: 100px; 
left: 24%; 
width: 74%; 
Height:80%;
overflow: auto; 
background: url(images/Grainfinecloudy.jpg) #c7ffee;
border: ridge 8px ;

}
#contentM{                          /*main body */
position: absolute; 
left: 1%; 
width: 98%; 
Height:100%;
overflow: auto; 
background: url(images/Grainfinecloudy.jpg) #c7ffee;
border: ridge 8px ;
}


/***************************TABLE MODIFICATIONS**************************/
.automargin{
margin-left:auto;
margin-right:auto;
}

.normal{
    font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5f5ee;  /*beige*/ 
}

.normal td{
padding:0px 15px 0px 15px;
}

.dow , .menuhead{
font-family: georgia, "times new roman", times ,serif;
font-size:100% ;
font-style:italic;
font-weight: bolder;
color:#0000ff;
}
.menu {
font-family:Arial,sans-serif;
font-size:80%;
font-weight:bold;
color: #330000 ;
padding-left:10px; 
}
/***************************LINKS**************************/
a:link, a:visited, a:hover {       
	color: black;	
    text-decoration: none;
	display: block;
    border:outset 3px;
    font-weight: bold;
    text-align:center;
	background-color:#dfdfdf;
	height:25px;
}
.test a:link, .test a:visited, test a:hover{
 display: inline;
}

a:hover {
	color:#000000;
    border:inset 3px;
    background-color:#ccccdd;
}
a:active{
	background-color:red;
}

.normal a:link, .normal a:visited, .normal a:hover{
width:95%;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:hover{
display: block;
background:none;
padding:0px ;
border-style:none;
height:40px;
}
.valid a:link ,.valid a:visited,.valid a:hover {
border:none;
background-color:transparent;
width:10%;
}
.valid a:hover{
border:inset 1px;
}
.z350 {
 width:350px;
}

.z250 {
width:250px;
}

.z185 {
 width:185px;
}

.z100 {
 width:100px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100% ;
	font-weight: bold;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	border:groove;
}
/* adjust margins to change separation between the feature image and text flowing around it */


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
  
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #0000ff;
}

h2{
 font-size: 130%;
 color: #000099;
}

h3{
 font-size: 100%;
 color: #009999;
}

h4{
 font-size: 85%;
 font-weight: normal;
 color: Green;
}

h5{
 font-size: 85%;
 color: Black;
}

ul{
 list-style-type: square;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				







