@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #39F;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 110%;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 110%;
	color: #36C;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 110%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666;
	font-weight: bold;
}
ul {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/Bullet.jpg);
	padding-left: 25px;
	line-height: 125%;
	background-position: bottom;
	padding-bottom: 5px;
}
li {
	padding-top: 7px;
}
dl {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
dd {
	line-height: 150%;
	margin-left: 25px;
}
th {
	background-image: url(images/NavBarBack-opt.jpg);
	border-collapse:collapse;
	background-repeat: repeat-x;
	background-position: left bottom;
}


a:link {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
form {
	margin: 0px;
	padding-top: 5px;
	font-size: 12px;
	background-color: #FFC;
	color: #000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	vertical-align: bottom;
}
input[type="button"] {
	font-size: 10px;
	line-height: 9px;
	text-align: center;
	vertical-align: top;
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
	background-image: url(images/SubmitButton.jpg);
}
input[type="submit"] {
	font-size: 10px;
	line-height: 10px;
	background-image: url(images/SubmitButton.jpg);
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	color: #000000;
	font-weight: bold;
}
input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	vertical-align: bottom;
}
input[type="textarea"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	vertical-align: bottom;
}
input[type="password"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	vertical-align: bottom;
}

.twoColFixRtHdr #container {
	width: 750px;  /* 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 */
	border: 0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/WebHeader.jpg);
	background-position: center-top;
	background-repeat: no-repeat;
	min-height: 95px;
} 
.twoColFixRtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
}
.twoColFixRtHdr #container #header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 9px;
	font-weight: lighter;
	color: #666;
	margin: 0;
}
.twoColFixRtHdr #navigation {
	padding-right: 5px;
	padding-left: 5px;
	height: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-color: #FFF;
	background-image: url(images/NavBarBack-opt.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.twoColFixRtHdr #navigation a:link {
	color: #06C;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #navigation a:visited {
	color: #093;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #navigation a:hover {
	color: #060;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixRtHdr #navigation ul {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #666;
	list-style-type: none;
	margin: 0;
	background-image: none;
	padding-bottom: 2px;
	padding-left: 15px;
	text-align: center;
	padding-top: 0px;
}
.twoColFixRtHdr #navigation li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: outside;
	list-style-image: url(images/NavBarBullet-opt.gif);
	list-style-type: none;
	line-height: 14px;
	text-align: right;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 10px;
}
.twoColFixRtHdr #sidebar1 h3 {
	color: #C60;
}
.twoColFixRtHdr #sidebar1 p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 125%;
	text-indent: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 275px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixRtHdr #mainContent p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 125%;
	text-indent: 10px;
}
.twoColFixRtHdr #footer { 
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	line-height: 130%;
	font-size: 9px;
	font-style: italic;
}
.twoColFixRtHdr #footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.twoColFixRtHdr #footer li {
	display: inline;
	padding-right: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt-image {
	float: right;
	margin-left: 2px;
}
.fltlft-image {
	float: left;
	margin-right: 8px;
	border: 1px solid #000099;
}
.order {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
