/* CSS Document */
	a:hover {
		color: #FF3333;
	}

	a:active {
		color: #3333FF;
	}
	
    a {
		color: #993333;
	}




#ContainerMain {
	background-color: red;
	width: 980px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 8px -490px;
	background-image:url(/images/sideback.JPG);
	background-repeat: repeat-y;
	top: 8px;
	
}

#HeaderMain {

}

#SideBarMain {
	float: left;
	width: 148px;
	    line-height: 100%;
}

#ContentMain {
	float: right;
	width: 763px;
        min-height:500px;
        height:auto !important;
        height:500px;
	background-image: url(/images/tlogo.jpg);
	background-repeat: repeat;
	margin: 7px 15px 15px 0px;
	padding: 20px 20px;
	border: solid black 1px;
	display: inline;

}

#FooterMain {
	clear: both;
    padding-bottom: 25px;
	padding-top:5px;
	background-color: red;
	font-family: Arial, Helvetica, sans-serif;
}

#mainright{
	float: right;
	width: 176px;
}

#whatsnew {
	font-family: Arial, Helvetica, sans-serif;
	margin: 18px 0px;
	width: 175px;
	background-color: #FFD7D8;

}

#recentlycompleted {
	margin-top: 18px;
	text-align: center;
	background-color: #FFD7D8;
	width: 175px;
		margin: 25px 0px 0px 0px;
}

.viewmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}



.footertext {
	color: #FFFFFF;
	font-size: 16px;
}

.innerbox {
    border: solid black 1px;
}

.heading {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
	background-color: #006A00;
	background: black url(/images/boxheadback.jpg) center center repeat-x;

}

.boxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #006A00;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 100%;
	padding: 3px 0px;
	border-bottom: solid #DDDDDD 2px;
	background: black url(/images/blockdefault.gif) center center repeat-x;
}

  ul.left {
	float: left;
	width: 260px;
	padding: 0px 0px;
	border: 0px none;
	list-style-position: inside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	margin: 0px 0px 0px 65px;
	display: inline;
  }
  
  ul.right {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px 0px;
	border: 0px none;
	list-style-position: inside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	display: inline;
  }
  
  .sigbold {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

  .centerbold {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.contenttext {
	font-size: 14px;
	color: #000000;
}

.aThumb				{ margin: 5px 0px;  overflow: hidden;}
.firstThumb			{ clear: both; width: 100%; }
.aThumb img			{ border: 1px solid #111; margin: 5px; }
.aThumb a			{ color: #444; }
.aThumb a:hover			{ color: #555; }

.rss-item {
	font-size: 12px;
}

.rss-text {
	font-size: 10px;
	line-height: 100%;
}

.rss-date {
	font-size: 9px;
}

.rss-box {
	padding: 5px 5px;
}

.centercontenttext {
	font-size: 14px;
	text-align: center;
	color: #000000;

}

.head1 {
	color: #F00;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
	text-align: center;
}

.imagefright {
	border: solid #000000 1px;
	float: right;
	margin: 20px 0px 15px 15px;
}

.imagefleft {
	border: solid #000000 1px;
	float: left;
	margin: 20px 15px 15px 0px;
}

.admin-left {
	text-align:center;
	float:left;
	margin-left:150px;
	padding: 0px 15px;
	border: solid black 1px;
}

.admin-right {
	text-align:center;
	float:right;
	margin-right:150px;
	padding: 0px 15px;
	border: solid black 1px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
}
.limage {
	margin: 20px 15px 15px 0px;
}

.rimage {
	margin: 20px 0px 15px 15px;
}

.bimage {
   border: 1px solid black
}   

#outerhitcounter {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	width: 100px;
	text-align: center;
	float: right;
	margin-right: 40px;
        position:  relative; 
        top: -4px;
	display: inline;
}

#outerhitcounter a:hover, #outerhitcounter a:link, #outerhitcounter a:active, #outerhitcounter a:visited {
	text-decoration: none;
}

.innerhitcounter {
	background-color: #FFA4A6;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}

.hitcounterfoot {
	font-size: 10px;
	margin-bottom: 4px;
}