a.nav:link {font-family: Verdana, sans-serif;
    font-weight: bold;
	color: #9A2A00;
	text-decoration: none;
	font-size: 18px;
	}
a.nav:visited {font-family: Verdana, sans-serif;
    font-weight: bold;
	color: #9A2A00;
	text-decoration: none;
	font-size: 18px;
	}
a.nav:hover {font-family: Verdana, sans-serif;
    font-weight: bold;
	color: #CE7B5C;
	text-decoration: underline;
	font-size: 18px;
	}
a.nav:active {font-family: Verdana, sans-serif;
    font-weight: bold;
	color: #F8EEDB;
	text-decoration: underline;
	font-size: 18px;
	}

body {
	margin: 0;
	}

P, TD {margin-left: 10px;
    margin-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: black;
    font-weight: bold;
	}

P.largeText {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
    }
p.tiny {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #997F39;
    font-weight: bold;
    }

p.listings {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: black;
    font-weight: normal;
    }

h2 {font-family: Verdana, sans-serif;
	font-size: 16px;
	color: red;
    font-weight: bold;
	}

h2.reverseout {font-family: Verdana, sans-serif;
    font-size: 18px;
    color: FFCC00;
    background-color: #75351D;
    }

h1 {font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #997F39;
	}

h1.header {

    font-family: Verdana, sans-serif;
    font-size: 30px;
    color: #9A2A00;
    font-weight: bold;

    }


.tinyText {
		font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #9A2A00;

}


td.nav {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    color: #FFCC33;
}

td.divider {
    background: url("images/dot.gif");

}

td.mainpage {
    background: url("images/mainpage_bkgnd.jpg");
    }

ul.feature {
     list-style-image : url("images/bullet.gif");

}

img.floatLeft {
    float: left;
    margin: 4px;
}
img.floatRight {
    float: right;
    margin: 4px;
}

.oneCol {
    margin-left: 100px;
    margin-right: 100px;


}