/* CSS Document */

body, td, th   {
	font-family:  Arial, sans-serif;
	font-size: 13px;
	/*line-height : 1.5em;*/
}

p {
	font-family:  Arial, sans-serif;
	font-size: 13px;
	line-height : 1.5em;
}

/* should change normal li's, but doesn't, hm */
p ul li {
	font-family:  Arial, sans-serif;
	font-size: 13px;
	line-height : 1.5em;
	list-style-image : url(../img/bullet.gif);
	margin-bottom: 10px;
	}
	
.sidebarlink {
	font-family:  Arial, sans-serif;
	font-size: 11px;
	}

.sidebar {
	font-size: 11px;
	line-height : 1.3em;
	margin-left : 6px;
	color: #717E8A;

}

.small {
	font-size: 11px;
}

.footer {
	font-size: 10px;
	color:#4A5C6A;
	border: none;

}

.hilite {
	color: #CC0000
}
.bigger {  font-size: 14px}


/*  page links  */
a {
	text-decoration: none;
	color: #D57C18;
}

a:hover {
	text-decoration: none;
	color: #973100;
}


/*  drop down menu links  not used

.menulinks {
	font-family : Arial,  sans-serif;
	font-size : 11px;
	color : #ffffff;
	text-decoration : none;
	background : ##808EA2;
}

.menulinks:visited {
	font-family : Arial,  sans-serif;
	font-size : 11px;
	color : #ffffff;
	text-decoration : none;
	background : ##808EA2;
}

.menulinks:hover {
	font-family : Arial, sans-serif;
	font-size : 11px;
	color : #FFCC00;
	background : ##808EA2;
	text-decoration : underline;
}
*/

/*  headings  */
h1 {
	font-family:  Lucida Calligraphy, Arial, sans-serif;
	font-weight: lighter;
	color: #DE7503;
	font-size: 26px;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;

}

h2 {
	font-family:  Arial, sans-serif;
	font-weight: lighter;
	color: #DE7503;
	font-size: 19px;
	margin-top: 20px;
	margin-bottom:-10px;
}


h3 {
	font-family:  Arial, sans-serif;
	font-size: 16px;
	color: #DE7503;
	margin-top: 20px;
	margin-bottom:-10px;
}

hr {
	color: #D1D7DD;
}

/* dropdown menu */
ul.nav0 {
 	position: relative;
	left: 195px;
	margin: 0;
	padding: 0;
	background: #808EA2;
	color: white;
	/* ul.nav0 and ul.nav1 have to at least touch each other or it will sometimes flip-flop */
	/* since #navbar height is 25px this line-height needs to be as well */
	line-height: 25px;
}

ul.nav1 {
	margin: 0;
	padding: 0;
	background: #a0a9bd;
	/*#919cb0*/
	color: white;
	line-height: 18px;
	/* alternative to above: top: - but may flip-flop */
}

.nav0 li {
  float: left;
  position: relative;
  width: 100px;
	/* for Firefox */
	list-style: none;
  }

.nav0 li ul {
  display: none;
  position: absolute;
	border-bottom: 1px solid black;
  /*top: 1em;*/
  /*left: 0;*/
	/*border: 1px solid black;*/
  }
	
.nav0 li:hover ul, li.over ul { 
	display: block;
	/*top: 21px;*/
	/*margin-top: 4px;*/
	left: -4px;
	border-bottom: 1px solid black;
	}
	
/*li > ul {
	top: auto;
	left: auto;
	}*/
	
.nav0 li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	}

.nav1 li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: white;
	padding: 1px 1px 1px 2px;
	border: 1px solid black; /* IE6 Bug */
	border-bottom: 0;
	}

.nav0 a:hover {
	/*color: #D57C18;*/
	color: #973100;
}

/* Holly Hack. for older IEs Mac \*/
* html ul.nav1 li { float: left; height: 1%; }
* html ul.nav1 li a { height: 1%; }
/* End */

#navbar {
	height: 25px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	margin: 0;
	padding: 0;
}

#topbanner {
	margin: 0;
	padding: 0;
	background-image: url("/img/int_topbanner.jpg");
	width: 735px;
	height: 98px;
}

.red { color: red; }

