@charset "UTF-8";
body  {
	padding: 0;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #EDEDEE;
	background-image:url(images/bg1.gif);
	background-repeat:repeat-x;
	margin-top: 30px;
}
.twoColFixRtHdr #container {
	width: 950px;  /* 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;
	border-right-width: 2px;
	color: #333;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0;  /* 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. */
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 65%;
	text-align: right;
}
.twoColFixRtHdr #mainContent {
	color: #666666;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
} 
.twoColFixRtHdr #mainContent h2 {
	font-size: 70%;
	text-transform: uppercase;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:hover {
	color: #43B649;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	letter-spacing:1px;
	font-family:Tahoma, Geneva, sans-serif;
}
h2 {
	margin: 0px;
}
p {
	margin: 0px;
}
.twoColFixRtHdr #footer {
	background-color: #EDEDEE;
	text-align: right;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
} 
a {
	color: #55C142;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent h1 {
	font-size: 90%;
	color: #5A585A;
	line-height: 1.4;
	text-transform: capitalize;
	margin-top: 15px;
}
.twoColFixRtHdr #mainContent p {
	font-size: 75%;
	line-height: 1.6;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.twoColFixRtHdr #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 */
}
.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;
}
strong {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	font-size: 75%;
	color: #983300;
}
li {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333;
}
td {
	font-size: 75%;
	vertical-align: top;
	padding: 10px;
}
.small {
	font-size: 90%;
	line-height: 1.4;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent h3 {
	font-size: 80%;
	color: #660000;
	line-height: 1.4;
	text-transform: capitalize;
	margin-top: 15px;
}

p.caption {
	font-size:x-small;
	line-height:10px;
	text-align:right;
}

