	body {
		margin : 0px 0px;
		color : #333333;
	}

	.contents {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 14pt;
		font-style : italic;
	}

	H1 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 14pt;
		font-style : italic;
		font-weight : normal;
	}
	
	H2 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11pt;
		font-weight : bold;
	}	
	
	.ltgreenbkgd {
		background-color : #CCCC66;
	}
	
	.whitebkgd {
		background-color : #FFFFFF;
	}
	
	.redtext {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : smaller;
		color : #993333;
		text-decoration : none;
	}

/* MENU STYLE */

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

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

	.mainitems{
		border: 1px solid #ffcc66;
		background-color: #999933;
	}

	.mainitems a{
		margin-left: 6px;
		margin-right: 8px;
		color: white;
		font-family: arial;
		text-decoration: none;
	}

	.subuls {
		display: none;
		width: 15em;
		position: absolute;
		top: 1.2em;
		left: 0;
		background-color: #CCCC66;
	}

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

	.subuls li a{
		color: #333333;
		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;
	}
