#search {
	margin-top: 48px;
	margin-right:0px;
	padding-right:0px;
	height: 35px;
	width: 300px;
	float: right;
	background-image: url(/images/searchcorner_beige.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	background-color: #F0F1E3;
}



body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color:#164861;
	font-size: 80%;
}

/* Links Begin */
	a{
		font-family: Arial, Helvetica, sans-serif;
	}

	a:hover {
		text-decoration: underline;
		color: #000000;
	}

	.horizontalMenu {
		/* font-family: Arial, Helvetica, sans-serif;*/
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: black;
		text-decoration: none;
		font-weight: 5%;
		font-size: 70%;
	}

	.greylink {
		text-decoration: none;
		color: #CD6339;
		font-weight: normal;
		font-size: 90%;
	}

	#footer .whitelink, .whitelink {
		text-decoration: none;
		color: #FFFFFF;
	}
	#footer .whitelink:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	#footer a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: #000000;
		text-decoration: underline;
	}
/* Links End */

/* Divs Formatting Begin */
	#nav1 {
		position: relative;
		top: 0px;
	}
	#nav2 {
		position: relative;
		top: 0px;
	}
	#footer {
		position: relative;
		top: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: black;
	}
	
/* Divs Formatting End */

	.horizontalMainMenu {
		text-align:center; 
		border-right: 0px solid black;
		height: 1px; 
	}



/* Main Menus Formatting Begin */
	div.mainMenu ul{
		position: relative;
		top: -5px;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 155px; /* Width of Menu Items */
		text-align: left;
		background-color: #F5F5F5;
		border-left: 1px solid #6699CC;
		border-right: 1px solid #6699CC;
		font-size: 89%;
		}
	
	div.mainMenu ul span.heading{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #003366;
		width: 150px;
		padding-left: 15px;	
	}
	
	div.mainMenu ul li {
		width: 135px;
		background-color: #FFFFFF;
		color: #003366;
		padding-left: 15px;
		border-right: 1px solid #ccc;
		position: relative;
		padding-right: 5px;
	}
	
	div.mainMenu li ul {	
		position: absolute;
		left: 155px; /* Set 1px less than menu width */
		top: 0;
		display: none;
		font-size: 100%;
		}
		
	/* another hack for IE5.5 */
	* html div.mainMenu ul ul {
		top:0px;
		top:1px;
		}
	
	div.mainMenu ul li ul li{
		border: 1px solid #6699CC;
		padding-left: 5px;
		width: 155px;
	}

	
	/* Styles for Menu Items */
	div.mainMenu ul li a {
		display: block;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:underline;
		color: #265584;
		padding: 1px;
		padding-left: 0px;
		background: #FFFFFF;
		}

	div.mainMenu ul li a.indented {
		display: block;
		text-decoration: none;
		color: #336699;
		padding: 5px;
		padding-left: 20px;
		background: #FFFFFF;
	}
	
	/* Holly Hack. IE Requirement \*/
	* html div.mainMenu ul li { float: left; height: 1%; border-right:0;}
	* html div.mainMenu ul li a { height: 1%; }
	* html div.mainMenu .submenuOnTopIEFix {position: relative; z-index: -1;}
	/* End */
	
	
	/* yet another hack for IE5.5 */
	* html div.mainMenu ul ul a{
		width:155px;
		w\idth:155px;
	}
	
	

	div.mainMenu ul li a:hover, div.mainMenu ul li a.indented:hover { color: #336699; background: #f9f9f9; text-decoration: underline;} 
	/* Hover Styles */
	div.mainMenu li ul li a, div.mainMenu li ul li a.indented { padding: 2px 5px; }  
	/* Sub Menu Styles */
	div.mainMenu li:hover ul, div.mainMenu li.over ul { display: block; z-index:205;} /* The magic */

/* Main Menus Formatting End */

/* Department Menus Formatting Begin */
	div.departmentMenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		border-left: 1px solid #6699CC; 
		border-right: 1px solid #6699CC; 
		width: 150px;
		background: #FFFFFF;
		font-size: 105%;
	}

	div.departmentMenu ul li{
		font-weight: bold;
		padding: 2px;
		padding-left: 16px;
		padding-right: 5px;
		padding-top: 5px;
		color: #000000;
	}
	
	div.departmentMenu ul li a{
		font-weight: normal;
		color: #000000;
		display: block;
		text-decoration: none;
	}
	
	div.departmentMenu ul li a:hover{
		background: #FBF6F6;
		text-decoration: underline;
	}
	
/* Department Menus Formatting End */


/* Department Contact Formatting Begin */
	div.departmentMenu ul.contact{
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		border-left: 1px solid #6699CC; 
		border-right: 1px solid #6699CC; 
		width: 150px;
		background: #F5F5F5;
	}

	div.departmentMenu ul.contact li{
		font: normal 11px verdana;
		padding: 2px;
		padding-left: 16px;
		padding-right: 5px;
		padding-top: 5px;
		color: #000000;
	}
	
	div.departmentMenu ul.contact li a{
		font: normal 11px verdana;
		color: #000000;
		display: block;
		text-decoration: none;
	}
	
	div.departmentMenu ul.contact li a:hover{
		background: #FBF6F6;
		text-decoration: underline;
	}
