html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

a {
	color:#1BA5B2; text-decoration:underline;
}
a:hover {
	color:#330000; text-decoration:none;
}

body {
	background: #1BA5B2 url(images/page_bg.gif) repeat-x;
	text-align: left;
	font: 14px arial, sans-serif;
	color: #000000;
}
ul {list-style-type:square; font-size:small; padding-left: 14px;}

ul a{color:#1BA5B2;text-decoration:underline;}

ul a:hover {color:#330000; text-decoration:none;}

#link a {
  text-decoration: none;
  color: #1BA5B2;
}
#link a:hover {
  text-decoration: underline;
  color: #1BA5B2;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  position: relative;
}

h1 {
	background: #1BA5B2 url(images/page_bg.gif) repeat-x;
	text-align: left;
	font: 18px arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

h2 {
	background: #1BA5B2 url(images/page_bg.gif) repeat-x;
	text-align: left;
	font: 14px arial, sans-serif;
	font-weight: bold;
	color: #1BA5B2;
}
h3 {
	background: #1BA5B2 url(images/page_bg.gif) repeat-x;
	text-align: left;
	font: 14px arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

#copyright {
  background: #1BA5B2;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 315px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}
