html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 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 */;
	margin-right: auto;
	margin-left: auto;
}
p em {
	color: #990000;
}
#wrapper {
	background-color: #FFFFFF;
	/*border: 1px solid #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*/
	margin: 0px auto;/*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/content_bg.gif);
	background-repeat: repeat-y;
}
#masthead {
	width: 800px;
	background-image: url(../images/banner2.gif);
	background-repeat: no-repeat;
	height: 131px;
}
#footer {
	clear: both;
	background-image: url(../images/footer.gif);
	height: 17px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-size: 80%;
	padding-top: 30px;
}
#footer a{
color:#FFFFFF;
}

#navigation {
	height: 24px;
	background-image: url(../images/nav_bg.gif);
}
#content {
	width: 800px;
	background-image: url(../images_old/content_bg.gif);
	background-repeat: repeat-y;
}
#content p{
	font-size: 90%;
	padding-top: 10px;
	padding-left: 10px;
}
#boxout {
	background-color: #999999;
	padding: 15px;
	float: right;
	width: 100px;
	margin-left: 20px;
}
#boxout img {
	border: 3px solid #333333;
}
dd li {
	font-size:80%;
	text-align: left;
	padding-left: 20px;
	margin-left: 25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #C62032;
	margin: 20px;
}
h2 {
	font-size: 115%;
	margin: 10px;
}
h4 {
	font-size: 90%;
	color: #C62032;
	text-align:left;
	margin-left:10px;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
#Left_Column {
	float: left;
	width: 181px;
	/*text-indent:20px;*/
/*	padding-left: 20px;*/
}
#Right_Column {
	width: 599px;
	padding-right: 20px;
	float: left;
}
#Left_Column p{
	font-size: 90%;
	padding-top: 10px;
	padding-left: 10px;
}
#Left_Column h1{
margin:5 0 0 0;
text-align:center;
}

dl.curved {background:#7f7f9c url(../images_old/c_tl.gif) top left no-repeat; margin:5px 0; padding:0; width:540px;}
dl.curved dt {
	background:transparent url(../images_old/c_tr.gif) top right no-repeat;
	padding:10px;
	text-align:center;
	color:#971A1D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
dl.curved dd {background:#eee url(../images_old/c_bl.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {
	margin:0;
	padding:10px;
	line-height:normal;
	text-align: left;
	font-size: 90%;
}
dl.curved dd p.last {background:transparent url(../images_old/c_br.gif) bottom right no-repeat; }

.c2_style p{
	size:70%;
	font-size: 70%;
	padding-top: 10px;
}
