html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #FFFFFF;
	color: #333333;
	text-align:center/* this forces IE 5.x to center the design (if we did this in the wrapper */
}
p {
	font-size: 80%;
}
p em {
	color: #990000;
}
#wrapper {
	/*border: 1px none #000000;/* this is setting a 1 pixel border on all four sides.  So the width has to be reduced for compliant browsers*/
	width: 800px;/*sets the width for IE5.x's broken box model which puts the border within the dimensions of the width*/
	w\idth:796px;/*centers the wrapper with no margin at top or bottom*/
	padding: 0px;
	position: relative;/*this is used in case there are any absolutely positioned elements in the design*/
	text-align:left/* this puts the text back to compensate for the IE 5.x hack in the body selector */;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	border: 2px solid #333399;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#masthead {
	width: 796px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 99px;
}
#navigation {
	/*border-bottom: 1px solid #000000;*/
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	/*height: 33px;*/
	width: 796px;
}
#navigation ul {
	text-align: left;
	padding: 6px 0;
	margin: 0;
	color: #333399;
	width: 100%;
	line-height: 16px;
	text-indent: 202px;
	font-style: italic;
	font-weight: bold;
}

			/* Replaced by above */
			/*	#navigation ul {
					padding: 0;
					padding-top:5px;
					padding-bottom:5px;
					margin: 0;
					background-color:#B0371C;
				}  */

#navigation ul li {
	display: inline;
	padding: 8px 0;
}

			/* Replaced by above */
			/*	#navigation ul li{
					display: inline;
					padding: 0;
					margin: 0;
				}  */

#navigation ul li a {
	padding: 3px 10px;
	font-size: 80%;
	color: #333399;
	text-decoration: none;
	border-right: 1px solid #000;
}

			/* Replaced by above */
			/*	#navigation ul li a{
					font-size: 80%;
					color: #FFFFFF;  */
					/*background-color: #DC5A39;*/
			/*		text-decoration: none;
					padding: 0 15px 0 15px;
					border-right: 1px solid #000000;
					text-align: center;
					width: 9em;
					margin-top: 10px;
				}  */

#navigation ul li a:hover {
	background-color: #333399;
	color: #fff;
}

			/* Replaced by above */
			/*	#navigation ul li a:hover, #navigation ul li a:focus {
					background-color: #990000;
				}  */

#navigation li a.first { border-left: 1px solid #000; }
#leftcol {
	width:201px;
	float:left;
	border:0;
	margin:0px;
	padding: 0px;
}
#content {
	float:left;
	width:575px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content ul {
	font-size:80%;
	padding:15px;
}
#boxout {
	background-color: #999999;
	padding: 15px;
	float: right;
	width: 100px;
	margin-left: 20px;
}
#boxout img {
	border: 3px solid #333333;
}
#footer {
	clear: both;
	padding-left: 201px;
}
h1 {
	font-size: 130%;
	color: #333399;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 100%;
	color: #333399;
}
h3 {
	font-size:90%;
	padding:5px;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	margin-right: 2px;
}
.style1 {
	color:#FFFFFF;
}
.blue {
	color:#333399;
	font-weight: bold;
}
.quote {
	font-style:italic;
	color:#333399;
}
.credits {
	font-size:70%;
	text-align:center;
	padding-top:5px;
}
