/*
 * CSS stylesheet for Evariste web site.
 */

BODY {
}

#top_nav_bar {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 800;
	background-image: url(/pub/top_bar_grad.png);
	background-repeat: repeat-x;
}

#header_container {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#body_separator {
	position: absolute;
	left: 165px;
	top: 200px;
	background-image: url(/pub/body_separator.png);
	width: 600px;
	color: #eeeeee;
	font-family: Verdana;
	font-size: 24px;
	height: 30px;
}

#body_container {
	color: #000000;
	position: absolute;
	top: 230px;
	left: 165px;
	border-left: solid 1px #a09adb;
	border-bottom: solid 1px #a09adb;
	padding: 5px;
	width: 600px;
	font-family: sans-serif;
	font-size: 12px;
}

.nav_bar_link {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #223b55;
	font-family: Verdana;
}

.nav_bar_link:hover {
	text-decoration: underline;
}

.sec_nav_menu_link {
	font-family: Sans-Serif;
	font-size: 12px;
	color: black;
	width: 130px;
	height: 20px;
	text-decoration: none;
	background-color: #f0e8f1;
	position: absolute;
	border: solid 1px #c0c0c0;
	padding-left: 5px;
	padding-top: 3px;
}

.sec_nav_menu_link:hover {
	background-color: #ffffff;
}

.body_header_text {
	margin-top: 10px;
}

.txt_box {
	font-size: 12px;
	font-family: Arial;
	border: solid 1px #c0c0c0;
}

.txt_caption {
	font-size: 12px;
	font-family: Arial;
}
