body{
	font-family: Verdana, Arial, sans-serif;
	color: #784500;
	background-color: #ffefd9;
	font-size: 10pt;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	color: #ae0000;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	line-height: 1;
	font-weight: normal;
	/* border: 1px solid blue; */
	
}

h1{
	font-size: 2.7em;
	border-bottom: 3px solid #e6d7c3;
	background-color: #f2e2cd;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

h2{
	font-size: 1.5em;
	font-size: 2em;
}

h3{
	font-size: 1.2em;
	font-size: 1.5em;
	/* font-weight: bold; */
}

a{
	color: #784500;
}

a:hover{
	color: #ae0000;
}

a img{
	border: none;
}

.img_link img{
	border: 2px solid #784500;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img_link img:hover{
	border: 2px dashed #ae0000;
}

img.bordered{
	border: 2px solid #784500;
}

.image_center{
	text-align: center;
}

.odd td{
	background-color: #f2e2cd;
}

.even td{
	background-color: #e6d7c3;
}

.ref{
	font-size: 0.8em;
	font-style: italic;
}

.caption{
	margin-top: 0;
	font-size: 0.8em;
	font-style: italic;
}

table.main_page_details td{
	background-color: #f2e2cd;
}

table{
	font-size: 1em;
}

#main_layout_table{
	width: 100%;
	
	/* margin-bottom: 20px; */
	
	/* border-bottom: 1px dashed #ae0000; */
}

div > *:first-child, .first_heading{
	margin-top: 0;
}


/********************************************************************
contents
********************************************************************/

td#contents_cell{
	width: 15%;
	
	background-color: #ffefd9;/*main color*/
	background-color: #f2e2cd;
	border-right: 1px dashed #ae0000;
	border-right: 3px solid #e6d7c3;
}

div#contents{

	text-align: left;
	padding: 0 0 10px 0;
	/*border: 2px dotted green;*/
}

#logo{
	text-align: center;
	/*border: 2px solid blue;*/
}

#logo img{
	border: none;
}

#logo a{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 2px solid #f2e2cd;
}

#logo a:hover{
	background-color: white;
	border-bottom: 2px solid #e6d7c3;
}

div#contents ul{
	list-style-type: none;
	/*border: 1px dotted blue;*/
	padding: 0;
	padding-top: 10px;
	margin: 0;
	font-size: 0.8em;
	line-height: 1em;
}

div#contents ul li{
	/*border-bottom: 1px dashed #ffefd9;*/
	
}

div#contents ul a{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 10px;
	padding-right: 10px;
	color: #784500;
	border-top: 2px solid #f2e2cd;
	border-bottom: 2px solid #f2e2cd;
	/* border-right: 10px solid #ffefd9; */
	display: block;
	text-decoration: none;
	/*height: 1.5em;/*necessary because of IE6*/
}

div#contents ul a:hover{
	/* border-right: 10px solid #ae0000; */
	border-bottom: 2px solid #e6d7c3;
	border-top: 2px solid #e6d7c3;
	background-color: white;
}


/********************************************************************
main
********************************************************************/

td#main_cell{
	background-color: #ffefd9;
	height: 100%;
}

div#main{
	padding: 10px 20px 20px 20px;
	/*border: 2px dashed blue;*/
	/*background-image: url(../wave_trans.gif);
	background-repeat: repeat-x;*/
	
}


/******************************************************
Full size image page
******************************************************/

.img_fullsize_page{
	margin: 0;
	padding: 10px;
	line-height: 1;
}

.img_fullsize{
	padding: 0px 10px 10px 0;
	margin: 0;
	/*border: 1px solid green;*/
}

.close_window{
	padding: 0px 0px 10px 0px;
	margin: 0;
	/*border: 1px solid blue;*/
}

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


