/* CSS Document */
/*main container*/
#main
{ 
  /*background: #fff url(../graphics/main.png) repeat-y;*/
  /*background-color: #660066;*/
  background-color: #000000;
  color: #57696F;
  margin-left: auto; 
  margin-right: auto;
  width: 776px;
}

/*links container*/
#links
{ 
  background: #1798E9 url(../graphics/blue_linkfoot.png);
  border-color: #57696F;
  color: #444;
  font-size: 88%;
  height: 20px;
  margin-left: auto; 
  margin-right: auto;
  padding: 8px 21px 0px 19px;
  text-align: center;
  width: 726px;
}

#links a
{
  background: transparent;
  color: #444;
  text-decoration: none;
}

/*logo container*/
#logo
{ 
  /*background: #FFF url(../graphics/whiteangel.gif) no-repeat;*/
  /*background: #ffffcc;*/
  background: #ffffff;
  border-bottom: 2px solid;
  border-bottom-color: #1798E9;
  border-top: 2px solid;
  border-top-color: #57696F;
  color: #57696F;
  height: 160px; /* was 104px */
  margin-left: auto; 
  margin-right: auto;
  width: 766px;
}

#logo h1
{ 
  font-size: 160%;
  letter-spacing: .2em;
  margin: 0px;
  padding: 28px 0px 0px 139px;
}

#logo h2
{
  font-family: arial;/*, sans-serif;*/
  font-size: 108%;
  letter-spacing: .2em;
  margin: 0px;
  padding: 5px 0px 0px 139px;
}

#logo td
{
  font-family: arial;
  color: #ffffcc;
  font-size: 17pt;
  padding-right: 10pt;
  padding-top: 10pt;
  text-align: right;
  vertical-align: middle;
}

/*menu container*/
#currentmenu
{
  /*background: transparent;*/
  /*background: url(../graphics/menuli.jpg) repeat-x;*/
  /*color: #444;*/
  /*background-color: #990066;*/
  background: url(../graphics/menuli2.jpg) repeat-x;
  height: 26px; /* value set at 33px (was 30px) for Netscape */
  margin-left: auto; 
  margin-right: auto;
  /*margin-top: -26px; /* this is used to move the menu into the logo section. Was 30px but 1px border added to LI */
  position: relative;
  width: 766px;
}

#menu
{
  background: #ffffff;
  border-bottom: 2px solid;
  border-bottom-color: #1798E9;
  height: 45px; /* value set at 33px (was 30px) for Netscape */
  margin-left: auto; 
  margin-right: auto;
  /*margin-top: -26px; /* this is used to move the menu into the logo section. Was 30px but 1px border added to LI */
  position: relative;
  width: 766px;
}

#menu td
{
  background: transparent url(../graphics/crownicon.gif) no-repeat;
  background-position: center;
  color: #000000;
  font-weight: bold;
  font-size: 12pt;
  height: 40px;
  margin-left: 0; 
  margin-right: 0;
  padding: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: middle;
}

