html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	background-color: #f0f0f0;
}

#container {
	width: 950px;
	background-color: white;
	font-family: Verdana;
	font-size: 16px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}


#left-panel {
	float: left;
	width: 30%;
	background-color: #FFFFFF;
	padding-left: 65px;
	list-style-type: square;
	margin-left: 50px;
}

#right-panel {
	float: right;
	width: 35%;
	padding-right: 5px;
	background-color: #FFFFFF;
	list-style-type: square;
	padding-left: 55px;
}

#footer {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

h1 {
	font-family: arial
	font-size:22px;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}

a, a:active, a:link {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: blue;
}
