/*
**
** Compatibility stuff to make IE and Firefox look the same
**
*/

* {
    /* border: 1px solid black; 
    /* DEBUG: Uncomment the above line for debugging. */
    /* DEBUG: That will put a border on every div/paragraph/etc. */
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
}
/* Restore the paragraph spacing */
P { margin-top:15px; margin-bottom:15px; }
/* Make image bottoms line up with the bottom of text, to help with accurate layouts */
IMG { vertical-align:top; }


/*
**
** NMSTYLES stuff
**
*/

body {
    position:relative;
    background-color:#A14948;
    font-family: Verdana;
    font-size: 8pt;
}

/* Sets the page width and moves it down a bit */
.wholepage {
    width:802px;
    padding-top:20px;
}

/* sets background color and border */
.pageborder {
    border: 1px solid black;
    background-color: white;
}

/* sets the padding around the page content */
.pagepadding {
    padding:20px;
}

/* topnav left column */
.topnav_left {
    float:left;
    text-align:center;
}
/* topnav right column */
.topnav_right {
    float:right;
    text-align:center;
}
/* topnav center image - have to move down a bit to line up since the image is shorter */
.topnav_center {
     position:relative;
     top:2px;
}
/* topnav links */
.topnav {
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}

/* styles for bottomnav stuff */
.bottomnav {
    margin-top:10px;
    margin-bottom:10px;
    font-size:8pt;
    font-weight:bold;
}

/* Content settings */
.content {
	border-top: 1px solid black;
	text-align:left;
	width: 550px;
	clear: left;
	height: auto;
	margin: auto;
}
.content_home {
	text-align:left;
	width: 550px;
	clear: left;
	height: auto;
	margin: auto;
}
/* instead of doing H1 */
.heading {
    text-align:center;
    font-weight:bold;
    font-size:12pt;
    font-family:Arial;
}

/* Links */

A                 { text-decoration:none; }
A:link            { color:black; }
A:visited         { color:#6b9a90; }
A:hover           { color:#cd853f; } /* Put this after 'visited' so 'visited' links will also change color when you hover. */
.homerecent {
	padding: 7px;
	width: 375px;
	border: 1px solid #A14948;
	height: auto;
	text-align: left;
	background-image: url(images/recent_bkgd.gif);
}
.homeshow {
	height: 300px;
	width: 410px;
	margin-top: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 25px;
	text-align: center;
}
