/*layout elements to de-style*/

#wrapper,
#content,
#sizer,
#primary,
#secondary,
.archivetitle,
#hswrap,
#hstitle,
#hstext,
#mainnav,
#mainnav ul,
#mainnav li,
#mainnav li a,
#mainnav ul li,
#mainnav a,
#title,
#home,
#secondarycon,
#primarycon,
#footerwrap,
#links,
#credits {
	background: none !important;
	background-image: none !important;
	padding: 0.2em !important;
	margin: 0 !important;
	list-style: none !important;
	float: none !important;
	clear: both;
	width: 700px !important;
	text-align: left !important;
	border-bottom-style: none !important;
	position: static;
}

body {
	background-color: black !important;
	background-image: none !important;
}

#masthead {
	display: none !important;
	float: none !important;
}

#secondarycon img,
#secondary {
	display: none !important;
	float: none !important;
}

.secimg {
	display: none !important;
	float: none !important;
}

#mainnav li a {
	font-size: 1.5em !important;
	color: yellow !important;
	text-decoration: underline !important;
	padding: 0.5em !important;
}

#phone {
	font-size: 2em !important;
	font-weight: bold !important;
	float: none !important;
	position: static !important;
	margin-top: 20px !important;
	color: yellow !important;
}

#title {
	font-size: 1.5em !important;
	font-weight: bold !important;
	float: none !important;
	position: static !important;
	margin-top: 20px !important;
	color: yellow !important;
}

.news {
	font-size: 2em !important;
	line-height: 3em !important;
	color: yellow !important;
}

.newshead, .sectitle {
	font-size: 1.5em !important;
	color: yellow !important;
	background: none !important;
	width: 600px !important;
}

h1,
h2,
h3 {
	color: yellow !important;
	background-color: transparent !important;
}

p, li {
	color: white !important;
	font-family: sans-serif !important;
	font-size: 1em !important;
}

a {
	text-decoration: underline !important;
	color: yellow !important;
	
}