html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
        background: transparent;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment:scroll;
	background-image: url('images/bg.gif');
    background-repeat: repeat-x;
    background-color: #F68C1F;
	font-family: Georgia, Times Roman, serif;
	font-size: 11px;
	text-align: center;
}
a {
  color: #E37A1C;
  text-decoration: none;
}
a:hover {
  color: #078783;
  text-decoration: none;
}
a.footer {
  color: #078783;
  text-decoration: none;
}
a:hover.footer {
  color: #ffffff;
  text-decoration: none;
}
h1 {
  font: 18px lucida grande, verdana, arial, helvetica, sans-serif;
  color: #078783;
  margin-bottom: 12px;
}
h2 {
  font: 12px lucida grande, verdana, arial, helvetica, sans-serif;
  color: #078783;
  font-weight: bold;
  margin-bottom: 4px;
}
p {
  margin-bottom: 14px;
  line-height: 18px;
}
#container {
  	margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
    width: 623px;
}
#header {
	background-image: url('images/header.gif');
    height: 120px;
}
#nav {
	background-image: url('images/nav_bg.gif');
    height: 29px;
}
#nav ul {
list-style: none;
margin: 0;
padding: 6px 8px 6px 8px;
text-align: center;
}
#nav li {
margin: 0;
padding: 0;
float: left;
font: 12px lucida grande, verdana, arial, helvetica, sans-serif;
font-weight: bold;
}
#nav a {
color: #FFFFFF;
text-decoration: none;
margin: 0;
}
#nav a:hover, #nav a:active {
color: #E37A1C;
}
#main {
background-color: #FFFFFF;
border-left: 3px solid #078783;
border-right: 3px solid #078783;
border-bottom: 3px solid #078783;
padding: 24;
text-align: left;
}


