p {
	text-indent: 12px;
	line-height: 120%;
	}

h1 {
	font: 120% Arial, Verdana, Sans-Serif;
	line-height: 14px;
	font-weight: bold;
	font-style:italic;
}

h2 {
	font: 110% Arial, Verdana, Sans-Serif;
	line-height: 14px;
	font-weight: bold;
	
}

li {
	padding-bottom:3px;
	padding-top:3px;	
	line-height: 100%;
	list-style-type:square;
	text-decoration:none;
	color:#000000;
}

hr {
color:#ba7841;
size:1px;
noshade;
}

td {

}
/* ///////////////////////////////////////////////////////// */
/* Generic stuff above, div specific statements yet to come */
/* /////////////////////////////////////////////////////// */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
} 
body {
	width:100%;
	background-color:#FFFFFF;
	background-image:url(/images/bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size: 12px;
}

* {
	font-family:arial,verdana,helvetica,tahoma;
	font-size:100%;
	color:black;
	}
	
div#outer {
	margin-top:120px;
	width: 762px;
	background-image:url(/images/marv.jpg);
	background-repeat:repeat-y;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#nav {
	width: 150px;
	padding: 0px;
	float: left;
	background-image:url(/images/trans.png);
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/trans.png,sizingMethod='scale');*/
	padding-bottom:7px;
	margin-right:0px;
	text-align:left;
}
div#main {
	margin-left: 150px;
	padding: 5px;
	padding-right:15px;
	background-color:#FFffff;
	text-align:justify;
}
div#footer {
	background-image:url(images/bottom.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:152px;
	margin-left: -3px;
	text-align:center;
	border:0px;
	padding:0px;
}
div#csill {
	position:absolute;
	left:0px;
	top: 0px;
	width:100%;
	text-align:center
}


/* ///////////////////////////////////////////////////////// */
/* MainMenu design and functionality 						*/
/* or, actually it was, the menu has been reduced          */
/* ////////////////////////////////////////////////////// */
div#nav a {
	margin-left:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#0b4123;
	line-height:130%;

}

div#nav a:visited {

	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#0b4123;
}


div#nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#ba7841;
}



a.keretes {
	text-decoration:underline;
	color:#FFFFFF;
}
a.keretes:visited {
	text-decoration:underline;
	color:#FFFFFF;
}
a.keretes:hover {
	text-decoration:none;
	color:#FFFFFF;	
}


div#nav a.sublink {
	margin-left:14px;
	color:#0b4123;
}
div#nav a.sublink:hover {
	margin-left:14px;
	color:#ba7841;
}

div#nav hr {
	color:#a0a0a0;
}

/* ///////////////////////////////////////////////////////// */
/*               --- Table setup ---                 */
/* /////////////////////////////////////////////////////// */
.kamtable {
	border:1px solid #a0b0c0;
	border-collapse:collapse;
}

.kamtable th {
	border:1px solid #a0b0c0;
	background-color:#e0e0e0;
	padding:2px;	
}

.kamtable td {
	border:1px solid #a0b0c0;
	padding:2px;
	text-align:left;
}

.ftable td {
	padding:2px;
	text-align:left;
}

.ftable th {
	padding:2px;
	text-align:left;
}

.txtfield {
border:0px;
border-bottom:1px dotted #ba7841;
}

.lefield {
border:0px;
}

.srcbut {
border:1px solid #000000;
border-collapse:collapse;
height:20px;
}



/* ///////////////////////////////////////////////////////// */
/*               --- Other stuff ---                 */
/* /////////////////////////////////////////////////////// */

a {
	text-decoration:underline;
	font-weight:normal;
	color:#ba7841;
}

a:visited {
	text-decoration:underline;
	color:#ba7841;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

div#nav a.onlink {
	margin-left:9px;
	color:#9d6332;
}

div#nav a.onlink:visited {
	margin-left:9px;
	color:#9d6332;
}
/* ///////////////////////////////////////////////////////// */
/*               --- End of generic CSS ---                 */
/* /////////////////////////////////////////////////////// */ 

/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
  * {
  background-color: white !important;
  background-image: none !important;
  }

div#nav,div#footer,div#csill{display:none;} 
body,html{margin:0px; border:0px;padding:0px; float:left;}
div#outer, div#main{
	float: none !important;
	width: 95%; !important;
	border: 0;
	margin: 2% 2%;
	padding: 0;
	color: black; 
}

}