@charset "UTF-8";
/* CSS Document */

body {
	background: #E1DEC9;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#container  {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
}
#mainContent  {
	background: #FFFFFF;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 55px;
}
#mainContent p {
	line-height: 22px;
	margin-right: 30px;
	margin-left: 30px;
}
#mainContent ul {
	margin-right: 50px;
	margin-left: 25px;
}
#mainContent li {
	line-height: 22px;
	padding-right: 50px;
	list-style-position: outside;
	list-style-image: url(../images/all/square-small-teal.gif);
}
#byline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	color: #494C49;
	background-color: #D5E0D5;
	padding: 20px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 200px;
	text-align: left;
}
#footer  {
	padding: 0 10px;
	background-color: #CBCCBA;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
#footer a:link {
	text-decoration: none;
	color: #333333;
}
#close-window {
	float: left;
	width: 200px;
	padding-left: 22px;
}
#close-window a:link {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}
#button-next {
	float: right;
	width: 200px;
	padding-right: 22px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	height: 25px;
	color: #FFFFFF;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/all/backgr_header_home.jpg);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	font-style: normal;
	text-align: left;
	padding-top: 6px;
	margin-bottom: 35px;
}

h2 {
	font-size: 14px;
	color: #CC3300;
	background-color: #D5E0D5;
	font-weight: bold;
	text-transform: none;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 25px;
	background-image: url(../images/all/square_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

h3 {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	padding-left: 27px;
	background-image: url(../images/all/small-dot_yelllow.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 18px;
	margin-left: 23px;
	background-image: url(../images/all/square-small-red.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 16px;
	padding-right: 16px;
}
h5 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 18px;
	margin-left: 23px;
	background-image: url(../images/all/square-small-teal.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #EFEFEF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.red_bf_18 {
	font-size: 18px;
	color: #CC3300;
	font-weight: bold;
}
.italics {font-style: italic}
.italics_bold_blue {
	font-style: italic;
	font-weight: bold;
	color: #203149;
	line-height: 17px;
}
.italics_bold_black {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
.italics-small-red {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #CC3300;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 33px;
	border: 1px solid #333333;
	padding: 5px;
}
.image-right {
	float: right;
	border: 1px solid #333333;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
}
.image-right-no-rt-margin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	width: 145px;
	margin-right: 12px;
	margin-left: 12px;
}
.redcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC3300;
}
.arrow {
	background-image: url(../images/all/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	font-style: italic;
	margin-bottom: -5px;
}
.read-more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
s
