* {
 padding: 0;
 margin: 0;
}
img a {
 border: none;
 }

/*--------------PAGE STRUCTURE---------------*/
#header {
 height: 75px;
 background-image: url(images/header_background.gif);
 background-repeat: repeat-x;
}
#headercontent {
 width: 842px;
	margin: 0 auto;
}
body {
 background-image: url(images/background.gif);
}
#bodytop {
 background-image: url(images/body_top.gif);
 float: left;
 clear: none;
 height: 39px;
 width: 702px;
}
#pagewrap {
 width: 842px;
 margin: 0 auto;
 background-image: url(images/bubble_bg.gif);
 background-position: top left;
 background-repeat: repeat-y;
}
#contentwrap {
 width: 698x;
 /*float: left;*/
 }
#content {
 background-image: url(images/body.gif);
 background-position: top right;
 background-repeat: repeat-y;
 clear: none;
 /*float: left;
 width: 702px;*/
}
#bodybottom {
 background-image: url(images/body_bottom.gif);
 background-repeat: no-repeat;
 background-position: right;
/* width: 702px;
display: block;*/
 height: 39px;
 }
#navimg {
 float: left;
 clear: both;
 border: none;
}
/*----------HORIZONTAL NAVIGATION-----------*/
#horiznav {
	height: 35px;
	width: 842px;
 margin: 0 auto;
	background: #000;
}
#horiznav img {
	float: left;
 margin: 0 10px;
	border: none;
}

/*------------TYPOGRAPHY--------------*/
body {
	font-family: Verdana, Arial, Georgia, Times, Geneva, sans-serif;
}
/*set all elements padding to accomodate borders*/
#content p, #content h1, #content h2, #content h3, #content h4, #content p#note { 
 margin-right: 50px;
 margin-left: 200px;
 }
#content ol, #content ul {
 margin: 0 60px 5px 225px;
 }
#content table {
 margin: 0 auto;
}
h1 {
 font-size: 1.3em;
}
h1.enter {
 text-align: center;
 font-size: 200%;
 padding: 25px 0;
}
h2 {
 font-size: .9em;
 text-align: justify;
 margin: 20px auto 10px;
}
h3 {
 font-size: .8em;
 margin: 15px auto 10px;
}
h4 {
 font-size: .7em;
 }
#content p {
 margin-bottom: 10px;
 font-size: .9em;
 text-align: left;
}
ol, ul {
 font-size: .9em;
}
table {
 font-size: .9em;
 margin: 0 0 0 15px;
}
td {
 padding: 0 5px;
}
address {
 font-size: 1.8em;
 font-style: oblique;
	text-align: center;
}
p#note {
	text-align: center;
	margin: 10px 20px;
	font-weight: bolder;
}
p#notice {
	text-align: center;
 font-size: 120%;
	margin: 10px 20px;
	font-weight: bolder;
}
p#copyright {
 color: #761026;
 padding 5px 0;
 }
.bold {
	font-weight: bold;
}
.italic {
	font-size: 20px;
	font-style: oblique;
 text-align: center;
}

/*---------IMAGES-----------*/
#content img {
 margin: 9px 50px 5px 0px;
	float: right;
}
#navigation area {
	cursor: pointer;
}

/*------------LINKS-------------*/
a:link, a:active, a:visited {
	color: #d21e4a;
}
#content a:hover {
 color: #a91f23;
}

/*---------------COMMON CLASSES-----------------*/
.right {
	float: right;
}
.left {
	float: left;
}
.imgreplace {
	display: none;
}
.nobullet {
	list-style: none;
}
.nobullet li {
	padding: 5px 0;
}

/* ---------NEW HEADER-------------------*/

.h2_new {
	margin-bottom:3px;
}