/* CSS Framework // Landon Miller
-----------------------------------------------------------------------------*/

@import url("reset.css");

/*----------------------------------------------------------------------------- 
GLOBAL
-----------------------------------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

ul {
	margin: 3% 0 3% 0;
	padding: 0;
	line-height:1.4em;
	list-style-type: none;
}

ul li {
	margin: 0 10% 0 10%;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #658e5c;
}

.none {
	margin: 0 10% 0 10%;
	padding: 5px 0 5px 0;
	border-bottom: 0px solid #658e5c;
}

.bold {
	font-weight: bold;
}

a:link { color: #f9de86; text-decoration: none; }
a:visited { color: #f9de86; text-decoration: none; }
a:hover { color: #f9de86; text-decoration: none; }
a:active { color: #f9de86; text-decoration: none; }

#nav a:link { color: #fff; text-decoration: none; }
#nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover { color: #fff; text-decoration: none; }
#nav a:active { color: #fff; text-decoration: none; }