body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* CSS Document */


body {
		margin:0px 0px 0px 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:14px;
		background:#ccc;
		}
	
	#leftcontent {
		float:left;
		width:60%;
		background:#fff;
		border-right:3px solid #999;
		border-bottom:3px solid #999;
		margin-right:15px;
		padding-bottom:40px;
		padding-right:20px;
		padding-left:20px;
		min-height:900px;
		}

	#rightcontent {
		

		}
		
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
		

	
	#rightcontent p {
		font-size:12px;
		margin-left:0px;
				}
	a {
		color:#3E77A8;
		font-weight:normal;
		text-decoration:none;
		
	}
	a:hover{
		color:#3E77A8;
		border-bottom:2px solid #999;
		background-color:#ccc;
	}
	a:visited{
		color:#3E77A8;
	}
	
	.greek{
		color:#666666;
	}
	
	li{
		font-weight:bold;
	}

#header{
	padding:10px;
	background-color:#bbb;
	border-bottom:5px solid #999;
	font-size:14px;
	line-height:22px;
}

#header a{
	margin-right:5px;
	padding-right:10px;
	border-right:2px solid #999;
	font:1.2em Georgia, "Times New Roman";
	text-decoration:none;
}

h1, h2, h3, h4 {
	color:#3c78a7;
}

h1 {
	font:2.3em Georgia, "Times New Roman";
}

h2 {
	font:1.8em Georgia, "Times New Roman";
}

h3 {
	font:1.5em Georgia, "Times New Roman";
	margin-bottom:3px;
	margin-top:0px;
	padding-top:10px;
}

h4 {
	font:1.3em Georgia, "Times New Roman";
}

h1, h2, h3, h4 {
  text-shadow: #bbb 1px 1px 2px;
}

.logo{
	font-size:40px;
	text-decoration:none;
  	text-shadow: #bbb 2px 2px 2px;

}

fieldset{
	max-width:300px;
	margin-top:20px;
	border:2px solid #7997B1;
}
legend{
	color:#7997B1;
}

.right{
	border-bottom:5px solid #7997B1;
	background-color:#9abddc;
}

#bottom_content ul li{
	display:block;
	width:150px;
	float:left;
	font-weight:normal;
	list-style:none;
}