﻿body 
{
	width: 931px;
	margin: 0px auto;
	background-color: #efefef;
}


#colLeft
{
	float: left;
	margin-right: 3px;
}

#colMiddle
{
	float: left;
	width: 645px;	
	background-color: White;
}

#colRight
{
	float: right;
	margin-left: 3px;
}


#colLeft, #colRight
{
	background-color: Red;
	width: 130px;
	height: 730px;
	padding: 5px;
}


#content
{
	height: 580px;
	overflow: auto;
	padding: 5px;
}

#banner
{
	width: 100%;
	height: 150px;
	background-color: Red;
	background-image: url(images/banner.png);
}

#bannerYouth
{
	width: 100%;
	height: 150px;
	background-color: Red;
	background-image: url(images/youthsection.png);
}

.pageTitle
{
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 120%;
	font-family: Sans-Serif; 
}

.pageBody
{
   margin-bottom: 5px;
   margin-top: 5px;
   font-size: 90%;
   font-family: Sans-Serif; 
}

.pageBodyl
{
   margin-bottom: 5px;
   margin-top: 5px;
   font-size: 100%;
   font-family: Sans-Serif; 
}

.pageBodys
{
   margin-bottom: 5px;
   margin-top: 5px;
   font-size: 70%;
   font-family: Sans-Serif; 
}


.pageGrid
{
   margin-bottom: 5px;
   margin-top: 5px;
   font-size: 60%;
   font-family: Sans-Serif; 
   padding: 5px;
   text-align: center;
}

.pageGridl
{
   margin-bottom: 5px;
   margin-top: 5px;
   font-size: 60%;
   font-family: Sans-Serif; 
   padding: 5px;
}

.controlTitle
{
    font-weight:bold;
    padding: 1px 3px;
    height: 15px;
    clear: both;
    font-size: 70%;
    color: White;
    font-family: Sans-Serif;
        
}

.controlContent
{
    padding: 3px; 
    /*height: 65px;*/
    clear: both;
    font-size: 60%;
    color: White;
    font-family: Sans-Serif;
}

.control
{
    padding-bottom: 2px;
}

.profilepic
{
	float: left;
	padding-right: 10px;
}

.profiletext
{
	font-size: 80%;
    font-family: Sans-Serif; 
}

.profilestats
{
	clear:both;
}

.statsFooter td
{
	font-weight: bold;
	font-size: 110%;
	border-top: solid 2px black;
	background-color: Silver;
}
.floatright {
	float: right;
}
.floatimgleft {
	float:left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-style: italic
}
.floatimgright {
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-style: italic
}
.floatimgcenter {
	float:center;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
