/* CSS Document */

@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
  background: #fff;
}
html, body, p, th, td, li, dd, dt {
  font: 1em Arial, Helvetica, sans-serif;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
a:link { color: #00f; }
a:visited {
	color: #330099;
}
a:hover {
	color: #330066;
}
a:active {
	color: #330066;
}

#wrapper {
	background-image: url(images/bluerepeatx.jpg);
	background-repeat: repeat-x;
	margin: 10px auto 0px;
	height: auto;
	padding: 0px;
	max-width: 800px;
}

/* The last 3 lines make the rule line up to the left in all browsers */
hr {
	background-color: #333399;
	height:5px;
	color: #003399;
	width: 97%;
/*	display:block;
	float:left;*/
}


#header{
	padding: .5em 1em .5em 1em;
	width: 100%;
	height:auto;
	margin: 0;
}

#content{
	width: 100%;
	margin: 0;
	padding: 0 10px 0 10px;
}
