@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

img {
	border: 0;
}

.twoColFixLtHdr #container { 
	width: 990px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	overflow: hidden;
} 
.twoColFixLtHdr #header { 
	padding: 0;  
} 

.twoColFixLtHdr #mainContent { 
	padding: 13px 52px 13px 52px;  
} 
.twoColFixLtHdr #mainContent  h1{ 
	color: #9E0361;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}
.twoColFixLtHdr #mainContent  h2{
	color: #FF9900;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
} 
.twoColFixLtHdr #mainContent  p{ 
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
} 
.twoColFixLtHdr #mainContent  ul{ 
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	list-style-image: url(../images/bullet_purple_ring.gif);
} 
.twoColFixLtHdr #mainContent  ol{ 
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
} 
.twoColFixLtHdr #mainContent  a:link {
	color: #3399FF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent  a:visited {
	text-decoration: none;
	color: #3399FF;
}
.twoColFixLtHdr #mainContent  a:hover {
	text-decoration: none;
	color: #A40366;
}
.twoColFixLtHdr #mainContent  a:active {
	text-decoration: none;
	color: #A40366;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 158px; 
	background: #F4AA26 url(../images/sidebar_bottom_cap.jpg) bottom center no-repeat; 
	padding: 15px;
	margin-left: 13px;
	margin-right: 13px;
	
}
.twoColFixLtHdr #sidebar1 h1{
	padding: 0;
	margin: 0;
	text-align: center;
	color: #9E0361;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}
.twoColFixLtHdr #sidebar1 h2{
	padding: 0;
	margin: 0;
	text-align: center;
	color: #9E0361;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}
.twoColFixLtHdr #sidebar1 p{
	font-size: 12px;
}

.twoColFixLtHdr #homeTable { 
	margin: 0 13px 0 189px; 
	padding: 0; 
} 
.twoColFixLtHdr #footerHome { 
	padding: 13px;
	color: #999999;
	text-align: right;
	font-size: 11px;
} 
.twoColFixLtHdr #footerHome p {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #footerHome a{
	color: #999999;
	text-decoration: none;
}

.twoColFixLtHdr #footer{
	width: 939px;
	background:url(../images/footer_bg.jpg) repeat-x top left;
	color: #FFFFFF;
	padding: 15px;
	font-size: 11px;
	margin: 13px;
}
.twoColFixLtHdr #footer a{
	color: #FEE203;
	text-decoration: none;
}

.home_table{
	width: 768px;
	overflow:hidden;
}

.home_table h1{
	font-size: 22px;
	color: #FEE203;
	font-weight: normal;
	line-height: 10px;
}

.home_table p{
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.home_table ul{
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.home_table a:link {
	color: #FFFF00;
	text-decoration: none;
}
.home_table a:visited {
	text-decoration: none;
	color: #FFFF00;
}
.home_table a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.home_table a:active {
	text-decoration: none;
	color: #FFCC00;
}

.home_table_top_left {
	vertical-align: top;
	background:url(../images/home/tree_r1_c1.jpg) bottom right no-repeat; 
	padding: 20px;
	width: 340px;
	overflow: hidden;
}
.home_table_top_right {
	vertical-align: top;
	background:url(../images/home/tree_r1_c3.jpg) bottom left no-repeat; 
	padding: 20px;
	width: 340px;
	overflow: hidden;
}
.home_table_bottom_left {
	vertical-align: top;
	background:url(../images/home/tree_r3_c1.jpg) top right no-repeat; 
	padding: 20px 20px 0px 20px;
	width: 340px;
	overflow: hidden;
}
.home_table_bottom_right {
	vertical-align: top;
	background:url(../images/home/tree_r3_c3.jpg) top left no-repeat; 
	padding: 0;
	width: 340px;
	overflow: hidden;
}

.home_table_footer {
	height: 97px;
	width: 768px;
	overflow:hidden;
	padding-left: 25px;
	text-align: center;
}

.home_table_footer tr{
	background: url(../images/home/tree_r4_c1.jpg) no-repeat top left; 
}
.home_table_footer a:link {
	color: #A40366;
	text-decoration: none;
}
.home_table_footer a:visited {
	text-decoration: none;
	color: #A40366;
}
.home_table_footer a:hover {
	text-decoration: none;
	color: #A40366;
}
.home_table_footer a:active {
	text-decoration: none;
	color: #A40366;
}

.sponsor_table {
	overflow: visible
}

.fltrt { 
	float: right;
	margin-left: 13px;
}
.fltlft { 
	float: left;
	margin-right: 13px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.purple {
	color: #A40366;
}
.white {
	color: #FFFFFF;
}
.gold {
	color: #F4AA26;
}
.blue {
	color: #75D1FF;
}
.grey {
	color: #999999;
}
