body {
	font-family: Georgia;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center; /*that's for IE*/
}

.realbody {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	text-align: left; /*that's for IE*/
}

.realbody h1{
	margin-top: 0.7em;
}

table{
	border-collapse: collapse;
}

table td{
	padding: 0;
	margin: 0;
}

p, ul li, ol li, table tr td {
	line-height: 1.3;
}

body, table td{
        font-size: 14px;
}

a {
	color: #3564AA;
}

a:visited{
	color: #500050;
}

a:hover {
	background-color: #3564AA;
	color: white;
}

a.nolink{
	text-decoration: none;
	color: black;
}

a.nolink:visited{
	color: black
}

a.nolink:hover{
	color: white
}

.design_title {
	width: 100%;
	background-color: #FFCC00;
	border-bottom: 1px solid black;
	text-align: left; /*that's for IE*/
}

.design_menu {
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #3564AA;
	margin-bottom: 20px;
}

.design_menu td {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	text-align: center;
}

.design_menu td.item {
	background-color: #3564AA;
	height: 21px;
	width: 14%;
	border-top: 1px solid #3564AA;
	border-bottom: 1px solid #3564AA;
}

.design_menu td.item a {
	color: white;
	text-decoration: none;
}

.design_menu td.item-active {
	background-color: #FFCC00;
	color: black;
	font-weight: bold;
	height: 21px;
	width: 14%;
	border-top: 1px solid #3564AA;
}

.design_menu td.item-active a {
	color: black;
}

.design_menu td.item-active a:hover {
	color: black;
	background-color: #FFCC00;
}

.design_menu td.subitem {
	background-color: #FFCC00;
	height: 21px;
	color: black;
}

.design_menu td.subitem a {
	color: black;
}

.design_menu td.subitem a:hover {
	color: black;
	background-color: #FFCC00;
}

.line {
	clear: both;
	width: 100%;
	height: 11px;
	margin-top: 40px;
	border-bottom: 1px solid #3564AA;
}


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

h1 {
	font-size: 160%;
	font-weight: normal;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h1 em {
	background-color: #FFCC00;
	border: 1px solid #3564AA;
	font-size: 1px;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	vertical-align: bottom;
	margin-right: 10px;
}

h1 small{
	font-size: 75%;
	margin-left: 34px;
	display: block;
}

small {
	font-size: 85%;
}

.quote, .quote-author{
	font-size: 85%;
	color: #777777;
	margin-left: 50%;
	text-align: right;
	margin-right: 10px;
}

.quote-author{
	font-style: italic;
}

.author {
	font-style: italic;
	margin-left: 50px;
}

/***************** IMAGES ************************************/

img {
	border: 0px;
}

img.frame {
	border: 1px solid #3564AA;
}

img.frame-left{
	border: 1px solid #3564AA;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

img.frame-right{
	border: 1px solid #3564AA;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

img.frame-center {
	border: 1px solid #3564AA;
	margin: 0 auto;
	display: block;
}

img.noframe {
}

img.noframe-left{
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

img.noframe-right{
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

img.noframe-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/************ COLUMNS *****************************************/

.column-1 {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 30%;          
	margin-right: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.column-2 {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 30%;          
	margin: 0 2%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.column-3 {
	display: inline-block;
	vertical-align: top;
	width: 30%;  
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2%;
}

/******************* FORMS **************************************/

form label, input, textarea {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 10px;	
}

form label{
	width: 150px;
	text-align: right;
	margin-right: 20px;
}

form br{
	clear: left;
}

form .submit{
	width: 70px;
	margin-left: 50px;
}

form p{
	font-size: 85%;
	margin-left: 170px;
	margin-top: 0;
	width: 300px;
}

form input.radio {
	width: 20px;
	margin-left: 170px;

}

form fieldset {
	width: 500px;
}

form input.checkbox{
	width: auto;
	margin: auto;
	width: 20px;
	margin-left: 170px;
}

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

ul.blog{
	list-style-type: circle;
}

ul.blog li{
	margin-bottom: 0.5em;
	line-height: 1.3;
}

ul.blog li strong{
	font-weight: normal;
	font-size: 85%;
	color: #777;
}

/***********************************************/
.greek{
	font-family: Palatino Linotype;
	font-size: 110%;
}


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