* {
	border:0;
	padding:0;
	margin:0;
	font-size:10pt;
	font-family:"Comic Sans MS",arial;
	text-decoration:none;
	color:black;
}
body {
	background:url('../img/site/hachure.png');
}
.auto {
	margin:0 auto;
}
a:link, a:active, a:visited {
	color:rgb(199, 83, 14);
	font-weight:bold;
}
a:hover {
	color:red;
}
table {
	border-collapse:collapse;
	border-spacing:0;			
}
.boxradius5, input[type="button"] {
	padding:0 3px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxradius10 {
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.photo, .photoleft, .photoright, .micro {
	padding:10px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:0 0 10px #787878;		
	-moz-box-shadow:0 0 10px #787878;		
	-webkit-box-shadow:0 0 10px #787878;		
}
.photo, .micro {
	margin:15px;
}
.photoleft {
	float:left;
	margin:0px 10px 10px 0;
}
.photoright {
	float:right;
	margin:0px 0 10px 10px;
}
p {
	padding:5px 0;
	text-align:justify;
}
ul {
	padding-left:20px;
}
table.edit {
	margin:0 auto;
}
table.edit th {
	text-align:right;
}
table.edit th, table.edit td {
	padding:3px;
}
.top {
	vertical-align:top;
}
.bottom {
	vertical-align:bottom;
}
#band {
	position:relative;
	width:100%;
	height:143px;
}
#menu {
	position:relative;
	margin:0 auto;
	width:1000px;
}
#submenu {
	position:absolute;
	top:111px;
	height:26px;
	left:50px;
	right:20px;
}

#submenu div {
	display:inline;
	height:25px;
}	
#submenu div img {
	height:21px;
}
#submenu div a {
	position:absolute;
	color:black;
	font-size:14px;
}
#submenuLeft {
	position:absolute;
	top:0;
	left:0;
	width:156px;
	height:25px;
	background:url('../img/site/research.png') left top no-repeat;
}
#submenuMiddle {
	position:absolute;
	top:0;
	left:220px;
	width:550px;
}
#submenuRight {
	position:absolute;
	top:0;
	left:820px;
	width:100px;
}
#kws {
	margin-left:25px;
	margin-right:5px;
  width: 116px;
  height: 25px;
  padding: 3px 10px 0 0;
  background:transparent;
  border: none;
  color: black;
}

#contentBox {
	position:relative;
	width:1000px;
	margin:0 auto;
	min-height:500px;
}
#content {
	top:0;
	background:rgb(250,250,250);
	min-height:500px;
	margin:0 20px;
	padding:3px 10px;
}
#contentShadowLeft, #contentShadowRight {
	position:absolute;
	top:0;
	bottom:85px;
	width:20px;
	background-repeat:repeat-y;
}
#contentBottomLeft, #contentBottomRight {
	position:absolute;
	height:85px;
	bottom:0;
	width:20px;
	background-repeat:no-repeat;
}
#contentBottomLeft {
	left:0;
	background:url('../img/site/contentBottomLeft.png');
}
#contentBottomRight {
	right:0;
	background:url('../img/site/contentBottomRight.png');
}
#contentShadowLeft {
	left:0;
	background:url('../img/site/contentShadowLeft.png');
}
#contentShadowRight {
	right:0;
	background:url('../img/site/contentShadowRight.png');
}
#bottom {
	background:url('../img/site/bottom5.png');
	background-repeat:no-repeat;
	padding-left:160px;
	height:137px;
}
#bottomInfos {
	width:780px;
	height:79px;
	padding:3px 10px;
	overflow:auto;
}
#bottomMenu {
	margin-top:2px;
	left:0px;
	height:16px;
}
#bottomMenu img {
	vertical-align:top;
	display:inline-block;
}
#bottomMenu span {
	padding-left:5px;
	padding-top:3px;
}
#bottomMenu a:link, #bottomMenu a:active, #bottomMenu a:visited, #bottomMenu a:hover {
	color:black;
	font-weight:bold;
}

