body {
	margin: 9px 0;
	padding: 0;
	text-align: center;
	font-family: verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
}

body, th, td, p, li { font-size: 11px; }

#frame {
	/* yellow frame that holds everything */
	margin: 0 auto;
	background: #ffd645;
	text-align: left;
	width: 756px;
	padding: 9px;
}

* html #frame {
	border-left: 9px solid #ffd645;
	padding-left:0;
}

#topbanner {
	/* logo bar */
	border-bottom: 9px solid #ffd645;
	background-color: white;
}


#menubar {
	/* holds (inline) menu items */
	width: 754px;
	padding-bottom: 18px;
	margin: 0 0 9px 0;
}

#footer {
	background-color: white;
	color: #aaa;
	padding: 5px;
	width: 744px;
	font-size: 10px;
	
}



#ist_logo { display: block; margin: 60px 0 30px 25px; }

#content {
	/* actual content */
	min-height: 300px;
}

#intro { font-size: 12px; font-weight: bold; line-height: 20px; }

/* Search */
#search {
	display: inline;
	padding: 0 0 9px 0;
}
#qs_box {
	font-size: 9px;
	border: 1px dotted #888;
	height: 22px;
	}
#qs_btn {

}

/* main menu */
ul#menu {
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	padding: 0 9px 0 0;
}

td#menu {
    border-right: 1px solid black;
}


/* headings */
h1 {
	font-size: 16px;
	font-weight: bold;
	background: white;
	padding: 5px;
	width: 744px;
	margin: 9px 0 9px 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin: 5px 0 7px 0;
}
h2.compact { margin-bottom: 0; }
h3 { padding-top: 0; margin: 2em 0 0 0; font-size: 11px; font-weight: bold; }
h3.italic { font-style: italic; }
.home_1 h2 { margin-top:0; }
.home_1 h3 { margin-top:0; }

/* links */
a:link { color: #000; }
a:visited { color: #808080; }
a:hover { text-decoration:underline; }
a:active {}

p a:link { text-decoration:none; color: blue;}

a:link.pdf, a.pdf:visited {
	background: url(/gfx/icons/pdf_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}

a:link.zip, a.zip:visited {
	background: url(/gfx/icons/zip_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}

a:link.ppt, a.ppt:visited {
	background: url(/gfx/icons/ppt_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}

a:link.doc, a.doc:visited {
	background: url(/gfx/icons/doc_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}
table a:link { text-decoration: underline; }

#footer a:link, #footer a:visited { color: #000;}

/* lists */
ul {
	padding: 0;
	margin: 1em 0 1em 1.5em;
}
li {
	line-height: 1.33em;
	list-style-type: square;
	padding: 0;
	margin: 0 0 1em 0;
}

ul.compact li { margin-bottom: 0.25em;  }
ul.nobullets li { list-style-type: none;  }
ul.noindent li { list-style-type: none;  }
ul.noindent { margin-left: 0; }



ul.datelist {}
ul.datelist li { margin-bottom: 0.25em;  }
ul.datelist .date { display: block; color: #808080; font-weight:bold; font-size: 10px;}

#home_side li {	list-style-type: disc; margin-left: 0; line-height: 4px;}

#home_side * { font-size: 10px; }
#home_side ul { margin-top: 0; }

#disclaimer { color: #808080; }

/* tables */
table {
	width: auto;
	margin-bottom: 2em;
	/*
	now specify real width for real browsers, well sortof
	IE still doesn't like 100%, but 99% seems to do the trick ...
	*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:99%;
}

table, tr, td { border-collapse: collapse; }
/* tr:hover { background: #F5EEF7; } */
th {
	vertical-align:top;
	text-align: left;
	padding: 5px;
}
td {
	vertical-align:top;
	text-align: left;
	padding: 5px;
}
table#events {
	border-top: 2px solid #532A57;
	border-bottom: 2px solid #532A57;
}
#events th { border-bottom: 2px solid #532A57; }
#events td { border-bottom: 1px solid #532A57; }


/* other common stuff */
img { border: 0; }

p {
	margin: 0 0 1em 0;
	line-height: 16px;
	text-align: justify;
}
p.italic { font-style: italic; }
p.bold { font-style: bold; }
/* Homepage specific */
#home_1	{
	margin-right: 380px;
}

.breadfront	{
	background: #fff;
	padding: 5px;
	border-bottom: 9px solid #ffd645;
	width: 75%;
}

.bread {
	background: #fff;
	padding: 5px;
	border-bottom: 9px solid #ffd645;
	width: 75%;
}

#home_2 {
	float: right;
	min-height: 400px;
	width: 370px;
}

#home_side a:link { text-decoration: none; }

/* partners page */
table#partners { width: 754px; }
#partners tr { }
#partners td + td { width: 100%; }
#partners tr:hover { background-color: transparent; }
#partners td {
	padding: 10px;
	border-bottom: 9px solid #ffd645;
	background: white;
	vertical-align: middle;
}

#partners td.logo {
	text-align: center;
	border-right: 9px solid #ffd645;
}

#partners td.org {
}

#calendar tr.row1 {
	background: #FCF6AE;
}

#calendar tr.row2 {
}

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

.yellow {
	background: #ffe4c4;
	color: #000000;
}
