body {
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(file:///C|/Documents and Settings/All Users/Documents/My Webs/images/background.png);
	background-repeat: repeat;
	font-size: small;
	background-image: url(../images/background.png);
}
#container {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border: medium solid #DFE1D3;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(file:///C|/Documents and Settings/All Users/Documents/My Webs/images/header.jpg);
	height: 254px;
	background-image: url(../images/header-compactor.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	background-image: url(file:///C|/Documents and Settings/All Users/Documents/My Webs/images/content.jpg);
	background-repeat: repeat-y;
	background-image: url(../images/content-compactor.jpg);
}
#content {
	float: right;
	width: 575px;
	padding-right: 10px;
}
.menu {
	background-image: url(../images/navigation-background.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.menu h1 {
	padding-top: 7px;
}


#content a {
	color: #000000;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}


h2 {
	font-size: 1.25em;
}

#navigation {
	float: left;
	width: 150px;
	font-size: x-small;
	padding-left: 15px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
}

#navigation li {
	list-style-type: disc;
	float: none;
	margin-left: -20px;
	padding-bottom: 5px;
}
#navigation a {
	font-weight: bold;
	color: #00275E;
}
#navigation a:hover {
	font-weight: bold;
	color: #00275e;
	text-decoration: none;
}

#navigation ul {
}

#footer {
	background-image: url(file:///C|/Documents and Settings/All Users/Documents/My Webs/images/footer.jpg);
	height: 48px;
	clear: both;
	background-image: url(../images/footer-compactor.jpg);
}




th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.4em;
	text-align: center;
}
div.figure {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

