body {	
	background-color: #ccddcc; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
=
	background-repeat: repeat-x;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
}

p {	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

td {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;	
}

.header {
	margin: 30px;
	padding: 20px 20px;
	color : #ccddcc;
	font : 14px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	width: 90%;
	margin: auto;
}

.maintable {
	margin: 30px;
	padding: 20px 20px;
	color : #ccddcc;
	font : 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: auto;
	height: auto;
}
.maintable a:link { 
	color : #000000; 
	text-decoration : underline;
}
.maintable a:visited {
	color : #660033;
	text-decoration : underline;
}
.maintable a:hover {
	color : #CC6633;
	text-decoration : underline;
}
.maintable h1 {
	color : #483D8B;
	font : bold 21px Verdana, Arial, Helvetica, sans-serif;
}
.maintable h2 {
	color : #483D8B;
	font : bold 14px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px;
}

/* The sortbale table (when used) in the Documents and Newa Pages */
.sortable {
	font : 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto;
	height: auto;
	width: 95%;
}

.sortable h1{
	color:#483D8B;
	font : bold 18px Verdana, Arial, Helvetica, sans-serif;
	}
.sortable h2 {
	color : #483D8B;
	font : bold 14px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px;
}
.sortable tr{
	padding: 2px;
	border: 1px;
	border-color: #000000;	
}
.sortable td{
	color: #000000; /* this is the colour of the font */
	font-weight:bold;
	padding: 4px;
	border: 1px;
	border-color: #000000;	
}
.sortable a:link {
	color : #483D8B;
}
.sortable a:visited {
	color : #663366;
}
/* The style in the Documents and News Pages */
.doctable {
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto;
	height: auto;
	width: 95%;
}
.doctable h1{
	color:#483D8B;
	font : bold 20px Verdana, Arial, Helvetica, sans-serif;
	}
.doctable h2 {
	color : #483D8B;
	font : bold 18px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px;
}
.doctable tr{
	padding: 2px;
	border: 1px;
	border-color: #000000;	
}
.doctable td{
	color: #000000; /* this is the colour of the font */
	font-weight:bold;
	padding: 4px;
	border: 1px;
	border-color: #000000;	
}
.doctable a:link {
	color : #483D8B;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.doctable a:visited {
	color : #663366;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.doctable p {
	font: 12px;
	margin-left: 1.5em;
  }
  
	
/* The Sidebar */
.sidebar {
	color : #666666;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: dotted 1px #006699;
}
.sidebar h2{
	color: #666666;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 12px;
}
.sidebar a:link { 
	color : #666666; 
}
.sidebar a:visited { 
	color : #666666; 
}
.sidebar a:hover { 
	color : #99CCFF; 
}

/* The Footer*/
.footer {
	color: #000000; /* this is the colour of the font */
	background-color: #ccddcc; /* this is the background colour */
	text-align: center;
	font-size: 11px;
}
.footer a:link {
	color : #0000CC;
}
.footer a:visited {
	color : #663366;
}
.footer a:hover { color : #FFB342;
}

h2 {  font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #3333CC;
}

h3  { 
	color: #666666;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 12px;
}
	
.valid {
	border: 1px solid #333333;
	background-color: #FDD021;
	color: Black;
	padding: 2px 4px 2px 4px;
}
	
#navbar {
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}
#navbar td {
	border: 0;
}
#navbar td a{
	display: block;
	/*   padding: 3px;*/
   text-decoration: none;
	background-color: #FF9900;
}
#navbar td a:link, #navbar td a:visited {
	color: #000000;
	background-color: #FF9900;
	font-weight: bolder;
}
#navbar td a:hover, #navbar td a:active {
	color: #FFFFFF;
	background-color: #FDD021;
}

/* Site Map style*/
.sitemap {
	background-color: #ccddcc;
	color: #CC6600;
	font-family: "Times New Roman";
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(graphics/bullet1.gif);
}
.sitemap body {
	background-color: #ccddcc;
	color: #CC6600;
	font-family: "Times New Roman";
	font-size: 14px;
}
.sitemap a {
	font-color: #CC6600;
	font-size: 16px;
	font-weight: bold;
}
.sitemap ul {
	list-style-type: square;
	font-size: 16px;
	font-weight: bold;
}
.sitemap li {
	list-style-type: square;
	font-color: #CC6600;
	font-size: 16px;
	font-weight: bold;
}
.sitemap ul ul {
	list-style-type: disc;
	font-size: 16px;
	font-weight: normal;
}
.sitemap ul ul ul {
	list-style-type: disc;
	font-size: 14px;
}
.sitemap ul ul ul ul {
	list-style-type: circle;
	font-size: 12px;
}

/* For sitemap1*/
#navcontainer {
	width: 95%;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