#menu td a
{
  /*color: #ff00ff;*/
  /*color: #a74c89;*/
  color: #eb0089;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#menu td a:visited
{
  color: #eb0089;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#menu ul
{
  margin: 0px auto;
} 

#menu li
{
  float: left; 
  list-style-type: none;
  margin: 0px 0px 0px 0px; 
  padding: 0px;
} 

#menu li a 
{
  background: url(../graphics/menuli2.jpg) repeat-x;
  /*border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;*/
  color: #000000;
  display: block; 
  float: left; 
  font-size: 12px;
  font-style: arial;
  font-weight: bold;
  /*height: 24px;*/
  height: 18px;
  padding: 6px 10px 2px 10px; /*was 6px 19px 2px 19px;*/
  text-align: center;
  text-decoration: none; 
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ 
  background: url(../graphics/menulihover.jpg) repeat-x;
  color: #FFF;
}

/*content container*/
#content
{
  /*background: #000000;*/
  /*background-color: #ff66ff;*/
  /*background-color: #f27fe0;*/
  /*background-color: #ffffcc;*/
  background-color: #ffffff;
  /*background-color: #f5e5e6;*/
  color: #57696F;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 766px;
}

#content a
{
  color: #ff0000;
  font-size: 12pt;
}

#content td
{
  vertical-align: top;
}

#content td.normal
{
  color: #0000ff;
  font-size: 10pt;
  font-style: arial;
  text-align: left;
  vertical-align: top;
}

#content td.normalred
{
  color: #ff0000;
  font-size: 10pt;
  font-style: arial;
  text-align: left;
  vertical-align: top;
}

#content td.structure, #content p.structure
{
  text-align: left;
  color: #ff00ff;
  /*color: #000000;;*/
  /*color: #cc66ff;*/
  /*font-family: Verdana, Arial, Helvetica, sans-serif*/
  font-family: arial;
  font-size: 12pt; /* seems to be ignored if set of body? */
  font-style: italic;
  font-weight: bold;
  line-height: 1.5em; /*was 1.7 but changed as font-family set to arial*/
  margin: 5px;
  padding: 0px 0px 16px 0px;
  vertical-align: top;
}

#content td.structureblue, #content p.structureblue
{
  text-align: left;
  color: #0000ff;
  /*color: #000000;;*/
  /*color: #cc66ff;*/
  /*font-family: Verdana, Arial, Helvetica, sans-serif*/
  font-family: arial;
  font-size: 12pt; /* seems to be ignored if set of body? */
  font-style: italic;
  font-weight: bold;
  line-height: 1.5em; /*was 1.7 but changed as font-family set to arial*/
  margin: 5px;
  padding: 0px 0px 16px 0px;
  vertical-align: top;
}

#content td.contactus
{
  font-family: arial;
  font-size: 14pt;
  font-style: italic;
  color: #ff00ff;
  text-align: right;
  vertical-align: top;
}

#content td.contactusleft
{
  font-family: arial;
  font-size: 14pt;
  font-style: italic;
  color: #ff00ff;
  text-align: left;
  vertical-align: middle;
}

#content p.faqq
{
  font-family: arial;
  font-size: 10pt;
  font-style: normal;
  color: #0000ff;
}

#content p.faqa
{
  font-family: arial;
  font-size: 10pt;
  font-style: normal;
  color: #ff00ff;
}

/*footer container*/
#footer
{
  background: #1798E9 url(../graphics/blue_linkfoot.png);
  border-color: #57696F;
  border-top: 2px solid;
  color: #444;
  font-size: 88%;
  height: 20px;
  margin-left: auto; 
  margin-right: auto;
  padding: 8px 21px 0px 19px;
  position: relative;
  text-align: center; 
  text-decoration: none;
  width: 726px;
}

#footer a
{
  background: transparent;
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}


#dropmenudiv
{
  border:1px solid #000000;
  border-bottom-width: 0;
  font-family: arial;
  font-size:12px;
  line-height:22px;
  position:absolute;
  z-index:100;
}

#dropmenudiv a
{
  background: url(../graphics/menuli2.jpg) repeat-x;
  border-bottom: 1px solid #000000;
  color: #000000;
  display: block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 0;
  text-decoration: none;
  text-indent: 10px;
  width: 100%;
}

#dropmenudiv a:hover
{ 
  background: url(../graphics/menulihover.jpg) repeat-x;
  color: #ffffff;
}


td
{
  vertical-align: top;
}

td.middle
{
  vertical-align: middle;
}

/* global */
html
{
  height: 100%;
}

body
{ 
  /*background-color: #ff66ff;*/
  background: url(../graphics/background.gif) repeat;
  color: #57696F;
  font-family:  arial;/*, sans-serif;*/
  font-size: 12px; /* this seems to affect the p setting too */
  margin: 0px;
  padding: 0px;
}

a
{
  color: #00a1ff;
  text-decoration: none;
  outline: none;;
}

a:visited
{
  color: #00a1ff;
}

a.but 
{
	font-size: smaller; 
	font-weight: bold; 
	color: #703E1C;
	text-decoration: none; 
	font-family: arial;/*, helvetica,sans-serif;*/
}

a.but:hover, a.butselect
{
	color: #ffffff;
}

a.shows
{
  color: #ffffff;
  font-family: arial;
  font-size: 14px
  font-weight: normal;
}


textarea
{
  font-family: arial;
  font-size: 10pt;
}

img
{
  border: 0px;
}

ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ 
  list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

p
{
  text-align: left;
  color: #ff00ff;
  /*color: #000000;;*/
  /*color: #cc66ff;*/
  /*font-family: Verdana, Arial, Helvetica, sans-serif*/
  font-family: arial;
  font-size: 14pt; /* seems to be ignored if set of body? */
  font-style: italic;
  font-weight: normal;
  line-height: 1.5em; /*was 1.7 but changed as font-family set to arial*/
  margin: 5px;
  padding: 0px 0px 16px 0px;
}

h1
{
  font-family: arial;
  font-size: 18pt;
  color: #6666ff;
}

/*Custom settings*/

.party
{
  color: #ff0000;
}

.partytext
{
  font-family: arial;
  font-size: 18pt;
  font-style: italic;
  /*color: #6666ff;*/
  color: #a74c89;
  text-align: left;
}
