#Table_01 {
	margin: 5px;
	border: 1px double #333333;
	background-color: #819F09;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #415800;
	margin: 5px;
	background-color: #BAD026;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#Table_01 h1 {
	padding-left: 0px;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.slightPadding {
	padding: 3px;
}

.thrColFixHdr #header {
	height: 195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	margin-right: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.small {
	font-size: 11px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 300;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	float: right;
	background-image: url(images/mainContent.png);
	border: 1px solid #D1DC81;
} 
.thrColFixHdr #subContent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/mainContent.png);
	border: 1px solid #FFD189;
} 
#Table_01 #mainContent #cal {
	background-image: url(images/mainContent.png);
	border: 1px solid #FFD189;
	padding: 12px;
	margin-bottom: 15px;
}

.subContent {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/mainContent2.png);
	border: 1px solid #FFD189;
} 
.sideXside {
	background-image: url(images/mainContent2.png);
	border: 1px solid #FFD189;
	margin: 12px;
	padding: 12px;
	width: 235px;
	height: 425px;
} 
h2 {
	font-size: 14px;
}

.thrColFixHdr  #mainContent h2 {
	font-size: 13px;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr  #mainContent h1 {
	font-size: 14px;
}

.thrColFixHdr #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 */
}
#Table_01 #mainContent2 img {
	margin: 5px;
	padding: 5px;
	border: 3px solid #D9DD9F;
}

.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;
}
#Table_01 #mainContent2 {
	background-image: url(images/mainContent2.png);
	width: 540px;
	border: 1px solid #FFD189;
	margin: 12px;
	padding: 12px;
}
li {
	line-height: 18px;
	list-style-image: url(images/bullet.png);
	list-style-type: none;
}

a:link,a:visited {
	color: #415800;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #435700;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
