
/*********************************************************************************/
/* ELEMENTS GENERAL                                                              */
/*********************************************************************************/

body {
	background-color: #618c0e;
	color: black;
	font-size: 12px;
}

#headertext {
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
  color: #333;
}

#container {
	background-color: white;
	height: auto;
}

hr {
	display: none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #004088;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #D40000;
}

a.noline{
	text-decoration: none;
}

a.hiddenLink{
	text-decoration: none;
	color: #000;
}

th {
	text-align: left;
}

h1, h2, h3, h4 {
	color: #1E2A33;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 20px;

}
h2 {
	padding-top: 25px;
	font-size: 18px;
	margin-bottom: 12px;
}
h3 {
	padding-top: 18px;
	font-size: 16px;
	margin-bottom: 12px;
}
h4 {
	font-size: 12px;
	margin-bottom: 6px;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 1.5;
}

li {
	margin-bottom: .5em;
	line-height: 1.5;
}
ul li {
	margin-left: 1.5em;
}
ol li {
	margin-left: 2.5em;
}
li p{
	font-size: 10px;
}

.light {
	color: #585858;
}

.small {
	font-size: 8px;
}

.green {
	color: #618c0e;
}

/*********************************************************************************/
/* LEFT BOX							                                                         */
/*********************************************************************************/

#left_content p {
	font-size: 10px;
	padding-bottom: 15px;
}

#left_content li {
	font-size: 10px;
}

/*********************************************************************************/
/* LINKS			                                                         */
/*********************************************************************************/

li.link {
	list-style-image: url(../img/buttons/link.png);
}

li.link  p{
	font-size: 12px;
}
li.link a{
	font-size: 10px;
}

/*********************************************************************************/
/* GROUP MEMBERS				                                                         */
/*********************************************************************************/

fieldset.groupMember {
  border-color: #618c0e;
  min-height: 200px;
  padding: 10px;
}
fieldset.groupMember legend {
  font-size: 16px;
  font-weight: bold;
}
fieldset.groupMember .memberInfos {
  float: left;
  width: 410px;
}
fieldset.groupMember .memberImage {
  float: right;
  margin-right: 10px;
}
fieldset.groupMember .memberImage img{
  width: 120px;
}
fieldset.groupMember .memberDescription {
	padding-top: 5px;
	clear: both;
}

img.pass {
  border: solid #618c0e 1px;
  padding: 3px;
}


/*********************************************************************************/
/* CONTACT				                                                         */
/*********************************************************************************/

#contactImage {
	float: left;
	width: 120px;
}

#contactImage img {
	width: 100px;
}

/*********************************************************************************/
/* ABOUT				                                                         */
/*********************************************************************************/

#aboutImage {
	float: left;
}

#aboutImage img {
}

#aboutInfo {
	float: left;
	width: 460px;
}

div.post {
	clear: both;
}

div.post .daterange {
	float: left;
	width: 120px;
	height: 50px;
}
/*********************************************************************************/
/* RESEARCH								                                                         */
/*********************************************************************************/

div.image {
	margin: 15px 0 5px 0;
	width: 100%;
	text-align: center;
}

div.image p {
	font-size: 10px;
	color: #585858;
}