@media screen {
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: url(background.gif) repeat;
  text-align: center;
  font-size: 70%;
  color: #777;
  padding: 0;
  margin: 0;
}

/* centers divs in middle of page */
.c {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	background-color: #fff;
	text-align: left;
}
p {
	margin: 10px;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 span {
	display: none;
}
h2 {
	color: #336;
	text-align: left;
	font-size: 1.5em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	text-indent: 10px;
	background: #eee;
}
h3 {
	font-size: 110%;
}
/* introduction */
#introduction {
	height: 100px;
	background: #eee url(logo6.jpg) no-repeat bottom left;
}
#introduction a {
	text-decoration: none;
}
/* navigation */
#navigation {
	height: 40px;
	background: #333366 url(navbg.jpg) repeat-x;
}
#navigation ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li a {
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	height: 40px;
	width: 85px;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#navigation li a:hover {
	background: #990000 url(nav_over_bg.jpg);
}

/*  main */
#main {
	background: #fff;
	overflow: auto;
}
h3 {
	color: red;
	text-indent: 10px;
}
/* side bar */
#side_bar {
	position: relative;
	float: left;
	width: 150px;
	color: black;
	font-size: 0.8em;
	margin-bottom: 10px;
}
#side_bar p{
	padding-bottom: 5px;
	margin: 10px 10px 0 10px;
	border-bottom: 1px solid red;
}
#side_bar p span {
	text-align: right;
}
#side_bar a {
	text-decoration: none;
	color: #336;
}
#side_bar a:hover {
	text-decoration: underline;
}
#side_bar ul {
	margin: 5px 10px 0 10px;
	padding: 0 0 5px 0; 
	border-bottom: 1px solid red;
}
#side_bar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#side_bar li.child {
	list-style-image: url(dash.gif);
	margin-left: 20px;
	padding: 0;
}
#side_bar li a {
	display: block;
	color: #336;
	text-decoration: none;
}
#side_bar li a:hover {
	text-decoration: underline;
}
#side_bar span {
	color: #336;
	cursor: pointer;
}
#side_bar ol {
	margin: 5px 10px 0 10px;
	padding: 5px;
}
#side_bar ol li {
}
#side_bar ol li img {
	border: none;
}
#side_bar img
{
	border:0;
	/*
        Worst. Idea. Ever.
        
        height:59px;
	width:59px;
        */
	}
/* content */
#content {
	float: left;
	width: 450px;
	padding-bottom: 10px;
}
#content ol {
text-align: center;
}
#content ol li {
margin-bottom:10px;
}
/* footer */
#footer {
	text-align: right;
	background: #eee;
	height: 50px;
	font-size: 80%;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	margin: 5px;
}
#footer li a {
	color: black;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}

.highlight {
	color: black;
}
hr {
	margin: 10px;
}
#logo1 {
	position: absolute;
	top: 0;
	left: 0;
}
#logo2 {
	position: absolute;
	top: 0;
	left: 50px;
}
#footer a img {
	border: none;
}
p.clear {
clear: both;
margin:0;
}
}
@media print {
#side_bar, #footer, #navigation, #titlepic, #introduction img {
	display: none;
}
#introduction img {
	
}
#content {
	display: block;
}
}





