* {
	margin: 0;
	padding: 0;
}

a.menu:link	{ text-decoration: none; color: #94946b; }
a.menu:visited	{ text-decoration: none; color: #94946b; }
a.menu:hover	{ text-decoration: none; color: #94946b; }
a.menu:active	{ text-decoration: none; color: #94946b; }

.menuitemselected a.menu:link	{ text-decoration: none; color: #FFFFFF; }
.menuitemselected a.menu:visited	{ text-decoration: none; color: #FFFFFF; }
.menuitemselected a.menu:hover	{ text-decoration: none; color: #FFFFFF; }
.menuitemselected a.menu:active	{ text-decoration: none; color: #FFFFFF; }

a.pressmenu:link, .submenuitemselected a.menu:link	{ text-decoration: none; color: #FFFFFF; }
a.pressmenu:visited, .submenuitemselected a.menu:visited	{ text-decoration: none; color: #FFFFFF; }
a.pressmenu:hover, .submenuitemselected a.menu:hover	{ text-decoration: none; color: #FFFFFF; }
a.pressmenu:active, .submenuitemselected a.menu:active	{ text-decoration: none; color: #FFFFFF; }

a.language:link	{ text-decoration: none; color: #94946b; }
a.language:visited	{ text-decoration: none; color: #94946b; }
a.language:hover	{ text-decoration: underline; color: #94946b; }
a.language:active	{ text-decoration: underline; color: #94946b; }

a.contemail:link	{ text-decoration: none; color: #adad8c; }
a.contemail:visited	{ text-decoration: none; color: #adad8c; }
a.contemail:hover	{ text-decoration: underline; color: #adad8c; }
a.contemail:active	{ text-decoration: underline; color: #adad8c; }

a.email:link	{ text-decoration: none; color: #FFFFFF; }
a.email:visited	{ text-decoration: none; color: #FFFFFF; }
a.email:hover	{ text-decoration: none; color: #FFFFFF; }
a.email:active	{ text-decoration: none; color: #FFFFFF; }

a:link	{ text-decoration: underline; color: #FFFFFF; }
a:visited	{ text-decoration: underline; color: #FFFFFF; }
a:hover	{ text-decoration: underline; color: #FFFFFF; }
a:active	{ text-decoration: underline; color: #FFFFFF; }

a.pressmenu {	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 	text-transform: uppercase;}

body {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 0.95em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

input {font-family: 'Arial CE', Arial, sans-serif; font-size: 1em;}

.passwordlabel {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;}

input.button {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #94946b;
	color: white;
	border: 0px;
	margin: 0px;
	margin-top: 20px;
	cursor: pointer;
	text-align: left;
}

input.pseudobutton {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #94946b;
	color: white;
	border: 0px;
	margin: 0px;
	cursor: default;
	text-align: left;
}


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

#maincontainer	{
	width: 990px;
	height: 503px;
	margin: 0 auto;
	text-align: left;
}

#leftstripes	{
	width: 24px;
	height: 480px;
	position: relative;
	top: 10px;
	float: left;
	background-image: url(../images/stripes-left.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#logo {
	width: 123px;
	height: 17px;
	position: relative;
	top: 10px;
	left: 20px;
	border: 0px;
}

#bottominfo {
	position: relative;
	top: 375px;
	margin-left: 40px;
}

#contact {
	width: 100px;
	color: #adad8c;
	text-transform: uppercase;
	font-size: 0.5em;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	top: 377px;
	margin-left: 40px;

}

#email {
	width: 50px;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background-color: #00bdf7;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	top: 377px;
	margin-left: 40px;
}

#fb {
	width: 14px;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 0.9em;
	margin-bottom: 5px;
	position: relative;
	top: 357px;
	margin-left: 100px;
}

#language {
	width: 100px;
	color: #94946b;
	height: 20px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	position: relative;
	top: 357px;
	margin-left: 40px;

}


#menucontainer	{
	width: 256px;
	height: 128px;
	margin-right: 20px;
	float: right;
	position: relative;
	top: 10px;
}

#newscontainer	{
	width: 256px;
	height: 250px;
	margin-right: 0px;
	margin-left: 3px;
	float: right;
	position: relative;
	top: 100px;
	background-color: #FFFFFF;
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 0.8em;
	border: 0px;
}


#newscontainer ul	{margin-left: 20px;}
#newscontainer ul a	{color: #adad8c;}

#leftmenu {
	width: 111px;
	height: 128px;
	float: left;
}

#arrow {
	width: 26px;
	height: 142px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}

#rightmenu {
	width: 118px;
	height: 128px;
	float: left;
}


.menuitem {
	width: 106px;
	height: 16px;
	padding-left: 6px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #94946b;
	background-color: #FFFFFF;
}

.menuitemselected {
	color: #FFFFFF;
	background-color: #000000;
}

.submenuitem {
	width: 112px;
	height: 16px;
	padding-left: 6px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #94946b;
	background-color: #FFFFFF;
}

.submenuitemselected {
	color: #FFFFFF;
	background-color: #94946b;
	background-image: url(../images/submenu-selected.gif);
}

#contentcontainer	{
	width: 500px;
	height: 375px;
	position: relative;
	top: 10px;
	float: right;
}

#presscontentcontainer	{
	width: 582px;
	height: 440px;
	position: relative;
	top: 10px;
	float: right;
	padding: 17px;
	background-color: #94946b;
	overflow: auto;
}

#presscontentcontainer table {	border: 0px; width: 100%;}
#presscontentcontainer td.header	{font-weight: bold; font-size: 11px;}
#presscontentcontainer td.hint	{ color: #94946b; font-size: 9px;}

#topcontentphoto	{
	width: 466px;
	height: 313px;
	background-color: #94946b;
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 0.8em;
	color: white;
	padding: 17px;
	padding-bottom: 0px;
}

#topcontenttext	{
	width: 466px;
	height: 348px;
	background-color: #94946b;
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 0.8em;
	color: white;
	overflow: auto;
	padding: 17px;
	padding-bottom: 7px;
}

@media print {
  #topcontenttext	{overflow: visible;}
}

.title	{color: white;}

p	{margin-bottom: 10px;}
p.black	{margin-bottom: 10px; color: black;}

td.year {vertical-align: top; color: black;}

#topcontentdesc	{
	width: 466px;
	height: 37px;
	background-color: #94946b;
	color: white;
	font-size: 0.7em;
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 17px;
}

#previewpane	{
	width: 500px;
	height: 100px;
	margin-top: 10px;
	background-image: url(../images/stripes-right.gif);
	background-position: left;
	background-repeat: repeat;
	z-index:-1;
}
@media print {
  #previewpane	{display: none;}
}


#previewpaneinside span {white-space: nowrap}

#previewpaneinside a {
	white-space: nowrap;
}

#previewpaneinside	{
	position: relative;
	top: -5px;
	left: 17px;
	width: 466px;
	height: 100px;
	overflow: auto;
	overflow-y:hidden; 
	z-index:1;
}


#previewpanemore	{
	width: 500px;
	height: 15px;
	color: #94946b;
	font-size: 10px;
	font-weight: bold;
}

img.thumbnail {
	height: 65px;
	border: 0px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 0px;
	margin-right: 3px;
}

p.disclaimer {
  color: white;
  font-weight: normal;
  font-size: 0.7em;
  text-align: justify;
  margin-top: 20px;
}

#presstable td {
	color: white;
	font-size: 0.7em;
}

#titleshowcase {
	width: 800px;
	height: 475px;
	position: relative;
	top: 10px;
	float: right;
	background-color: #94946b;
	padding: 0px;
	padding-top: 4px;
	font-size: 0.8em;
}

.showcaseimage {
	margin: 0px;
        margin-left: 17px;
        margin-top: 13px;
	border: 0px;
}
