/*START Left Nav Menu Links*/
a.leftNav:link, a.leftNav:visited{
	font-size:12px;
	font-family:Arial;
	text-decoration:none;
	color:#333366;
}

a.leftNav:hover, a.leftNav:active {
	font-size:12px;
	font-family:Arial;
	text-decoration:underline;
	color:#3333CC;
}
/*END Left Nav Menu Links*/


/*START Regular Links */
a.body:link, a.body:visited{
	font-size:12px;
	font-family:Arial;
	text-decoration:underline;
	color:#0000FF;
}

a.body:hover, a.body:active{
	font-size:12px;
	font-family:Arial;
	text-decoration:underline;
	color:#9999FF;
}
/*END Regular Links */
  
/*%%%%%%%%%%%%%%%%%%%%%%Button Style%%%%%%%%%%%%%%%%%%%%%%*/

.button	{	font-size:10px;
			font-family: Arial;
			height: 21px;
			color: #000000;
			border-width: 2px;
			border-left-color: #6578D4;
			border-right-color: #000000;
			border-top-color: #6578D4;
			border-bottom-color: #000000;
			background-color: #D2D8F3;
		}
		
.buttonDark	{	font-size:10px;
			font-family: Arial;
			height: 21px;
			color: #FFFFFF;
			border-width: 2px;
			border-left-color: #6578D4;
			border-right-color: #000000;
			border-top-color: #6578D4;
			border-bottom-color: #000000;
			background-color: #6578D4;
		}
		
.input	{	color: #000000;
			background: #FFFFF3;
			border: #000000 solid 1px
}

/*%%%%%%%%%%%%%%%%%%%%%%Button Style%%%%%%%%%%%%%%%%%%%%%%*/




.body {	font-family: Arial;
	font-size: 12px;
	margin:0px;
	padding-left: 30px;
	}
	
.columnheader {	font-family: Arial;
	font-size: 12px;
	margin:0px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;	 
	}
	
.topRow {	
		border-color:#000000;
		border-style: solid;
		border-bottom: 2px;
		background-color: #A6A18F;	}
		

		
.maincontent	
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 12px;
	border-collapse:collapse;	
	background-color:#F8FDE4;
}
			

.maincontenthome	
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 12px;
	border-collapse:collapse;	
	background-color:#F8FDE4;
}
						

/*Start Left Menu Nav box*/			
.leftNav { background-image: url(images/leftsidebar.jpg);
				background-repeat: no-repeat;
				border-style:solid;
				border-right: 2px;
				border-right-color: #000000;
				border-left: 2px;
				border-left-color: #000000;
				border-top:2px;
				border-top-color:#000000;
				border-bottom:2px;
				border-bottom-color:#000000;
				 padding-top: 10px;
				 font-family: Arial;
				 font-size: 16px;
				 font-weight: bold;   }
				 
td.menu{  padding-top:10px;
	  padding-right:2px;
	  padding-left:2px;
	  padding-bottom:10px;
	  valign:top;}
			   

/*End Left Menu Nav box*/			
			
/* Page title */
.Header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

/* The second header on the page */
.Subheader {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


/* Navagation Links  */
a.TopNavOn:link, a.TopNavOn:visited 
{   color: #FFFFFF;
    text-decoration: none;
    font-size: 10pt;
    font-weight:bold;
    font-family: Arial;   }

a.TopNavOn:hover 
{  color: #B1BBF6;
   text-decoration: none;
   font-size: 10pt;
   font-weight:bold;
   font-family: Arial;   }

a.TopNavOff:link, a.TopNavOff:visited   
{   color: #333333;
    text-decoration: none;
    font-size: 10pt;
    font-weight:bold;
    font-family: Arial;   }

a.TopNavOff:hover 
{  color: #6C7BBE;
   text-decoration: none;
   font-size: 10pt;
   font-weight:bold;
   font-family: Arial;   }



