#idList
{
	margin: 0;
	padding: 0;
}

#idList li
{
	display: block;
	margin: 0;
	padding: 4px;
	width: 120px;
	background: #333;
	color: #888;
}

span.current_button
{
	margin-top: 10px;
}

#button_bar
{
	margin: 0px;
    margin-top: 0px;
    padding: 0px;
	margin-left: 153px;
    text-align: center;
    font-size: large;
}

#active_button
{
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 35px;
    color: white;
	background-image: url("graphics/mouse_over_button.png");
	float: left;
}

#home_button
{
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 35px;
    color: white;
	background-image: url("graphics/button.png");
	float: left;
}

#research_button
{
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 35px;
    color: white;
	background-image: url("graphics/button.png");
	float: left;
}

#publications_button
{
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 35px;
    color: white;
	background-image: url("graphics/button.png");
	float: left;
}

#contact_button
{
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 35px;
    color: white;
	background-image: url("graphics/button.png");
	float: left;
}

#topspace
{
	min-height: 30px;
}

#bottomspace
{
    height: 20px;
}

#departmentlogo
{
    padding-left: 60px;
    padding-top: 65px;
    width: 320px;
    float: left;
}
#departmentlogoimage
{
    width: 320px;
    border: none;
}

#title
{
    padding-top: 70px;
	padding-left: 0px;
    padding-right: 70px;
    width: 400px;
	margin: 0px;
    float: right;
    font-size: xx-large;
    font-family: sans-serif;
    font-weight: normal;
    text-align: center;
    color: #A02C2C;
}

/**************/


body
{
	background-color: LightGray;
	font-family: Verdana,sans;
	font-size: 12pt;
}

h2.chapterHead
{
	text-align: center;
}

span.titlemark
{
	visibility: hidden;
}

h1,h2,h3,h4
{
	color: #369
}

h1.title
{
	color: white;
}

p.index
{
	margin-left: 10px
}

p.copyright
{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

a:link,a:visited
{
	color: FireBrick;
}

a:hover
{
	color: #369;
}

#current
{
	background: FireBrick;
}

a.menu
{
	color: white;
	font-family: Verdana;
	font-size: 12pt;
	text-decoration: none;
	width: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
}
div.menu
{
	background: #369;
	padding: 5px;
	padding-left:20px;
	padding-right:20px;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu:hover
{
	background: FireBrick;
}

img
{
	vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

div.container
{
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	margin: 0px auto;
}
div.header,div.footer
{
	padding: 0.5em;
	color:white;
	clear:left;
	text-align:center;
}
div.menubar
{
	float: left;
	width: 200px;
	background-color: LightSteelBlue;
	height: auto;
	margin: 0px;
	padding: 0em;
	text-align: center;
	margin-top: 20px;
	color: white;
}
div.contentholder
{
	margin: 0px auto;
	width: 886px;
}
div.titlebar
{
    margin: 0px;
	margin-top: 0px;
	padding: 0px;
    border: 0px;
    background-image: url(graphics/top_bar.png);
    background-repeat: no-repeat;
	height: 188px;
	margin: 0px;
}

div.contentpage
{
    margin: 0px;
	padding: 0px;
    border: 0px;
	background-image: url(graphics/page_tile.png);
	background-repeat: repeat-y;
	font-size: 10pt;
}
div.content
{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	font-size: 10pt;
}
div.copyright
{
	margin: 0px;
	text-align: center;
	color: #999999;
	font-size: 5pt;
	padding: 1em;

}
div.contentbottom
{
	min-height: 54px;
    border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/page_bottom.png);
    background-repeat: no-repeat;
	text-align: center;
	color: #999999;
	font-size: 5pt;
}
div.figure
{
	text-align: center;
	font-size: 10pt;
	color: #369;
	border: 1px solid #369;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.figure table
{
	text-align: center;
	width: 100%;
}
div.figure tr
{
	text-align: center;
}
div.figure p.caption
{
	margin-left:10px;
	margin-right:10px;
}
div.publication
{
	text-align: center;
	font-size: 12pt;
	border: 2px solid #369;
	background-color: white;
	padding: 5px;
}
div.publication a:link
{
	color: #369;
}
div.publication a:visited
{
	color: #369;
}
div.publication a:hover
{
	color: FireBrick;
}
p.publication-details
{
	font-size: 10pt;
}

