body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td,tr {font-size: 12px;}

#MainMid{
	width: 100%;
	vertical-align: top;
	padding-bottom: 10px;
}
.MainContent{ padding-right: 5px;}

/* *********************************************************
*************         Top title area        ****************
********************************************************* */
#TopTitleArea{
	height: 200px; 							/* total height of the title bar area*/
	background: url(../styleImages/template/header.jpg) no-repeat center;  /* to use a background image in the title bar area, this bit does the job. Comment out to easily remove the image */
	text-align: center; 					/* This centers the title bar text and DIV , if used*/
}
#toptitle { 						/* This is the container for the title bar text*/
  	padding-top: 12px;
	font-size: 250%;
	font-weight: bold;
	width: 780px; 					/*Prevents the width getting too small... 760 is ideal for min resolution */
	margin: auto; 
  }
#toptitle a, #toptitle a:hover {
	color: #000;       			/*  title text colour*/
}
/* *********************************************************
*************       Top title area END      ****************
********************************************************* */

#barst{
 	font-size: 90%;
  	background: #9CB6DF;
	padding: 2px 20px 2px 10px;
	
}

#TSession {
	width: 100%;
	text-align: right;
	padding: 0px;
}

.ColumnLeft{
	width: 185px;
	vertical-align: top;
	padding: 25px 18px 0 18px;
}
.ColumnMid{
  width: 90%;
	vertical-align: top;
	text-align: left;
	padding: 20px 5px 0 5px;
}
.ColumnRight{
	width: 185px;
	vertical-align: top;
	padding: 25px 18px 0px 18px;
}
.colLeft {}
.ColMid {}

.tblList{	}
.boxContent div {
	padding: 4px;
	padding-top: 6px;
}
h2 {
padding: 0px;
margin: 3px;
	font-size: 14px;
	margin-bottom: 1px;
}
h3 {padding: 0px;
margin: 1px;
	font-size: 12px;
}
#Copyright, #Copyright a{
 font-size: 11px;
 color: #999999;
 text-align: right;
 }
 #Copyright a:hover{
 font-size: 11px;
 color: #999999;
 text-decoration: underline;
 }
 a { color: #2F3873; 	
 text-decoration: none;
 font-weight: bold;
 }
 
 a:hover {
 	 color: #FF6600;
	  font-weight: bold;
	 text-decoration: none;
 }

 h1 {	margin: 10px 0 5px 0; }
 h2 {	margin: 5px 0 2px 0;}
p {	padding: 2px 0 2px 0; margin: 6px 0 8px 0;}
.txtContentTitle h1 { font-size: 20px;
	margin: 0; padding: 0;
}/*Copyright Inspired Solutions*/
 .txtContentTitle #frontpage h1 { font-size: 26px;
	margin: 0; padding: 0;
}

.boxcontent ul li{
	list-style-position: outside;
	margin-left: 30px;
}
.boxcontent ol li{
	margin-left: 30px;
}

#footerbar{
  background: #9CB6DF;
	height: 12px;
  	float: none;
	padding: 2px 5px 2px 5px;
}
.fplp{
	background: #9CB6DF url(../styleImages/template/corner-tl.png) no-repeat top left;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	/*Copyright Inspired Solutions*/
	margin: 0;
	padding: 2px 2px 2px 10px!important;
	font-weight: bold;
	font-size: 90%;
}

.fplatest{
	border: 1px solid #9CB6DF;
	width: 100%;
	background-color: #F3F7FC;
}
