			#page {
			width:750px;/*This is given a size because it allows all the following boxes to be aligned. There is no height*/
			z-index:1;
			background-color: FFD6AD;
			margin-left: auto;
	margin-right: auto;
			}
			#title {
			width:750;
			height:50;
			z-index:2;
			background-color: #FFD6AD;
			background-repeat: no-repeat;
			padding: 7px;
			padding-left: 20px;
			}
			#banner {
	width:740px;
	height:104px;
	z-index:2;
	background-color: #FFD6AD;
	padding-left: 10px;
	background-repeat: no-repeat;
			}
			#leftcoloum {
			width:180px;
			z-index:2;
			background-color: #FFD6AD;
			float: left;
			background-repeat: no-repeat;
			padding-left: -10px;
			}
			#content {
			width:730px;
			z-index:2;
			background-color: #FFD6AD;
			padding: 10px;
			}
			p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
			h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px; color:#880000;}
			h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#880000;}
			h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#880000;}
			/*Navigation items*/
			ul {
			margin: 0;
			padding: 0;
			list-style: none;
			width: 150px; /* Width of Menu Items */
			border-bottom: 1px solid #ccc;
			}
			ul li {
			position: relative;
			}
			li ul {
			position: absolute;
			left: 149px; /* Set 1px less than menu width */
			top: 0;
			display: none;
			}
			/* Styles for Menu Items */
			ul li a {
			display: block;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			text-decoration: none;
			color: #880000;
			background: #FFD6AD; /* IE6 Bug */
			padding: 5px;
			border: 1px solid #ccc;
			border-bottom: 0;
			}
			/* Fix IE. Hide from IE Mac \*/
			* html ul li { float: left; height: 1%; }
			* html ul li a { height: 1%; }
			/* End */
			ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
			li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
			li:hover ul, li.over ul { display: block; } /* The majic */
			/*
        
 /*styles for table*/
.style4 {font-size: 12px}
.style6 {font-size: 16px}
.formstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
}

.tablebold {font-size: 18px;font-weight: 200;}
