/* CSS Document */

/* CSS Document */

/*Default Fonts*/

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    color:black;
		font-size:0.8em;
		
	/*Custom Scrollbar Colours */
	/*	
        SCROLLBAR-FACE-COLOR: #4273C6;
  	    SCROLLBAR-HIGHLIGHT-COLOR: #CEDEEF;
    	SCROLLBAR-SHADOW-COLOR: #29528C; 
	    SCROLLBAR-3DLIGHT-COLOR: #C6D6EF;
    	SCROLLBAR-ARROW-COLOR: #000000;
	    SCROLLBAR-DARKSHADOW-COLOR: #451DC9;
	    SCROLLBAR-BASE-COLOR: #E5CBF5;*/
	 }

#Layer1 {
	font-size: 10px;
}

a:link {
			color: #ef5926;
		    text-decoration: none;
    	}

a:visited {
	color: #ef5926;
	text-decoration: none;
}

a:hover {
	color: #ff9766;
	text-decoration: none; 
	}

/* Breadcrumb Hyperlinks */
p.bread {
 font-size: 10;
 }

a.bread:link {
			color: blue;
			font-size: 10;
    	}

a.bread:hover {
	color: yellow;
	font-size: 10;
	text-decoration: none; 
	}
	
a.bread:visited {
	font-size: 10;
	text-decoration: none;
}


/* NAV Buttons CSS */

.buttonscontainer {width: 130px;}

.buttons a {
color:   #336666;/*#3D5A5A;*/
/*background-color:  #99CCCC; /*#9BBDBD;/*#DFB300; /* #1469BE; */
padding: 2px;
padding-left: 3px;
display: block;
border-left: 0px solid #669999;/*#990000;*/
font: 10px Verdana, sans-serif;
/*font-weight: bold;*/
text-decoration: none;
text-align: left;
/*margin-top: 1px;*/
}

.buttons a:hover {
background-color:#FFFFFF;
border-left: 0px solid #33cccc;/*#ff0000;*/
text-decoration: none;
color: #FFFFFF;
}

.buttons a:visited {
	color: #336666;
	text-decoration: none;
}

input { 
		color: #000000;
  		background: #ffffe3;
		border-color: #336666;
		border-width: 1;
		border-style: solid;
		}

table {
		font-size:1.0em;
	}
	
li {
		color:darkblue;
   }
/* NAV Buttones End */

/********************************************
				 Sliding Menu Styles 
*********************************************/
 .menu
  {
   position:relative;
   background-color:gold;
   border:1px solid black;
   width:135px;
   font-size:11px;
   font-family:verdana;
   font:bold;
   position:absolute;
   cursor:hand;
   color: black;
  }

  .item_panel
  {
    width:135px;
    border-left:1px solid black;
    border-right:1px solid black;
    clip:rect(0px,138px,0px,0px);
    position:absolute;
  }

  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
  }
  
  .item_panel a:visited
  { 
  	color:black;
  }

  .item
  {
   background-color:lightyellow;
   width:133px;
   font-size:10px;
   font-family:verdana;
  }
  
  /******************
   others misc
  *******************/
  /* yellow seperator bar */
  .sep {
  			background-color:  gold;
			height:8px;
  		 }
  
  /*varient of colour boxees */
  .infobox {
  				background-color: #ececec;
				color: gray;
			}

   /*blue section header text*/
   .sectiontitle {
   					color:darkblue;
					font-size:12px;
				  }
  
  h1 { font-size: 15px; color: #000000; margin-bottom: 0px;}
  h2 { font-size: 12px; color: #000000; margin-bottom: 0px;}
  h3 { font-size: 10px; color: #000000; margin-bottom: 0px;}
  
  /*********************************************************
  Toolbar items links  
  **********************************************************/
  
  .toolbar a { color: white; text-decoration:none;}
  .toolbar a:visited { color: white; }
  .toolbar a:hover { color: silver; }
  
  .contentbox table {
  	border: solid 1px black;
	background-color: white;
	cell-padding: 5px;
	margin: 5px;
	class: none;
  }
  
  
  
  
  
  
  /* CSS Document */

/**************************************************
	n2kdesign.co.uk CSS Menu Generator
	CSS Template for use with Generator

	CSS MENU STYLE 3
	
	http://www.n2kdesign.co.uk
	19/06/2006
***************************************************/

#cssmenu {
	width: 105px;
	font-family: Verdana;
	font-size: 10px;
	margin-left:3px;
}
			
#cssmenu a, #cssmenu a:link, #cssmenu a:link, #cssmenu a:active, #cssmenu a:visited {
	width: 105px;
	color: 000000;
	background-color: FFD632;
	border-color: 000000;
				
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin: 1px;
	margin-left:3px;
	display: block;
	text-decoration: none;
	text-align: left;
}
	
#cssmenu a:hover {
	width: 105px;
	color: 000000;
	background-color: FFF4C4;
	border-color: 000000;
	
	border-style: solid;
	border-width: 1px;				
	padding: 2px;
	margin: 1px;
	margin-left:3px;
	display: block;
	text-decoration: none;
	text-align: left;
}

