/* Netscape specific class to change the background of the web page */
.backgrnd {background:white}

/* div for the header of the web page to position the title and 2 VLMS logos at the top */
div#header {position: absolute; margin: 0px; padding: 0px; width: 100%; z-index:2}
/* div for the navigation bar of the web page to position the bar at the far left of the page */
div#navigation {position: absolute; margin: 200px 100px 100px100px; padding: 0px; width: 17%; z-index:3}
/* div for the body of the web page to position the body to the right of the nav bar and under the header */
/* also used for the mineral results page to properly display the results of the search */
div#body {position: absolute; margin: 300px 80px 80px 100px; width: 77%; z-index:1}

/* divs for the mineral id page and mineral entry form */
/* idinfo sets the position for a short paragraph description over the form elements */
div#idinfo {position: absolute; margin: 220px 100px 75px 175px; width: 75%; z-index:1}
/* idbody4 sets the position for the search button on the form */
div#idbody4 {position: absolute; margin: 400px 10px 100px 10px; width: 25%; z-index:1; font-size: 120%; color: red }
/* idbody sets the position for the first column of the form */
div#idbody {position: absolute; margin:280px 120px 100px 180px; width: 25%; z-index:1}
/* idbody2 sets the position for the second column of the form */
div#idbody2 {position: absolute; margin: 280px 200px 100px 440px; width: 24%; z-index:1}
/* idbody3 sets the position for the third column of the form */
div#idbody3 {position: absolute; margin: 280px 200px 100px 680px; width: 30%; z-index:1}



/* set the anchor properties for the web pages */
a{text-decoration:none}
a:link{color:blue; font-weight: bold} 
a:visited{color: blue; font-weight: bold}
a:hover{color:#FF0FF0} 
a:active{color: magenta}

/* For all font tags below format is: font-weight, font-size, font-family, color */
/* set the definition term and definition description properties for the web pages */
dt {font: normal 14pt Arial Rounded MT Bold, Arial, sans-serif; color: black}
dd {font: normal 12pt Arial Rounded MT Bold, Arial, sans-serif; color: black}

/* set the paragraph properties for the web pages */
p {font: bold 11pt Arial, sans-serif; color: black}
/* set a special paragraph class for the web pages when we want the paragraph in black */
.p2 {font: bold 11pt Arial, sans-serif; color: black}
/* set a special paragraph class for the terms of use page*/
.p3 {font: bold 10pt Arial, sans-serif; color: black}

/* set the default graphic to use for unordered lists */
ul {list-style: url("graphics/silverbullet.gif") disc inside}

/* set the bold properties for the web pages */
b {font: bold 11pt Arial, sans-serif ;color: black}

/* set the header (H2 - H6) properties for the web pages */
h2, h3, h4, h5, h6 {font-family:  Arial, sans-serif; color: black}
/* set the main header (used only between the VLMS logos in the header) properties for the web pages */
h1 {font-family:  Arial, sans-serif ;color: black; position: relative; width: 70%}

/* set the main body properties for the web pages */
body {font: 11pt Arial, sans-serif; color: black; background-color: transparent}

/* set the properties for the navigation buttons when no mouse over on the index web page */
a.navbuttons{width:35px; height:35px; background:url(graphics/indexbuttonup.gif) no-repeat; text-align:right; display:block; text-decoration:none;} 	
/* set the properties for the navigation buttons when moused over on the index web page */
a.navbuttons:Hover{text-decoration:none; background:url(graphics/indexbuttondown.gif) no-repeat;}


