body 
{
	font-family:Arial;
	font-size:12px;
	width:100%;
	margin:0; padding:0;
	background-color:#b5b2b5;
}


.wrapper
{
	width:900px;
	background-color:#cecfce;
	margin-right:auto;
	padding-right:auto;
	margin-left:auto;
	padding-left:auto;
	border-right: black 1px solid;
	border-left: black 1px solid;
	margin-top:0px;
}

.pagewrapper
{	
	width:500px;
	margin-right:auto;
	padding-right:auto;
	margin-left:auto;
	padding-left:auto;
	
	
}

.content
{
	padding:10px;
	margin:10px;
	background-color:#cecfce;
}
.navdiv
{
	
	height:43px;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
.contents_home
{
width:900px;
background-color:#cecfce;
background-image:url(images/pagearea.jpg);
background-repeat: no-repeat;
background-position:top center;
}

.contents
{
width:900px;
background-color:#cecfce;
position:relative;
	margin:0;
}

.p
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
}

.textHeader
{
	font-size:14px;
	text-align: center;
	color:#0869ce;
	font-weight:bold;
	text-decoration:none;
}

.textHeader a
{
	font-size:14px;
	text-align: center;
	color:#0869ce;
	font-weight:bold;
	text-decoration:none;
}

.textHeaderL
{
	font-size:18px;
	text-align:center;
	color:#0869ce;
	font-weight:bold;
}
#leftcol { 
	position:relative;
	float:left;
	width:160px;  /* for IE5/WIN */
	
	width:160px; /* actual value */
	padding-left:10px;
	}
#rightcol {
	position:relative;
	float:right;
	width:160px;  /* for IE5/WIN */
	width:160px; /* actual value */
	padding-right:15px;
	}
#centercol {
	position:relative;
	width:700px;
	
	}
#maincol {
	position:relative;
	width:900px;
	margin:0;

background-color:#cecfce;
background-image:url(images/pagearea.jpg);
background-repeat: no-repeat;
background-position:top center;

	}

	
#col 
{
	position:relative;
	margin:0;
	background-color:#cecfce;
}

#left {
		float:left;
		width:160px;
		margin-right:15px; 
		margin-left:15px;
		margin-top:15px; 
		background-color:#cecfce;
		border-right: thin solid gray;
		
		}
	#right {
		float:right;
		width:160px;
		margin-right:15px; 
		margin-left:15px; 
		margin-top:15px; 
		padding:5px;
		background-color:#cecfce;
		border-left: thin solid gray;

		}
	#middle {
		margin:0 150px;
		background-color:#cecfce;
	
		}
		
		
		
		#left1 {
		float:left;
		width:160px;
		margin-right:15px; 
		margin-left:15px;
		margin-top:15px; 
	
		
		}
	#right1 {
		float:right;
		width:160px;
		margin-right:15px; 
		margin-left:15px; 
		margin-top:15px; 
		padding:5px;


		}
	#middle1 {
		margin:0 150px;
	
		}

		
.colleft
{
	float: left;
	width:50%;
	
}
.colright
{
}

.regsitationHeading
{
	font-size:11pt;
	font-weight:Bold;
	text-decoration:underline;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {


	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;

	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}