/*EAMGF Stylesheet*/

/*buttons*/

.hbuttons a{
display: block;
text-decoration: none;
font: bold 13px Century Gothic;
color: silver;
width: 117px;
height: 33px;
float: left;
display: inline;
margin-right: 1px;
background-image:url(Button2.jpg);
background-repeat: no-repeat;
padding-top: 4px;
text-align:left;
}

.hbuttons a:hover{
background-image:url(Buttonover2.jpg);
color: #660000;
}

/*Scroll bar
html, body{
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}
*/

/*Heading settings*/
H1{color: #282828; font: 13px verdana;}
H2{color: #F0F0F0; font: 13px Century Gothic; vertical-align: Top;}
H3{color: #660000; font: bold 13px Century Gothic;}
H4{color: #660000; font: 13px Century Gothic; vertical-align: Top;}
H7{color: #F0F0F0; font: 13px Century Gothic; vertical-align: Top;}
H5{color: #282828; font: 12px verdana;}
H6{color: #282828; font: 10px verdana;}
H2{color: #F0F0F0; font: 13px Century Gothic; vertical-align: Top;}

/*Text Formatting settings*/
STRONG {color:red; font-style:italic; }

/*Background color - originally FFFFFF*/
body{ 	margin:0px 0px 0px 0px;
	background-color:#36414d;
	background-image: url(bgline2.jpg);}

/*Unordered List Icons*/
ul 
{
list-style-image: url(http://www.w3schools.com/css/arrow.gif);
}

/*Background Header*/
#headline1{
      background-image: url(Header2.jpg);
      background-repeat: no-repeat;
      background-position: top;
      padding-top:78px;
			margin-bottom:0px;}

/*Background Footer*/
#Footline1{
      background-image: url(Footer2.jpg);
      background-repeat: no-repeat;
      background-position: top;
      padding-bottom:49px;
			margin-bottom:0px;}

/*Something odd with FF means that all other CSS code must go before the link colours*/ 
			
/*Link Colours*/
a:link {color: #silver};
a:visited {color: #silver};
a:hover {color: gold};
a:active {color: gold};


      


