* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}
html, body	{
	height: 100%;
	min-height: 100%;
}
body	{
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 13px;

	background: url(../images/bg.jpg) repeat-x left top;
	background-color: #abd2f5;
}

/*						PAGE LAYOUT							*/

#wrap	{
	width: 900px;
	min-height: 100%;
	margin: 0 auto -165px auto;
		background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;

}
#header	{
	width: 900px;
	height: 393px;
	display: block;
	position: relative;
	background: url(../images/header.jpg) no-repeat left top;
}

#content	{
	width: 900px;
}

#contentleft {
	display: block;
	float: left;
	width: 620px;
	margin-left: 20px;	
}

#contentright {
	display: block;
	float: right;
	width: 204px;
	margin-right: 20px;

}

#clearfooter	{
	clear: both;
	height: 165px;
}
#footer	{
	height: 165px;
	background: url(../images/footer-bg.jpg) repeat-x left top;
}

#footercontent {
	width: 900px;
	height: 165px;
	margin: 0 auto 0 auto;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

h1 {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}

h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

p {
	text-align: justify;
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #ed1e24;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #ed1e24;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: white;
  background-color: #ed1e24;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: white;
  background-color: #ed1e24;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: white;
  background-color: #ed1e24;
}

#content ul li {
	list-style-position: inside;
	list-style-type: square;
	border-bottom: 1px #b9d9f7 solid;
	line-height: 20px;
}

#content ul {
	padding-bottom: 10px;
}