BODY {
		background-attachment : fixed;
		background-color : White;
		background-image : url(images/Eagle_Flying.jpg);
		background-position : top;
		color : Black;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
}	
	
A {
	color: #0000FF;
	font-weight : bold;
}

A:VISITED {
	color : #006666;
}

A:HOVER {
	color: #FF0000;
	font : bold;
}

select {  font-size: 10px; background-color: White; border: thin #0000FF solid}
input {  font-size: 10px; background-color: White; border: thin #0000FF solid}
textarea {  font-size: 12px; background-color: White; border: thin #0000FF solid}

.SubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Silver;
	background-color: FF3300;
	border: thin solid Silver;
}

H1, H2, H3, H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #A52A2A;
}

li { list-style-image: url(http://www.nmosg.com/images/native/Feather_Small.gif); list-style-type: circle;font-size: 11px; }

ul { list-style-image: url(http://www.nmosg.com/images/native/Feather_Small.gif); list-style-type: circle; }

ol { list-style-image: url(http://www.nmosg.com/images/native/Feather_Small.gif); list-style-type: circle; }

div.img-wrap { 
    position: relative; /* Needed to keep the image from being set to float left in ie 7*/
    overflow: hidden; /* Needed to keep the image from being set to float left in ie 7*/
    float: left;
    margin-right: 10px;
}
div.img-container img {
    border: none;
    padding: 0;
    margin: 0;
}
div.img-container {
    position: relative; /* Keep the absolute position divs contained within */
    float: left;
    overflow: hidden;
    background: transparent url(http://www.nmosg.com/images/firedivider_vertical.gif) repeat-y; /* this is the left side vertical graphic */
}
div.img-container img {
    padding: 6px; /* Setting the padding equal to the border width for all sides */
    background: transparent url(http://www.nmosg.com/images/firedivider_vertical.gif) repeat-y right; /* this is the right side vertical graphic */
}
div.img-container div.img-top {
    position: absolute; /* Positioning the top border */
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background: transparent url(http://www.nmosg.com/images/firedivider.gif) repeat-x; /* this is the top horizontal graphic */
}
div.img-container div.img-bottom {
    position: absolute; /* Positioning the bottom border */
    left: 0;
    bottom: 0;
    height: 6px; /* Height of the bottom border graphic */
    width: 100%;
    background: transparent url(http://www.nmosg.com/images/firedivider.gif) bottom repeat-x;  /* this is the bottom horizontal graphic */
}