/* CSS Document */



#wrapper {
	position:absolute;

	left:10%;
	top:0px;
	width:800px;
	height:776px;
	z-index:2;
	border-color:#666666;
	border-style:solid;
	border-width:0px;
	overflow:hidden;
   
}

#search {
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
	height:25px;
	z-index:9;


}
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:244px;
	z-index:9;
background-image:url(images/banner.jpg);

}

#lColumn {
	position:absolute;
	left:0px;
	top:244px;
	width:620px;
	height:508px;
	z-index:7;
	/*background-image:url(images/lContentBckgrnd_yellow.jpg); background-repeat:repeat-x; background-position:bottom; */

	
	background-color:#FFFFFF;
	overflow: auto;
	
}
#rColumn {
	position:absolute;
	left:620px;
	top:244px;
	width:180px;
	height:508px;
	z-index:5;
	border-color:#666666;

 background-image:url(images/lContentBckgrnd.jpg);background-repeat:repeat-x; background-position:bottom;


}

#rTopAd {
	position:absolute;
	left:3px;
	top:0px;
	width:180px;
	height:164px;
	z-index:7;

}

#rMidAd {
	position:absolute;
	left:3px;
	top:164px;
	width:180px;
	height:345px;
	z-index:6;
		border-color:#666666;


	
}

#footer {
	position:absolute;
	left:0px;
	width:800px;
	height:25px;
	z-index:8;
	bottom: 0px;
	
	text-align:justify;
}



body {

	background-image:url(images/bg_grad.gif); background-repeat:repeat;
	
}
#navBar {
	position:absolute;
	left:0px;
	top:219px;
	width:100%;
	height:25px;
	z-index:10;
	background-image:url(images/navTrans.png); background-repeat:repeat-x;

}

a.selected {color:#000000;display:block; /*background-image:url(images/lContentBckgrnd_yellow.jpg); background-repeat:repeat-x; background-position:center; */ background-color:#FFFFFF;
	width:80px;
	height:25px;
	text-align:center;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:10px;
	color:#000;
	line-height:25px;
	overflow:hidden;
	float:left;
	margin-right: 5px;
}
a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:80px;
	height:25px;
	text-align:center;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:25px;
	overflow:hidden;
	float:left;
	margin-right: 5px;
}
a.nav:hover {color:#000; background-color:#0066FF }
a.forum, a.forum:link, a.forum:visited {
background-color:#0066FF;
	display:block;
	width:80px;
	height:25px;
	text-align:center;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height:25px;
	overflow:hidden;
	float:left;
	margin-right: 5px;
}
a:link{text-decoration:none; }; 
a:hover {text-decoration: underline;}
.bodyText {font-size: 14px; text-indent:inherit; text-align:left; margin-top:20px; margin-left:40px; margin-right:30px; color:#666666 }
H1{font-size:18px; margin-left:20px; color:#666666;}
H2{font-size:18px; margin-left:20px;color:#666666;}
.copy {color: #FFFFFF ;font-size: 12px; margin-left:5px;}
.bullets {font-size: 12px; color:#666666}

.title{background-color:#666666; color:#FFFFFF;}
.date{background-color:#CCCCCC; color:#000000}
.amount{background-color:#FFFFFF;}
.row1{background-color:#CCCCCC; color:#000000;}
.row2{background-color:#999999; color:#000000;}
.mailForm{ background-color:#000000; color:#FFFFFF; }


