body {
	font-family: verdana, helvetica, sans-serif;
	background-color: #fdfffc;
	margin: 0;
	border: 10px solid #edefec;
	border-bottom: 30px solid #edefec;
}

p {
	font-family:  verdana, helvetica, sans-serif;
	font-size: 12px;
}
/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
  font-size: small;
}
/* */

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

a:link, a:active {
	color: #606000;
	text-decoration: underline;
}
a:visited {
	color: #202000;
	text-decoration: underline;
}
a:hover {
	/*color: #303000;*/
	color: #fff;
	background-color: #a0a077 ;
/*#C0C0AA;*/
	text-decoration: none;
}

a:hover nohover{
	text-decoration: none;
	background-color: white;
}

/* ********************************* */
/* TITLES */

h1 {
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #303000;
	font-size: 175%;
	font-weight: 800;
}

h2 {
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 150%;
	font-weight: bold;
}

h3 {  	
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	font-weight: bold;
}


/* ********************************* */
/* MAIN STRUCTURE  */

#title {
	position: absolute; 
	top:10px; 
	left: 110px; 
	overflow: hidden;
	z-index:10;
	margin:0;
	padding:0;
	width: 400px;
	height: 70px;
	padding-left: 18px;
	background: url(images/title-head2.png) top left no-repeat;
}

#title a {
	display:block;
	margin:0; padding:0;
	width:100%; height:100%;
}

#title a:hover {
	background: transparent !important;
	text-decoration: none;
/*	background-color: white;*/
}

#main {
	clear: both;
}

#menubox {
	position: absolute; 
	top: 80px; 
	left: 10px; 
	z-index:1;
	margin:0; 
	padding: 0;
	width: 100px;
	height: auto;
	background: #ffffff;
	overflow: hidden;
	text-align:center;
	font-size: small;
	border-right: 2px dashed #dddfdc;
}

#content {
	padding: 0 10px 10px 10px;
	margin-left: 100px;
	margin-top: 60px;
	/*min-width:30em;*/
	/*max-width:60em;*/
	/*background-color: #edefec;*/
	/*border: 1px solid #adafac;*/
	border: 1em solid #ffffff;
}

#footer {
	bottom: 0px;
	font-size: small;
	text-align: center;
	margin-top: 30px;
}


/* ********************************* */
/* OTHER STRUCTURE */

.rowimage {
	vertical-align: middle;
}

img {
	border: 0;
}

.flash {
	font-style: italic;
	border-top: 5pt solid #404000;
	margin-left: 2em;
	margin-right: 0pt;
	margin-bottom: 15pt;
	background-color: #D0D0A0;
	valign: top;
	line-height: 1.5;
	padding: 5px 5px 5pt;
}

.sect {
	margin-bottom: 1em;
}

.sect-underlined {
	clear: left;
	border-bottom: 1pt dashed #404000;
	margin-left: 2em;
	margin-bottom: 1em;
}

.sidenote {
	float: left;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	vertical-align: bottom;
	font-size: 90%;
	font-weight: bold;
	color: #adafac;
/*	border: 1px solid #adafac;*/
}

.stats {
	/*color: #A23A75;*/
	color: #00729D;
	font-size: small;
}

.sectfooter {
	margin-bottom: 5pt;
	background-color: #C0C0B0;
}

h2.sectitle, .sectitle {
	font-size: medium;
	font-weight: bold;
	background-color: #D0D0A0;
	border-top: 2px solid #303000;
	width: 100%;
}

h2.subsectitle, .subsectitle {
	font-size: 100%;
	font-weight: bold;
}

.exclamation {
	font-weight: bold;
	color: red;
}

.keyword {
	font-style: italic;
}

.photo-left {
	float: left;
	border: 1px solid black;
	margin: 0 8px 0 8px;
}

.icon-left {
	float: left;
	border: 0px;
	margin: 0 8px 0 8px;
}

.icon-right {
	float: right;
	border: 0px;
	margin: 0 8px 0 8px;
}



.text-right {
	/*clear: left;*/
	/*padding-bottom: 1em;*/
}

.ending {
	clear: left;
	margin: 0 8px 0 8px;
	padding-bottom: 0.5em;
}

.ending:before {
	/*content: "&diams;";*/
}

abbr {
	border-bottom: 1px dotted #202000;
	cursor: help;
}

.menuboxbox {
	/*background-color: #edefec;*/
	/*border-top: 1px solid #d0d0a0;*/
	/*border-left: 2px solid #d0d0a0;*/
	margin: 5px;
}

.menuboxboxmainpage{
	/*background-color: #fdfaff;*/
	/*border-top: 1px solid #dddadf;*/
	/*border-left: 1px solid #dddadf;*/
	margin: 5px;
}

hr.colsep {
	width: 60%;
}
hr.last {

}

.noshow {
	display: none;
}
