/* CSS Document */

/* This is the style for a div to center the contents of the page. */
.center {
width: 725px;
margin-right: auto;
margin-left: auto;
position: relative;
}

a{
	border-style: none;
	text-decoration: none;
}
a:link img{
	border-style: none;
	text-decoration: none;
	}

/* This is the style for the navigation bar. */
.navigation {
	background-color:#4d7dad;
	}
			
.navigationtext {
	color:#FFFFFF;
	font: normal 12px Tahoma;
	text-decoration:none;
	}
				
.nounderlinelinks {
	text-decoration:none;
	border-style: none;
	}
	
.biglist {
	text-decoration:none;
	font: normal 14px;
	line-height:18px;
	} 
	
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Tahoma;
	font-color: #000;
	background-color: #FFF;
	line-height:18px;
	z-index:100;
	}
#socialmedia{
	margin:5px;
	margin-top:130px;
	clear:both;	
	}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #3380CC;
	}

/* This is the style for the first text heading on the home page. */
.bodyheader1 {background-color:#cccccc;
			 }
.bodyheader1text {font-family: Tahoma, Geneva, sans-serif;
				  color:#FFFFFF;
				  text-indent:10px;
				  font-size:24px;
				  font-weight:bold;
				 }

/* This is the style for the second text heading on the home page. */
.bodyheader2 {
	background-color:#4d7dad;
    }
.bodyheader2text {
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	text-indent:10px;
	font-size:24px;
	font-weight:bold;
				 }

/* This is the style for the 'Greek News' section of the home page. */				 
.greeknews {
	background:url(images/greeknews.jpg);
	background-repeat:no-repeat;
	width:725px;
	height:158px;
		   }
		   
/* These are default styles for the page. */
body {
	font-family: "Trebuchet MS", Helvetica, "sans serif";
	font-size: 13px;
	color: #000;
	 }
.main_table {
	border: thin black solid;
	font-family: Trebuchet MS, Helvetica, sans serif;
		    }


