@charset "UTF-8";
/* CSS Document */



body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #1f1c17;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #f23c13;
	margin-bottom:10px;
	text-transform: lowercase;
}

h4 {
	margin-bottom:10px;
}

#header {

}

#header img {
	padding:0;
	margin:0;
}

#navContainer{
	background-color: #898373;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

	#navlist li {
	list-style-type:none;
	display:inline;
	padding-right: 20px;
	font-size: 16px;
	}
	
	#navlist li a {
	padding :4px;
	text-decoration:none;
	color: #1f1c17;
	font-weight: bold;		
	}
	
	#navlist li a:hover {
	background-color: #1f1c17;
	color: #fff;
	}
	
	#navlist li a:active {
	color: #f23c13;
	}

#content {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
}

#content img {
	margin-bottom: 10px;
}
/**
	#mainContent ul {
	margin-bottom: 10px;
	list-style-type:disc;	
	}
**/
	
	#sideBar {
	
	}

#footer {
	color: #898373;
	text-align: right;
	margin-top: 10px;
}

#footer a {
	color:#F90;
}

.fltRight {
	float:right;
}

.fltLeft {
	float:left;
	margin-right:20px;
}

/** SENSIBLE CSS **/

#mainContent ul{
	list-style: inside disc;
}

#mainContent ul {
	margin:0 0 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}

#mainContent li {
	margin-bottom: .5em;
}

ol {
	list-style:decimal;
	margin-left:40px;
	margin-bottom: 1.5em;
}