@font-face {
   font-family: "Edwardian";
   src:url(itcedscr.eot);
}

@font-face {
   font-family: "Edwardian";
   src:url(itcedscr.ttf) format("truetype");
}

html {
   background: url(background.gif) no-repeat fixed right bottom;
   background-color: #222222;
}

body {
   margin-top: 0;
   background-color: Transparent;
   color: white;
   font-family: Verdana,Arial;
   font-size: 16px;
   opacity: .90;
   filter: alpha(opacity=90);  /* IE hack */
}

blockquote {
   color: #CCCCFF;
   font-size: 16px;
   font-style:italic;
}

h1, h2, h3 {
   color: #AAAAFF;
   font-style: italic;
   font-weight: bold;
   font-variant: small-caps;
   padding-top: 0px;
}

h1 { font-size: 22px; }
h2 { font-size: 20px; margin-bottom: 0; }
h3 { font-size: 18px; margin-bottom: 0; }

h1+p, h2+p, h3+p { border-top: 0; padding-top: 3px; margin-top: 0; }

#contentTitle {
   font-family: Edwardian;
   font-variant: normal;
   font-weight:normal;
   font-style:normal;
   font-size: 60px;
   color: White;
   padding: 0 0 10px 0;
   margin: 0;
}

a.logo, 
a:link.logo, 
a:hover.logo, 
a:visited.logo, 
a:active.logo {
   color: Black;
   font-weight: normal;
   border: 0;
   padding: 0;
   text-decoration: none;
   margin: 0;
   outline: None;
   -moz-outline-style: None;
}

#headerLogo { vertical-align: middle; border: 0 none; color: White }

a,
a:link, 
a:hover, 
a:visited, 
a:active {
   color: White;
   font-weight: bold;
   outline: None;
   -moz-outline-style: None;
}

a img { border-style: none; }

#wrapper { width: 900px; margin: 0 auto; }

div.block {
   background-color: Black;
   border: 1px solid Gray;
   padding: 15px;
}

#header {
   font-family:"Edwardian";
   font-size: 80px;
   text-align:right;
   color: #FFFFFF;
   margin-top: 0px;
   margin-bottom: 5px;
   width: 898px;
   background: url(header.jpg) no-repeat left bottom Black;
   padding: 0;
}

#navBar {
   float: left;
   width: 900px;
   padding: 0;
   margin-bottom: 5px;
   color: Black;
   background-color: #BBBBBB;
   font-size: 14px;
   font-weight: bold;
   position: relative;
   border: none;
}

#content {
   float: left;
   width: 838px;
   background: url(content.jpg) left bottom no-repeat;
   background-color: Black;
   /*position: relative;*/
   padding: 30px;
}

#footer 
{
	width: 888px;
   float: left;
   position: relative;
	color: black;
	margin: 5px auto;
   padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	background-color: #999999;
   letter-spacing: 2px;
}

a#emailLink { color: Black; font-weight: normal; }


ul.dropdown { position: relative; z-index: 597; float: left; font-weight: bold; width: auto; }

ul.dropdown li {
   zoom: 1;
   float: left;
   line-height: 18px;
   vertical-align: middle;
   padding: 7px 10px;
   border-right: solid 1px black;
   background-color: #BBBBBB;
   color: #000;
   width: auto;
}

ul.dropdown li.hover,
ul.dropdown li:hover { position: relative; z-index: 599; cursor: default; background-color: #eee; color: #000; }

ul.dropdown a:link,
ul.dropdown a:visited { color: #000; text-decoration: none; padding: 5px 14px; }
ul.dropdown a:hover { color: #000; }
ul.dropdown a:active	{ color: #ffa500; }

ul.dropdown ul { width: 180px; margin-top: 1px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; }
ul.dropdown ul li { float: none; font-weight: normal; border-top: solid 1px black; background-color: #BBBBBB; width: auto; }

ul.dropdown,
ul.dropdown li,
ul.dropdown ul { list-style: none; margin: 0; padding: 0; }

ul.dropdown ul ul { top: 1px; left: 99%; }
ul.dropdown li:hover > ul { visibility: visible; }
ul.dropdown li.rtl ul { top: 100%; right: 0; left: auto; }
ul.dropdown li.rtl ul ul { top: 1px; right: 99%; left: auto; }

