body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #0000CC;
}
.thrColFixHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Helvetica Black";
	background-color: #FFFFFF; /* This color shows between the Header DIV, maincontent DIV, and footer DIV */
} 
.thrColFixHdr #header {
	height: 125px;
	width: 830px;
} 
.thrColFixHdr #header img {
 	border:none;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #top_menu {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 20px;
}
.thrColFixHdr #mainContent {
	width: 830px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 250px;  /*was 390 */
} 
.thrColFixHdr #footer { 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4676CF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 9px;
	vertical-align: bottom;
} 
.thrColFixHdr #footer table{ 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4676CF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 9px;
	vertical-align: bottom;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer a {
text-decoration: none;
}
.thrColFixHdr table {
background-color: #FFFFFF; } /* Light Blue = #88C3FF */
.thrColFixHdr div {
}  /* Setting background color changes transparency in the snow and eyes */

.introright{ /* Background color must also be changed in default.asp */
	position:absolute;
	left:0;
	top:0;
	layer-background-color:#0000CC;
	border:0.0px solid #0000CC;
	z-index:110;  /* The index must be greater than all other such as the main menu*/
	background-image: url(../Images1/Static/IntroLogoRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#0000CC;
}

.introleft{ /* Background color must also be changed in default.asp */
	position:absolute;
	left:0;
	top:0;
	layer-background-color:#0000CC;
	background-color:#0000CC;
	border:0.0px solid #0000CC;
	z-index:110;  /* The index must be greater than all other such as the main menu*/
	background-image: url(../Images1/Static/IntroLogoLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.ddsmoothmenu{
	font: bold 12px Verdana; /*background of menu bar (default state) Areas the menu bar has not content*/
	width: 824px;
	height:20px;
	background-color: #0000CC;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #0000CC; /*background of menu items (default state)Areas the menu bar has titles */
padding: 2px 10px 0px;
border-right: 1px solid #778;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white; /*Font colors(default state)Areas the menu bar has titles */
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: gray;  /*Font color of menu items during onmouseover (hover state)*/
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 110px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 400px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/* Tab Content End */
