body {
	font: 100% tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0

;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: cent

er;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #454545;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}

a {
	color: #e20000;
	text-decoration: none
}

a:visited {
	color: #e20000;
	text-decoration: none
}

a:hover {
	color: green;
	text-decoration: none
}

a:active {
	color: #e20000;
	text-decoration: none
}

.oneColFixCtrHdr #container {
	width: 709px;


/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #ffffff;
	margin: 0 auto

;
	/* the auto margins (in conjunction with a width) center the page */	text-align: lef

t;
/* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	height: 193px;
	padding-left: 15px;

/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0;


/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0;

/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;


/* remember that padding is the space inside the div box and margin is the space outside the div box */	background: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	border-top: 1px dotted gray;
}

.oneColFixCtrHdr #footer p {
	font-size: 10px;
	text-align: right;
	margin-left: 230px;
	margin-right: 18px;
}

h1 {
	color: #e20000;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 7px;
	border-bottom: 1px dashed #A7A7A7;
}

h2 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}

h3 {
	color: #e20000;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	padding-top: 10px;
}

h4 {
	color: #d0681a;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h5 {
	color: #d0681a;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h6 {
	color: #d0681a;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

p {
	color: #454545;
	font-size: 12px;
	line-height: 18px;
}

ul {
	list-style-position: inside;
	line-height: 18px;
	font-size: 12px;
}

.bigpic {
	border: 1px dashed silver;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Table Styles 2----------------------------------------------- */

table.helpT {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align: center;
	font-weight: normal;
	width: 55%;
	background-color: #fafafa;
	border: solid 1px #1d85bb;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.helpHed {
	border-bottom: 2px solid #7cb01f;
	border-left: 1px solid #7cb01f;
	background-color: #eaeaea;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #858585;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
}

td.helpBod {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #858585;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #fafafa;
	border-left: 1px solid #95d425;
	border-bottom: 1px solid #95d425;
	border-top-style: none;
	border-top-width: 0;
	border-right-style: none;
	border-right-width: 0;
}

table.sofT {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #454545;
	width: 55%;
	background-color: #fafafa;
	border: solid 1px white;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.sofT p {
	text-align: left;
	font-size: 12px;
	color: #454545;
}

td.padded {
	padding: 20px;
}

/* Table Styles 1----------------------------------------------- */

.contacthead {
	color: #e20000;
	font-size: 12px;
	font-weight: bolder;
}

table.contacts {
	background-color: #e6e6e6;
	padding: 5px;
	border: solid 1px #8ebf2a;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.contactDept {
	background-color: #e6e6e6;
	border: solid 1px #8ebf2a;
	font-weight: bold;
	font-size: 11px;
	color: #858585;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	padding: 5px;
}

td.contact {
	border-bottom: 1px dotted #6699cc;
	text-align: left;
	font-weight: normal;
	font-size: 0.7em;
	color: #858585;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #fafafa;
	padding: 4px 0 4px 8px;
}

/* Page Curl */

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(subscribe.png) no-repeat right top;
	text-indent: -9999px;
}