@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body sets the background color of the page and creates a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.8ems;
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #7D0038;
	font-size: 1.4ems;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
/* h2 & h3 Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
	clear: both;
	text-align: center;
	float: left;
	padding-bottom: 12px;
	color: #7D0038;
	font-weight: normal;
	margin-left: 240px;
}
.burg {
	font-size: 100%;
	color: #7D0038;
	text-align: left;
}
h4 {
	text-align: left;
	color: #7D0038;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
}
img {
	margin-bottom: 12px;
}
.p2 {
	text-indent: 0px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #4F6960;
	font-weight: normal;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #4F6960;
	font-weight: normal;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #7D0038;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #7D0038;
}
/*sets the horizontal naviagtional system. */
#nav {
	width: 774px;
	margin: 0px auto 0px;
	height: 35px;
	text-align:center;
	position: relative;
	right: 0px;
	padding: 8px 0 0 0;
	font: 80% Arial, Helvetica, sans-serif;
} 
#nav ul {
	margin: 0px auto;
	list-style-type: none;
	padding: 4px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px;
} 


#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
} 
#nav ul li a:link, #nav a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 16px;
	letter-spacing: 0.10em;
	padding: 2px 2px 4px 2px;
	font-weight: normal;
	font-size: 80%;
} 
#nav ul li a:hover {
	color: #750634;
	font-weight: normal;
	text-decoration: underline;
} 
/*#current { 

color: #2d63af; 
text-decoration: none; 
}*/ 
#nav ul li#active a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
} 


/* This is a container for the page content.  */
#outerWrapper {
	margin: 0 auto 0; 
	text-align: left;
	width: 792px;
	background-color: #fff;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0;
	margin: 0px;
	height: 175px;
}
#outerWrapper #contentWrapper {
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
/* Contains the main page content.*/
#outerWrapper #contentWrapper #content {
	margin: 4px 5px 0px 0px; 
	padding: 0 8px;
	background-repeat: no-repeat;
	text-align: center;
}
/* global body text */
p {
	font-size: 80%;
	line-height: 1.8em;
	color: #333333;
	text-indent: 1em;
}
/* sets the "p" tag inside the content div */
#content p {
	font-size: 80%;
	line-height: 1.8em;
	color: #666;
	text-indent: 0;
	margin: 0px;
	text-align: left;

}
#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
	text-align: center;
}
#outerWrapper #footer {
}

td {
	font-size: 80%;
	text-align: left;
}
