	body {
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
	}
	
	td.hrulenavy {
		height: 1px;
		background-color: #000066;
	}
	
	td.vrulenavy {
		width: 1px;
		background-color: #000066;
	}
	
	td.greybluebkg {
		background-color: #9999cc;
		color:#000099;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11pt;
	}

	p.indent50 {
		margin-left: 50px;
	}
	
	li.dspace {
		padding-bottom: 5px;
	}
	
	a.footer {
		color:#000099;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11pt;
		text-decoration: none;
	}
	
	.ltbluebkgd {
		background-color: #d9d9ff; 
	}
	
	/* MENU STYLE */

	#cssdropdown, #cssdropdown ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#cssdropdown li {
		float: left;
		position: relative;
	}

	.mainitems{
		border: 1px solid #000066;
		background-color: #9999cc;}

	.mainitems a{
		margin-left: 6px;
		margin-right: 8px;
		color: white;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11pt;
		text-decoration: none;
	}

	.subuls {
		display: none;
		width: 12em;
		position: absolute;
		top: 1.2em;
		left: 0;
		background-color: white;
		color: Red;
		font-family: arial;
		z-index : 100;
	}

	.subuls li{
		width: 100%;
		border: 1px solid #000066;
	}

	.subuls li a{
		color: Red;
		font-family: arial;
		text-decoration: none;
		font-size : smaller;
	}

	#cssdropdown li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
		top: auto;
		left: auto;
	}

	#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
		display: block;
	}

	#restofcontent { /*wrap rest of content of the page inside a div with id=content*/
		clear: left;
	}
	
	/* END MENU STYLE */

