@charset "ISO-8859-1";
/* Prevents Safari from drawing blue lines on focused elements */
*:focus {
	outline: 0;
}
a:link {
	color: #5C0A30;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #5A0A2E;
	text-decoration: underline;
}
body {
	margin: 0 0 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	line-height: 160%;
}
body, td, th {
	font-family: Trebuchet MS, Helvetica, Geneva, Arial, SunSans-Regular;
	color: #000;
}
th {
	color: #FFF;
	background-color: #E2A53A;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixRt #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	margin-top: 80px;
}
.twoColFixRt #mainContent {
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
}
#howhelp {
	float: right;
	margin-top: 134px;
}
.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;
}
.box {
	background-image: url(../images/bkg_sidebar_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 193px;
	color: #FFF;
	line-height: 150%;
	font-size: 12px;
	padding-bottom: 8px;
	margin-left: 12px;
}
.box p {
	margin: 0;
	padding: 6px 8px 4px 12px;
}
.box h3 {
	background-image: url(../images/bkg_sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #e3a63a;
	font-weight: normal;
	margin: 0px;
	padding: 6px 8px 4px 12px;
	font-size: 16px;
}
.box_flex li a {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
.box_flex ul {
	text-decoration: none;
	list-style-type: none;
}
.box_flex {
	color: white;
	font-style: italic;
	background: #2f4e29 url(file:///Macintosh%20HD/Users/richardt/Public/Web%20Sites/images/rounded-right.gif) no-repeat right top;
	float: right;
	clear: none;
	margin: 16px;
	width: 220px
}
.box_flex .text {
	background: url(file:///Macintosh%20HD/Users/richardt/Public/Web%20Sites/images/rounded-left.gif) no-repeat left top;
	margin: 0px;
	padding: 9px 9px 0px
}
.box_flex .link {
	background: url(file:///Macintosh%20HD/Users/richardt/Public/Web%20Sites/images/rounded-left.gif) no-repeat left bottom;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 0px 9px
}
.box_flex .link em {
	font-style: normal;
	background: url(file:///Macintosh%20HD/Users/richardt/Public/Web%20Sites/images/rounded-right.gif) no-repeat right bottom;
	margin-top: 8px;
	padding: 0px 9px 9px 0px;
	display: block
}
.box_flex li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	display: block;
}
.question {
	font-size: larger;
	font-weight: bold;
}
.answer {
	color: #333;
	padding-right: 24px;
	padding-left: 24px;
	line-height: 200%;
}
.posted_by {
	font-size: 11px;
	font-style: normal;
	color: #999;
}
.row_hilite {
	background-color: #EAEAEB;
}
#results_table {
	width: 100%;
}
#results_table tr:hover {
	background-color: #FF6;
}
#sidebar1 .box a {
	color: #FFF;
	text-decoration: underline;
}
#footer {
	width: 940px;
	margin-top: 16px;
}
#footer td{
	font-size: 10px;
	text-align: center;
	color: #5C0A30;
	line-height: 12px;
	padding-bottom: 8px;
}
#footer p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#footer td .dialog_note {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-style: italic;
	height: 20px;
}
#mainContent h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	color: #5C0A30;
}
#mainContent h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 160%;
	font-weight: normal;
	line-height: 120%;
	color: #5C0A30;
}
#mainContent form  td, #mainContent form input{
	font-size: 14px;
}
