body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #669999;
	margin: 0px;
	box-sizing: border-box;

	}
	
h1{
	color: #248188;
    font: bold 18pt Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}

h2{
	color:#0067c5;
	font: normal 18pt Arial, Helvetica, sans-serif;
	}
	
 ul {
	font-family: 10pt Arial, Helvetica, sans-serif ;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;


	} 


	 	
/* Main table */	
table#main{
	width: 760px;
	background-color: #ffffff;
	color:#000000;
	border-left: solid #ffffff 4px;
	border-right: solid #ffffff 4px;
	border-bottom: solid #ffffff 4px;
	border-collapse: collapse;
	}

/* Search styling for department pages */
div#srchsection{
width: 200px;
height: 24px;
margin-left: 78px;
margin-top: 3px;
} 

input.search{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background:url('images/formbk.jpg');
	margin-right: 3px;
	border: solid 1px #669999; 
	height:18px; 
	width:154px;
	display: inline-block;
	float:left;
}




input.go{
	background:url('commonimgs/go.jpg') no-repeat top left ;
	border:0;
	width: 36px;
	height: 18px;
	cursor:hand;
	display: inline-block;
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	/*End Search bar*/
	
	
	
/* Styling for cell containing left menu */

.leftnav{
	width: 177px;
	background: url('commonimgs/leftmenu_bk.jpg');
	}

/* Left Menu styling for hover effect - applies only to unnumbered list in left menu  --- very crucial: use classes instead of ids here*/
.leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 177px;
	font: normal 11px Arial, Helvetica, sans-serif;
	}

.leftnav ul li {
	position: relative;
	}
	
.leftnav li ul {
	position: absolute;
	left: 177px; /* 1px less than menu width*/
	top: 0;
	display: none;
	}

.leftnav ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: url('commonimgs/leftmenu_bk.jpg');
	padding: 5px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	
	}
/* Fix IE. Hide from IE Mac \*/
* html .leftnav ul li { float: left; }
* html .leftnav ul li a { height: 1%; }
/* End */

.leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 177px;
	/*border-bottom: 1px solid #ccc;*/
	}

.leftnav ul li a:hover { color: #FFFFFF; background: #b1ced3; } /* Hover Styles */
		
.leftnav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

.leftnav li:hover ul, li.over ul { 
	display: block; }

/* Hover styling ends here */

/* Cell that contains info for two-column layout */
td#content{
	padding: 10px;
	padding-left:10px;
	width: 583px;
	background-color: #ffffff;
	}
	
/* Middle cell for 3-column layout */
td#center{
	width: 389px;
	background-color: #ffffff;
	}

/* Right cell & iframe for 3-column layout */
td#right_menu{
	width: 201px;
	background: url('commonimgs/rightmenu_bk.jpg');
	}