/*Top logo bar*/
div#topmenu {
	height: 144px;
	width: 100%; 
	text-align: right; 
	background-image: url('images/topmenubg01.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px; 
	background-position-y:center
}

div#lefttop { 
	float: left; 
	width: 60%;
	height: 130px; 
	margin: 0px;
	padding: 0px; 
	}

div#righttop {  
	margin-right: 5px;
	}
/*Left menu bar*/

div#leftmenu {
	width: 190px; 
	clear: none;
	float: left; 
	border:  none;
	background-image: url('images/leftmenubg01.jpg'); 
	background-repeat: no-repeat;
	background-position: center top;
	padding: 4px
} 


div#bulk {
	padding: 2% 2% 1% 2%; 
	margin: 0% 0% 0% 0%;
	float: left;
	width: 550px;
	text-align: justify;
}

div#all {
	width: 800px;
	background-image: url('images/allbg1.gif'); 
	background-repeat: repeat-y;
}

/*DIVS IN BULK*/


body {
	 background-color: white; 
	 margin: 0px
}

div.leftbulk {
		float: left; 
		width: 47%;
	text-align: justify;
}

div.rightbulk {
		float: right;
		width: 47%;
	text-align: justify;
}

div.allclear {
		clear: both; 
	text-align: justify;
}

/*HEADINGS FORMATS*/ 


h1 {
	color: #005898; 
	font:  bold large  arial,sans-serif;
	}

h2 {
	color: white; 
	font:  bold large  arial,sans-serif;
	}
	
h3 {
	margin-left: 5px;
	color: white; 
	font:  bold medium arial,sans-serif;
	}

h4 {  
    color: #005898;
	font:  bold small arial,sans-serif;
	}

h5 {
	color: #03335F; 
	font:  bold x-small arial,sans-serif;
	}
	
h6 {
	color: white; 
	font:  bold small arial,sans-serif;
	}

p {
	color: #013455; 
	font:  small verdana,arial,sans-serif;
}

dt {
    color: #005898;
	font:  bold small arial,sans-serif;

}
/* TABLES, LISTS, IMAGES ETC FORMAT*/

ul {
   color: #013455; 
   font:  small verdana,arial,sans-serif;
   text-align: left;
}

ul.leftmenu {
	color: white; 
	font:  bold medium arial,sans-serif;
	}


table {
	 width: 80%; 
	 border-collapse: collapse;
   	 color: #013455; 
   	 font:  small verdana,arial,sans-serif;
	 text-align: center;
   }

td {
   border: thin solid #005898;
   }
   
/* LINKS FORMAT*/
a.leftlinks:link {color: white; text-decoration:none;}
a.leftlinks:visited {color: white; text-decoration: none;}
a.leftlinks:hover {color: orange; text-decoration: underline;}
a.leftlinks:active {color: white; text-decoration: none; }

a:link {color: #005898; text-decoration:underline; }
a:visited {color: #005898; text-decoration: none; }
a:hover {color: orange; text-decoration: underline; }
a:active {color: #005898; text-decoration: underline; }
	
	
	/*font:  bold small verdana,arial,sans-serif;*/ 