body, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}
a:link {
	color: #937E51;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #937E51;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #937E51;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #937E51;
	font-weight: bold;
}
.top { font-size: 6pt; text-align: right;}
h1 {
	font-size: 24pt;
	color: #491077;
}
#title {
	font-size: 16pt;
	color: #491077;
}
h2 {
	font-size: 14pt;
	color: #491077;
}
h3 {
	font-size: 12pt;
	color: #491077;
}
.subhead {
	font-size: 12pt;
	color: #491077;
}
h4 {
	font-size: 14pt;
	color: #917B4C;
}
h5 {
	font-size: 10pt;
	color: #917B4C;
	font-style: italic;
	font-weight: bold;
}
h6 {
	font-size: 10pt;
	color: #491077;
	font-style: italic;
	font-weight: bold;
}
.purple {
	font-size: 10pt;
	color: #491077;
	font-style: italic;
	font-weight: bold;
}
.greek {lang:EL;}
.header { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../img/nav.off.png); 
	background-position: bottom right;
	background-repeat:no-repeat;
	text-align: right;
	padding-right: 5px; 	
}
.header:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #917B4C;
	text-transform: uppercase;
	background-image: url(../img/nav.over.png); 
	background-position: bottom right;
	background-repeat:no-repeat; 	
}

.contentcontainer {
	float: left;
	padding: 0px;
	width: 650px;
	margin: 10px 0px 20px 20px;
	}
.rightcolumn {
	text-align: center;
	float: right;
	padding: 0px;
	width: 130px;
	margin-left: 10px;
	}
tr,td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	}
/* NAVIGATION MAIN DIV */
 #navcontainer {
	text-align: left;
	float: left;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
}

#navcontainer ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	border: none;
}
/* MAIN NAV OPTIONS */
#navcontainer li {
	border-bottom: 3px solid #FFFFFF;
	margin: 0px;
}

#navcontainer li a {
	text-transform: uppercase;
	display: block;
	padding: 5px 0px 5px 5px;
	border-left: 6px solid #491077;
	background-color: #FFFFFF;
	color: #917b4c;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	border-left: 6px solid #917b4c;
	border-right: 5px solid #917b4c;
	background-color: #FFFFFF;
	background-image: url(../img/mainnav.on.png);
	background-repeat: repeat-y;
	background-position: top left;
	color: #000000;
}

#navcontainer li .menuon {
	background-image: url(../img/mainnav.on.png);
	background-repeat: repeat-y;
	background-position: top left;
	color: #491077;
}

#navcontainer li li {
	border-top: 3px solid #FFFFFF;
	border-bottom: 0px;
	margin: 0px;
}

/* SUBNAV OPTIONS */
#navcontainer li li a {
	text-transform: none;
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 12px solid #917b4c;
	border-right: 5px solid #917b4c;
	background-color: #EFEFEF;
	color: #000000;
	text-decoration: none;
	width: 100%;
	font-size: 7pt;
	text-transform: uppercase;
}

#navcontainer li li a:hover {
	border-left: 12px solid #917b4c;
	border-right: 5px solid #917b4c;
	background-color: #FFFFFF;
	color: #000000;
}


/* HEADER NAVIGATION MAIN DIV */
 #headernavcontainer {
	text-align: right;
	float: right;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top: 5px;
	height: 85px; !important
}

#headernavcontainer ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	border: none;
}
/* HEADER NAV OPTIONS */
#headernavcontainer li {
	border-bottom: 0px solid #FFFFFF;
	margin: 0px;
}

#headernavcontainer li a {
	text-transform: uppercase;
	display: block;
	padding-right: 5px;
	background-image: url(../img/nav.off.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 19px;
}

html>body #headernavcontainer li a { width: auto; }

#headernavcontainer li a:hover {
	background-image: url(../img/nav.over.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #917b4c;
}

#headernavcontainer li li {
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px;
	margin: 0px;
}
.footer {
	width: 1000px;
	background:url(../img/WebSiteMockup_04.jpg) no-repeat top left;
	height:47px;
	color: #FFFFFF;
	text-align: right;
}
.footertext {
	padding-right: 5px;
	padding-top: 15px;
}
.clear { clear:both;}
.masthead {
	height: 90px;
	background:url(../img/WebSiteMockup_01.jpg) no-repeat top left;
}
.stage {width:1000px;}
.logo {float:left;}
.site{
	width:1000px;
	text-align:left;
	}
#container {width:100%;}