body
{
  margin: 0;
  font-size: 12px;
  color: #7A7A7A;
  text-decoration: none;
  font-family: Tahoma,Sans Serif
}

h1
{
  font-size: 1em; 
  color: #4682b4;
}

img
{
  border: none;
}

td
{
  vertical-align: top; 

}

/* Size and positioning of the main page layout */
/* The Main div of the page that holds the entire contents. 
  User to size and center the page    background-color: Transparent; border-right: 1px solid #d4c0d8; */
#PageWrapper
{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  background-image: url(../Images/Background.gif);
  background-repeat: repeat-y;
  text-decoration: none;
}

#Header
{
    border-bottom: 3px solid #aeb4b2;
}

#MainMenu1
{
  width: 960px;
  float: left;
  padding-top: 0px;
}

a:link, a:visited
{
    /*color: #0c9164; ΚΥ Menu αΕΠ Footer link  */
	color: #7A7A7A;
	text-decoration: none;
}



#MainMenu1 a, #MainMenu a:visited
{
/*  padding-left: 20px; */
  color: White;
  font-size: 12px;
  text-decoration : none;

}

#ManagementMenu a.Selected, #ManagementMenu a:visited.Selected
{
  font-weight: bold;
}

#MainMenu1 a.Selected, #MainMenu a:visited.Selected
{
  font-weight: bold;
  background-image: url(../Images/glblnav_current.gif);
  background-repeat: no-repeat;
}

#MainMenu ul, #ManagementMenu ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#MainMenu ul li, #ManagementMenu ul li
{
  margin-left: 10px;
}

#ManagementMenu
{
  vertical-align: top; 
  width: 160px;
}


#SideMenu1, #SideMenu1 a, #SideMenu1 a:visited
{
/*  padding-left: 20px; add for VISA side menu */
  color: #C04000;
  font-size: 14px;
  text-decoration : none;
  font-family: Microsoft Sans Serif,Arial,sans-serif
}


#MainContent
{
  float: left;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 800px;
  background-color: black;
}

/* Small footer that appears at the bottom of every page. Holds the copyright notice */
#Footer
{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../Images/Background.gif);
  background-repeat: repeat-y;
  background-color: White;
  clear: both;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  color: Gray;
}

#Footer a
{
  text-decoration: none;
  font-size: 0.9em;
  color: Gray;
}

#Footer a:hover
{
  text-decoration: None; 
}

input, select, textarea {font-family:Verdana,Arial,sans-serif; font-size:14px}
caption {font-family:Arial,sans-serif; font-size:medium; font-weight:bold; padding:5px}
.heading {font-family:Arial,sans-serif; font-size:large; font-weight:bold}
.cite {font-family:Tahoma,Arial,sans-serif; font-size:xx-small}

