/* General */

body
{
	background		: #026FCB;
	margin			: 0px;
}

a:link, a:visited {
	color			: #ffffff; /* changed from ffffff */

	text-decoration		: underline;
}

a:hover {
	color			: #000000;
	text-decoration		: none;
}

tr,div {
  	font-family     	: arial;
  	font-size       	: 11px;
  	color           	: #000000;
}

.tblbody
{
	background-color	: #ffffff;
	background-repeat	: repeat-y;
	background-position	: right top;
	background-color	: #026FCB;
	color			: #FFF607;

}


.tblcontent
{
	background-color	: #026FCB;
	margin-left		: 0px;
	margin-right		: 0px;
	color			: #FFFF00;


}

table.moduletable th 
{
	background		: url(../images/title-bg.jpg) no-repeat;
  	font-family     	: arial;
  	font-size       	: 16px;
	font-weight		: bold;
	text-align		: center;
	width			: 150px;
	height			: 48px;
	padding-top		: 20px;
	padding-left		: 10px;
	color			: #FFFF00;
}

table.moduletable
{
	background		: url(../images/module-bottom.jpg) ;
	background-position	: top left;
	font-family     	         : arial;
  	font-size       	         : 12px;
	font-weight		: bold;
         text-align		: justify;
	color			: #FFFF00;
	width			: 150px;
	padding-bottom		: 15px;
	padding-left		: 2px;
	margin-top		: 5px;
	background-color	         : #865DFA;
	margin-bottom		: 5px;
}



.contentheading
{
	background-color	         : #3191F5;
	border-bottom		: 3px solid #2467D5;
	color			: #000000;    /* changed from ffffff */
	font-family     	         : arial;
  	font-size       	         : 12px;
	font-weight		: bold;
	padding-left		: 20px;
	width			: 500px;
}

.componentheading
{
	width			: 100%;
	font-weight		: bold;
	color			: #ffffff;
}



.contentpaneopen
{
	width			: 100%;
	text-align		: justify;
	color			: #FFFF00;
}

a.mainlevel:link, a.mainlevel:visited 
{
  	font-family     	         : arial;
	text-align		: justify;
  	font-size            	: 16px;
	line-height		: 26px;
	color			: #000000;  /* changed from ffffff this is the colour ofthe main menu*/
         padding-left		: 2px;
	padding-top		: 10px;
	padding-bottom		: 10px;
	}


.tdfooter
{
	background-color	: #3191f5;
	height			: 32px;
	border-top		: 1px solid #000000;
	color			: #FFFF00;
}


#mainlevel-nav 
{
	margin			: 5px;
	padding			: 5px;
	color			: #FFFF00;

}

#mainlevel-nav li 
{
  	font-family     	: arial;
  	font-size       	: 12px;
	background-image	: none;
	list-style		: none; 
	float			: left; 
	margin			: 5px; 
	padding-left		: 5px;
	padding-right		: 5px;
	line-height		: 26px;
	height			: 28px;
	color			: #FFFF00;

}

#mainlevel-nav a 
{
	float			: right; 
	text-decoration		: none;  
	color			: #FFFF00;
	font-weight		: bold;
	border			: 1px solid #026FCB;
	padding-left		: 5px;
	padding-right		: 5px;
}

#mainlevel-nav a 
{
	float			: none;
	color			: #FFFF00;
}

#mainlevel-nav a:hover 
{
	color			: #ffffff;
	background-color	: #F28C0E;
	border-bottom		: 1px solid #F5D6B1;
	
}


.tdtopmenu
{
	background		: url(../images/header-02.jpg);
	background-repeat	: no-repeat;
	height			: 55px;
	padding-left		: 10px;
	color			: #FFEB09;

}

.small , .createdate
{
	font-size		: 10px;
	color			: #FFEB09;

}

.sectiontableheader
{
	background-color	         : #501ECC;
	height			: 20px;
	padding-left		: 5px;
	color			: #FFEB09;

}

.sectiontableentry1
{
	background-color	         : #468EE7;	
	height			: 20px;
	padding-left		: 5px;
	color			: #FFEB09;

}

.sectiontableentry2
{
	background-color	         : #468EE7;
	height			: 20px;
	padding-left		: 5px;
	color			: #FFEB09;

}

input , select , textarea
{
	font-size		: 11px;
	font-family		: verdana;

}

ul
{
	margin: 5px;
	padding: 5px;
	list-style: none;
	color			: #FFEB09;

}

li
{
	line-height: 20px;
	padding-left: 2px;
	padding-top: 5px;
	color			: #FFEB09;

}

.tdheader
{
	background		: url(../images/header-01.jpg) no-repeat;
	width			: 800px;
	height			: 168px;
}

.sitename
{
	font-family		: Georgia;
	font-size		: 20px;
	font-weight		: bold;
	color			: #ffffff;
	padding-top		: 0px;
	padding-right		: 0px;
	text-align		: right;
}

table.contenttoc
{
	border			: 1px solid #FF0000;
	margin			: 2px;

}

table.contenttoc th
{
	background-color	         : #FF0000;
	color			: #ffffff;
	padding			: 10px;
}

table.contenttoc td
{
	padding			: 10px;
}