body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #2c0609;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #fae9c6;
	font-weight: normal;
	display: inline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-style: normal;
	color: #fae9c6;
	font-weight: lighter;
	background-color: #000000;
}	

	
a {  
	color: #fae9c6; 
	text-decoration: none;
}

a:hover {
	color: #990000;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

ol {
	line-height: 18px;
}

.menu {
	font-size: 14px;
	font-weight: bold;
}

.submenu {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.disclaimer {
	font-size: 10px;
	text-align:center;
}

.padding {
	padding: 10px;
}

.header {
		font-size: 16px;
		font-weight: bold;		
		letter-spacing: 1px;
}

.subheading {
	font-weight: bold;
}
.subpadding {
	padding-right: 10px;
	padding-left: 20px;
}

.bar {
	background-image: url(http://www.students.uwosh.edu/~thens25/andrewheinrich/images/bar.gif);
}

.heightFix {
	height: 100%;
}

