body
{
	/*
	background-image: url('includes/images/background.png');
	background-attachment:fixed;
	*/
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 0.8em;
	margin-top: 2em;
}

#container
{	
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	position: relative;
	max-width: 60em;
	border: 0px solid #c9d8ee;
	/* MICROSOFT IE6 MAX-WIDTH HACK */
	width:expression( 
	      document.body.clientWidth > (500/12) * 
	      parseInt(document.body.currentStyle.fontSize)?
	      "60em":
	      "auto" );
}

#page
{
	margin-left: 17em;
	padding-right: 0em;
	border: 0px solid silver;
}

#members
{
	float: left;
	width: 21em;
	padding: 0em 0em 0em 0em;
	background-color: #FFFFFF;
	border: 0px solid silver;
	color: black;
	font-size: 0.8em;
	margin-left: 0em;
}

a:visited
{
	color: #0000ff;
}


a:hover
{
	color: #c9d8ee;
}


#header
{
	
	background-image: url('includes/images/decoration4.jpg');
	background-repeat: no-repeat;
	height: 100px;
	display: !none;
	text-align: right;
	margin-bottom: 3em;
}


h1#title
{
        font-size: 2.2em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	display: none;
}

h1#subtitle
{
        font-size: 1em;
	text-transform: capitalize;
	margin: 0em;
}

#menu {
	/*
	background-image: url('includes/images/menu_bg.gif');
	*/
	/*
	font-weight: normal;
	position: absolute; top: 6.5em; right: 0em;
	*/
	font-size: 1em;
}

#menu a
{

}

#menu a:hover
{

}



.member_name
{
	font-weight: bold;
}

.member_name a
{
        text-decoration: none;
	color: black;
}

.member_name a:hover
{
        text-decoration: underline;
	color: black;
}


#footer
{
	border-top: 0px solid silver;
	margin-top: 3em;
	padding-top: 0em;
	text-align: center;
	font-size: 0.8em;
}

.article_summary
{
	font-size: 1em;
	margin-bottom: 0.3em;
}

.article_authors
{
	font-size: 0.8em;
	margin-bottom: 3em;
}

.article_download
{
	font-size: 1em;
	margin-bottom: 0.3em;
}
h1.publications
{
	margin-bottom: 1em;
	border-bottom: 0px solid silver;
}

#contact_info
{
	font-size: 0.8em;
}

h1
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}



h2
{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0;
	color: red;
}

h3
{
	font-size: 1em;
        font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;
}


p
{
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
}

code
{
	font-size: 1.2em;
}

li
{
	margin-left: 2em;
}

hr
{
	display: none;
}

input
{
	font-size: 1em;
}

th
{
	font-weight: bold;
}

.row_identifier
{
	background-color: #eeeeee;
}

.greyed_out
{
	color: #c0c0c0;
}

.alert
{
	text-decoration: blink;
}

.error
{
	color: #FF0000;
	font-weight: bold;
}

.required
{
        color: #FF0000;
}

.strong
{
	font-weight: bold;
}

.underlined
{
	text-decoration: underline;
}

.small
{
	font-size: 0.8em;
}

.note
{
	font-size: 0.8em;
}

.logo
{
	border: 0px solid;
	text-align: right;
}

.portrait
{
	border: 0px solid;
	float: left;
	margin-right: 1em;
}

.photo
{
	border: 1px solid;
}


/* -- ITEM SPECIFIC -- */
#updated
{
	font-size: 0.8em;
	text-align: center;
}


#contact_form
{
	margin-top: 1em;
	padding: 0.5em;
	font-size: 0.8em;
	background-color: #eeeeee;

}

.invisible
{
	display: none;
}
