body {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	margin: 0 0 0 0;
	padding: 0;
}


#nav {
	float: left;
	margin: 0 0 0 0;
	padding: 3px;
	text-align: left;
        color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	list-style: none;
	margin-left: 10px;
	padding: 0;
}

#nav a {
	color: #FFFFFF;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	color: #eaeaea;
	text-decoration: none;
}

#main_content {
	padding: 1.2em 1.2em;
}

#lg_content {
	padding: 0;
}

#sidelinks {
	color: #FFFFFF;
	text-align:right;
	padding: 10px 0 0 0;
}

#sidelinks a {
	color: #FFFFFF;
	text-decoration:none;
}

#sidelinks a:hover {
	color: #eaeaea;
	text-decoration:none
}

#content_right {
	float: left;
	padding: 7px 0 2px 15px;
        font-size: 10px
}

#content_right a {text-decoration:none; color: #662e91}
#content_right a:hover {text-decoration:underline; color: #662e91}

#news_headline {
	float: left;
	padding: 7px 0 0px 0px;
        font-size: 10px
}

#news_headline a {text-decoration:none; color: #000000}
#news_headline a:hover {text-decoration:underline; color: #000000}

h3 {
	text-transform: uppercase;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 0em 0em;
}

ul {
list-style-type: none;
margin-left: 0; 
padding-left: 0em;
}

li {
  margin-bottom: 1em;
}