/*  HTML  */
BODY {
	background: #eee url(/shared/bg01_short.gif);
	background-repeat: repeat-x;
	/*  margin: 73px 0 0 10px;  */	/*  ADJUST HEIGHT OF IMAGE AREA  */
	margin: 36px 0 0 10px;	
	padding:0;
	text-align:center;
	background-color: #607493;
	font-family: Arial, sans-serif;
	font-size : 12px;
	color : #58595B;
	line-height : 1.5;
}
TD {
	font-family: Arial, sans-serif;
	font-size : 12px;
	color : #58595B;
	line-height : 1.5;

}

HR {
	height:1px;
	color:#e7e7e7;
}

H1 {
	font-size:14px;
}


/* 73819E 617494 */
A:link {
	text-decoration: none; color: maroon;
}
A:active {
	text-decoration: none; color: maroon;;
}
A:visited {
	text-decoration: none; color: maroon;;
}
A:hover {
	text-decoration: underline; color: maroon;;
}

OL, UL {
	margin-top:5px;
	margin-bottom:5px;

}
P {

}

/*  IDS  */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	height:590px;
	text-align:left;
	position:relative;
	
}

#catalyst {
	position:absolute;
	
}


#content {
	width:512px;
	height:413px;
	overflow:  auto;
}
#contentAdmin {
	width:100%;
	height:800px;
	overflow:  auto;
}
#contentstyler {
	margin:0px 10px 15px 20px;
}
#contentstylerAdmin {
	margin:15px 15px 15px 15px;
}

/*
#upperleft {
	position:absolute;
	top:138px;
}
*/


#lowerleft {
	position:absolute;
	top:386px;
}



















#footertext {
	position: absolute;
	top:566px;
	left: 18px;
	color:white;
	font-size:10px;
}
#footertext A {
	color:white;
}	

/*  home page content boxes  */
#homecopy {
	position:absolute;
	top:69px;
	left:278px;
	width:470px;
	color:white;
}











#boxh1 {
	position:absolute;
	top:386px;
	left:18px;	
	width:240;
	color:white;
	font-size:10px;
}
#box1 {
	position:absolute;
	top:405px;
	left:18px;	
	width:236;
	font-size:11px;
	line-height:1.2em;
}
#boxh2 {
	position:absolute;
	top:386px;
	left:277px;
	width:240;
	color:white;	
	font-size:10px;
}
#box2 {
	position:absolute;
	top:405px;
	left:276px;
	width:236;
	font-size:11px;
	line-height:1.2em;
}
#boxh3 {
	position:absolute;
	top:386px;
	left:534px;
	width:240;
	color:white;
	font-size:10px;
}
#box3 {
	position:absolute;
	top:405px;
	left:534px;
	width:222;
	font-size:11px;
	line-height:1.2em;
}
/*  END home page content boxes  */






#navmenu {
	position:absolute;
	top:20px;
	left:270px;
}
#headerbg {
	position:absolute;
	top:0px;
	left:258px;
}
#headerimage {
	position:absolute;
	top:100px;
	left:287px;
}

#submenu {
	position:absolute;
	top:62px;
	left:282px;
	color:white;
	font-size:11px;
}

#submenu A {
	color:white;
}	

#submenu A:link {
	text-decoration: none;
}
#submenu A:active {
	text-decoration: none;
}
#submenu A:visited {
	text-decoration: none;
}
#submenu A:hover {
	/*  text-decoration: none; color: #741424; */
	text-decoration: underline;
}



/*  CLASSES  */
.breadcrumbs {
	font-size: 11px;
	margin-top:3px;
	padding-top:0px;
}

.help {
    display: none;
}
.help2 {
    display: block;
}