﻿img {
	border: none;
}

/*begin creating the tabs */
.menu
{	
	margin-left: 15px;
	height: 34px;
	background: repeat-x;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 34px;
	background: url(images/tab2.gif) no-repeat;
	width: 94px;
	text-align: center;
}
/* make current tab dk blue,set the background-color also in case images are not on*/
.menuSelectedItem td {
	height: 34px;
	background: url(images/tab_sel.gif) no-repeat;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover
{
	color: #000066;
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup 
{
	background: url(images/background_drop_menu1.jpg) repeat;
	border: 1px solid #0064A2;
	border-top: 3px #0064A2;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
	margin-left:10px;
}
.menuPopupItem a:hover
{
	color: #000066;
	text-decoration: underline;
}
/* make drop down menu item style */
.menuPopupItem {
	padding: 5px;
	background: #86A3C3;
	width: 130px;
	text-align: center;
	border-bottom: 1px solid #0064A2;
	padding: 3px;
}

#body {
	padding: 12px 0px 6px 0px;
	background: #0064A2 repeat-x left top;
}
/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}