/***********************************************/
/* resact.css                                  */
/* Use with template act_000.html              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	color: #FFFFFF;
	background-color:#006699;
}

h2{
 font-size: 120%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ol{
	line-height: 150%;
}

ul{
	list-style-type: square;
	line-height: 150%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

img{
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 10px;
}

/************* other styles ********************/

.fig{
	padding: 5px 10px 0px 10px;
	margin: 0px 5px 10px 5px;
}

.clear{
	clear: both;
}

.f_left{
	float: left;
}

.f_right{
	float: right;
}

.f_none{
	float: none;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.top{
  vertical-align: text-top;
}

.bottom{
  vertical-align: bottom;
}

.italic{
	font-style:	italic;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#content{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #DepName styles **************/

#FacName{
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

#DepName{
	margin: 0px;
	padding: 5px 10px 5px 10px;
}


/*************** .ItemName styles **************/

.ItemName{
	clear: both;
	padding: 2px 10px 2px 10px;
	margin:  5px 0px 0px 0px;
}


/************* #jump styles *************/

#jump{
	font-size: 80%;
	padding: 5px 10px 5px 10px;
}


/************** .ResGroup styles ***************/

.ResGroup{
	font-size: 90%;
	padding: 5px 10px 5px 50px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 10px 0px 10px;
}


/************** .pub styles *****************/

.pub{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 90%;
}

/************** .link styles *****************/

.link{
	clear: both;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

