.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cfc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #004000;
	text-align: left;
}
.twoColFixLtHdr #header {
	background: #fff;  /* 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. */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.twoColFixLtHdr #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 */
	color: #004000;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
}
.twoColFixLtHdr #sidebar1 {
	background:#CCFFCC none repeat scroll 0 0;
	color:#004000;
	float:left;
	margin:5px;
	padding:15px 10px 15px 20px;
	width:145px;
	display:inline; /* to avoid IE's doubled-margin float bug */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff;
	border-top-color: #004000;
	border-right-color: #004000;
	border-bottom-color: #004000;
	border-left-color: #004000;
	color: #004000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
/* the following declarations relate to all tables .*/
 
 /* The first table is for the Directors & representatives */
table.directors {
	/*border-collapse: collapse;
*/	border: 1px solid #f00;
}
table.directors th {
	text-align: left;
	background: #004000;
	color: white;
	padding: 0.2em;
	border-top-color: #CFC;
	border-right-color: #CFC;
	border-bottom-color: #CFC;
	border-left-color: #CFC;
}
table.directors td {
	border: 1px solid #F00;
	font-size: 14px;
	padding: 0.2em;
}
/* This table is for Exercises */
table.exercises {
	border-collapse: collapse;
	border: 1px solid #004000;
	text-align: center;
	font-size:14px;
	padding: 0.2em;
	color: #000;
}
table.exercises tr {
	font-weight:bold;
	background-color:#FFF;
}
table.exercises td {
	border: 1px solid black;
}
table.exercises th {
	background-color:#CFC;
	text-align: center;
}
table.exercisesvers td {
	border: 1px solid black;
}
table.exercisesvers {
	border-collapse: collapse;
	border: 1px solid #004000;
	text-align: center;
	font-size:14px;
	padding: 0.2em;
	color: #000;
}
table.exercisesvers tr {
	font-weight:bold;
	background-color:#FFF;
}
table.exercisesvers th {
	background-color:#FC3;
	text-align: center;
}
table.exdetail {
	border-collapse: collapse;
	border: 1px solid #004000;
	text-align: left;
	font-size:14px;
	padding: 0.2em;
	color: #004000;
}
table.exdetail th {
	background-color:#cfc;
	border: 1px solid black;
	text-align: center;
	color: #004000;
}
table.exdetail td {
	border: 1px solid black;
}
table.exinstruction {
	border-collapse: collapse;
	border: 1px solid #004000;
	text-align: left;
	font-size:14px;
	padding: 0.2em;
	color: #004000;
}
table.exinstruction th {
	background-color:#cfc;
	border: 1px solid black;
	text-align: center;
	color: #004000;
}
table.exinstruction td {
	border: 1px solid black;
}
/* This table is for Representatives */ 
table.representatives {
	border-collapse: collapse;
	border: 1px solid black;
}
table.representatives th {
	text-align: left;
	background: #00F;
	color: white;
	padding: 0.2em;
}
table.representatives td {
	border: 1px solid black;
	color:#00F;
	font-size: 14px;
	padding: 0.2em;
	background-color: #FFF;
}
/* This table is for Searches */ 
table.searches {
	border-collapse: collapse;
	border: 1px solid black;
}
table.searches th {
	text-align: left;
	background: #004000;
	color: white;
	padding: 0.2em;
}
table.searches td {
	border: 1px solid black;
	color:#00F;
	font-size: 14px;
	padding: 0.2em;
	background-color: #ccffcc;
}
/* the following table is for the titles allowed in the Event Rules page */
 table.titles {
	/*border-collapse: collapse;
*/	border: 1px solid #F00;
}
table.titles th {
	text-align: left;
	background: #004000;
	color: white;
	padding: 0.2em;
}
table.titles td {
	font-size: 14px;
	padding: 0.02em;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
table.titles {
	/*border-collapse: collapse;
*/	border: 1px solid #F00;
}
/*This table is for the Archive page - it is the same as the Trial table except the information is centred */

table.archive th {
	text-align: center;
	background: #004000;
	color: white;
	padding: 0.2em;
}
.blockcap {
	font-weight: bold;
	font-variant: small-caps;
}
.reptablefooter {
	background-color:#FFF;
	color:#00F;
	font-weight:bold;
	text-align: center;
	font-variant: small-caps;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CFC;
	color: #004000;
}
.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: #004000;
	background-color: #CFC;
}
.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;
	color: #C00;
	background-color: #F90;
	width:auto;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	color: #C39;
	background-color: #FF0;
	width:auto;
}
.flt25pxrt { /* this class can be used to float an element 25 pixels right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 25px;
	color: #C00;
	background-color: #F90;
}
.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;
}
/*</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
/*.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs 
</style>
<![endif]
.twoColFixLtHdr #container #header #rightlogo {
	background-color: #FFF;
	background-image: url(../Images/CAROlogo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	} */
#caroname {
	color: #FFF;
	background-color: #FFF;
	left: 0px;
	position: relative;
	top: 0px;
	padding-left: 1px;
}
.imagehistoryleft {
	float: left;
	border: thick solid #FFF;
}
.imagehistoryright {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.hrule {
	height: 3px;
	width: 100%;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #004000;
	border-right-color: #004000;
	border-bottom-color: #CFF;
	border-left-color: #CFC;
}
.twoColFixLtHdr #container #sidebar1 #memberlogin {
	font-variant: small-caps;
	background-color: #FFF;
	text-align: center;
}
.notice {
	background:#eef;
	border:1px solid #00f;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
ul {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 30px;
}
ordered_list {
	padding-left: 20px;
	text-transform:none;
	text-decoration:blink;
}
#mainContent li {
	list-style-type: decimal;
	padding-left: 10px;
}
ul {
	padding-right: 0px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent ol {
	list-style-type: upper-alpha;
}
.twoColFixLtHdr #container #mainContent ol li ol {
	list-style-type: decimal;
	list-style-position: outside;
}
.emphasis {
	font-style: italic;
}
list.deduction {
	list-style-type:circle;
	text-decoration:none;
	font-style:italic;
	background-color:#FF0;
}
.trialtable {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #C03;
	background-color: #FFC;
	text-align: left;
	border: 1px solid #F00;
	border: medium ridge #060;
	border-top-color:#C60;
	border-right-color:#FC6;
	width: 95%;
	table-layout:auto;
	outline:ridge
}
.trialtable th {
	background-color:#060;
	font-size:24px;
	font-weight:700;
	color:#FFF;
	text-align:center
}
.column1 {
	background-color:#060;
	color:#FFF;
	text-align: left;
}
.testtable {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #900;
	background-color: #FFC;
	text-align: center;
	border: 1px solid #F00;
	width: 45%;
	table-layout:fixed;
	border: thin;
}
.testtable th {
	background-color:#060;
	font-size:12px;
	font-weight:700;
	color:#FFF;
	text-align:center
}
.bragtable {
	font-weight: bolder;
	background-color: #FFC;
	text-align: left;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #F00;
	border-right-color: #C60;
	border-bottom-color: #C99;
	border-left-color: #CC6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
