/* CSS for POOT classes */
.georgiaForce{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.verdanaForce{
	font-family:Verdana, Geneva, sans-serif;
}
.invis{
	display:none;
}

.fakeLink{
	color:#003366;
}

.listStyling{	
	list-style-position:outside;	
	margin-left:20px;
}
.sponsorImClass{
	padding-right:5px;
	padding-bottom:5px;
	border:0;	
	margin:0;
}
.listStyling li{	
	padding-bottom:.75em;	
	border-bottom:1px dotted #EEE;
	margin-bottom:.75em;


/* ie hack for bullets?
	background:url(../images/bullet.gif) top left no-repeat;
*/
}
.noList{
	list-style:none;
}
.noList li{
	padding-bottom:1.4em;
}
/* ======== Size bangs ================ */
.tenPt{
	font-size:10px;
}
.twentyPt{
	font-size:20px;
}
.thirtyPt{
	font-size:30px;
}
/* ======== Padding bangs ================ */
.topPad10{
	padding-top:10px;
}
.topPad20{
	padding-top:20px;
}
.topPad30{
	padding-top:30px;
}
.botPad10{
	padding-bottom:10px;
}
.botPad20{
	padding-bottom:20px;
}
.botPad30{
	padding-bottom:30px;
}

/* ======== table defs ================ */
table{
	width:100%;
}
tr{
	border-top:1px dotted #BBB;
	border-right:1px dotted #DDD;
}
td{	
	padding:5px;
	vertical-align:top;
}
.tableTop{
	color:#FFF;
	background:#060 url(../image/grass_repeat.gif) 50% 50% repeat;
}
.tableBot{
	border-bottom:1px dotted #AAA;
}

.newsDiv{
	clear:both;
	padding-top:1em;
	padding-bottom:1em;
	margin-top:1em;
	margin-bottom:1em;
	border-bottom:1px dotted #09F;
}
.newsDiv li{
	list-style:none;
	padding-bottom:1.4em;
}

/*( rounded corners ) */

.roundedCorners{
	padding: 10px;
	background-color: #FFF;
	border:1px solid #DDD;
	
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* ---- image classes ---- */
.photoBox{
	clear:both;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-top:5px;
	padding-bottom:10px;
}
.photoBox p{
	padding-top:0;
}
.oneSixZerowide{
	width:160px;	
}
.IMleft{
	float:left;
	margin-right:10px;
}
.IMright{
	float:right;
	margin-left:10px;
}

/* ================= Blog defs ================ */
.miniBlog{
	padding:5px 4px 10px 4px;
	padding:5px;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.miniBlog ul { 
	margin-left:0; 
	padding-left:0; 
	list-style-type: none ;
	padding-bottom:10px;
}

.miniBlog ul li span.headline { 
	font-weight:200; 
	display:block; 
	margin:12px 0 0 0; 
	font-size:12px;
	margin-bottom:.6em;
}
.mainPageBlog ul li span.headline {
	font-weight:200; 
	display:block; 
	margin:12px 0 0 0; 
	font-size:140%;
	margin-bottom:.4em;
}
.mainPageBlog li{
	margin-bottom:.4em;
	border-bottom:1px dashed #DDD;
	padding-bottom:.2em;
}