@charset "utf-8";
.tableheader {
	font-size: 180%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #090;
}
body  {
	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: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-repeat: repeat-x;
	background-color: #360;
	background-image: url(graphics/background2.jpg);
}
#slidebox {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #topofpage {
	width: 450px;
	float: left;
	padding-left: 10px;
	background-color: #FFF;
}



.twoColFixLtHdr #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 90%;
	text-align: left;
	margin-bottom: 0px;
	color: #060;
} 
.twoColFixLtHdr #header table {
	float: none;
	text-align: right;
}

#images {
	float: right;
}
#newsletter {
	float: right;
	background-color: #FFF;
	width: 270px;
	height: 136px;
}


.twoColFixLtHdr #container #mainContent table {
	color: #000;
	background-color: #FFF;
	border: 1px none #CCC;
}

.extrasmall {
	font-size: 80%;
}

.tooltipfont {
	font-size: 90%;
	color: #096;
}

.twoColFixLtHdr #container #mainContent table tr {
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	height: 700px;
	font-size: 85%;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
} 
.makebold {
	font-weight: bolder;
	color: #666;
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #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 */
	color: #666;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #063;
}

.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;
	border: 1px none #CCC;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px none #CCC;
}
h1 {
	font-size: 190%;
	background-repeat: no-repeat;
	padding-left: 0px;
	border-bottom-style: none;
	display: block;
	width: auto;
	border-bottom-width: 0px;
	border-bottom-color: #CCC;
	color: #090;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.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;
}
p {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFE1;
	border-right-color: #FFFFE1;
	border-bottom-color: #FFFFE1;
	border-left-color: #FFFFE1;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #333;
	display: block;
	width: 190px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	font-size: 100%;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
	padding-bottom: 2px;
}
.pictureborder {
	border: 2px solid #CCC;
}

.twoColFixLtHdr #sidebar1 a:visited {
	color: #333;
	display: block;
	width: 190px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	font-size: 100%;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
	padding-bottom: 2px;
}

.twoColFixLtHdr #sidebar1 a:hover {
	background-color: #CCC;
	color: #000;
	display: block;
	width: 190px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999;
	border-bottom-color: #333;
	font-size: 100%;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
	padding-bottom: 2px;
	border-bottom-style: none;
	border-bottom-width: 1px;
}


.twoColFixLtHdr #sidebar1 a:active {
	background-color: #CCC;
	color: #333;
	display: block;
	width: 190px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	font-size: 100%;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
	padding-bottom: 2px;
}
.twoColFixLtHdr #container #mainContent table tr td {
	padding: 6px;
	background-color: #FFF;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.twoColFixLtHdr #sidebar1 img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #footer a:link {
	color: #333;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.twoColFixLtHdr #footer a:visited {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.twoColFixLtHdr #footer a:hover {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.twoColFixLtHdr #footer a:active {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.twoColFixLtHdr #footer p {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
	text-align: center;
	font-size: 80%;
}
#ul {
	margin: 2px;
	padding: 2px;
	list-style-type: square;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none 
}
.twoColFixLtHdr #container #feedburnerbox {
	width: 265px;
	float: right;
	padding-left: 10px;
	border: 1px dashed #CCC;
	background-color: #FFF;
}

.twoColFixLtHdr #footer table {
	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 */
	color: #666;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 80%;
}
h2 {
	font-size: 190%;
	background-repeat: no-repeat;
	padding-left: 0px;
	border-bottom-style: none;
	display: block;
	width: auto;
	border-bottom-width: 0px;
	border-bottom-color: #CCC;
	color: #090;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 190%;
	background-repeat: no-repeat;
	padding-left: 0px;
	border-bottom-style: none;
	display: block;
	width: auto;
	border-bottom-width: 0px;
	border-bottom-color: #CCC;
	color: #090;
	font-family: Georgia, "Times New Roman", Times, serif;
}

