/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 643px;
	text-align: left;
}
#PageBody {
	padding: 8px;
}

/* Begin Navigation CSS */
#LeftNavigation {
	z-index:1;
	border: 1px none #000000;
	text-align: center;
}
#LeftNavigation div a:hover {
	text-decoration: underline;
}
#LeftNavigation div a {
	text-decoration: none;
}
#LeftNavigation div {
	width: 78%;
	text-align: left;
	padding: 4px;
	font-weight: bold;
}
#LeftNavigation {
	background-color: #A6C840;
}
.green 			{ background: #99CC00; }
.green a		{ color:#FFFFFF; }
.bluegreen  { background: #007484; }
.bluegreen a{ color:#FFFFFF; }
.orange 		{ background: #ED5B30; }
.orange a		{ color:#FFFFFF; }
.blue 			{ background: #084C8D; }
.blue a			{ color:#FFFFFF; }
.purple 		{ background: #34007C; }
.purple a		{ color:#FFFFFF; }
.pink 			{ background: #E80066; }
.pink a			{ color:#FFFFFF; }
.yellow 		{ background: #F0EB00; }
.yellow a		{ color:#000000; }

/* Begin Promo CSS */
#RightPromos {
	z-index:1;
	border: 1px none #000000;
	font-weight: bold;
}
#RightPromos a:hover {
	text-decoration: underline;
}
#RightPromos a {
	text-decoration: none;
}

/* End Navigation CSS */.rt_heading {
	font-size: 1.5em;
	color: #FFFFFF;
	padding: 5px 0px 0px;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 1em;
}
