body {
	margin: 0;
	top: 0;
	left: 0;
  padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
  text-align: center;
  background-color: white;
}


div#wrapper { width: 100%; position: absolute; top: 0; left: 0; z-index: 0;  }
div#main    { margin: 176px auto 0 auto; width: 952px; background: url(../gifs/mainbg.gif) top left repeat-y;  }
div#content { float: right; width: 735px; background: url(../gifs/contentbg.gif) top left repeat-x #fff; height: 100%; text-align: left; font-size: 80%; padding-top: 60px; 	font-family: Arial, Helvetica, sans-serif; padding-bottom: 20px; }
div#leftcol { float: left; width: 217px; background-color: #bbb6db; position: relative; top: -31px; z-index: 4; }
div#anibanner { height: 182px; }
div#quote     { margin-top: 34px; margin-left: 18px; background: url(../gifs/quoteL.gif) top left no-repeat; text-align: left; color: #13469b; font-size: 80%;  }
div#footer { clear: both; margin: 0 auto; width: 952px; background: url(../gifs/wrapperbg.gif) bottom right repeat-y;  height: 18px; line-height: 18px; font-size: 65%; text-align: right; color: #000; font-family: Arial, Helvetica, sans-serif; color: #fff;}

div#header { position: absolute; z-index: 1; top: 0; left: 50%; margin-left: -476px; width: 952px; background: url(../gifs/leftcolbg.gif) top left no-repeat #13469b; }
div#logo   { float: right; height: 78px; }
div#tag    { clear: right; float: right; height: 67px; }
div#menu   { float: left; margin-left: 217px; display: inline; font-weight: bold; font-size: 85%; width: 735px; background: url(../gifs/menubg.gif) center left repeat-x; }

a {
	color: #13469b;
	text-decoration: none;
}

div#menu ul { margin: 0; padding: 0; list-style-type: none; width: 735px; }
div#menu ul li { float: left; display: inline; border-right: 1px solid #BBB6DB;  padding-left: 12px; padding-right: 13px;}
div#menu ul li.last {   width: 97px; padding-left: 0; padding-right: 0; position: absolute; right: 0; border-right: none; }
div#menu ul li a { display: block; line-height: 31px; color: #13469b;   }
div#menu ul li:hover,
div#menu ul li.current,
div#menu ul li.ieHover { background-color: #bbb6db; }
div#menu ul ul { position: absolute; top: auto; left: -999em; width: 735px; background-color: #bbb6db;}
div#menu ul ul li { border-right-color: #F8F7FB; border-bottom: 1px solid #bbb6db; }
div#menu ul li:hover ul,
div#menu ul li.ieHover ul { left: 50%; margin-left: -259px;}
div#menu ul ul li:hover,
div#menu ul ul li.ieHover { background-color: #f8f7fb; }

div#quote p { margin-left: 23px; margin-right: 23px; }
div#quote span.close { background: url(../gifs/quoteR.gif) center right no-repeat; display: inline; float: left; padding-right: 23px;  }

div#fade { border-bottom: 3px solid #fff; border-top: 2px solid #fff; }

div#footer p { margin: 0 10px 0 0;  }
div#footer p.copyright { float: left; margin: 0 0 0 220px; padding: 0; color: #fff; }
div#footer a { color: #fff; }
div#footer a:hover { text-decoration: underline; }

p,h1,h2,h3,h4,h5,h6,table { margin-left: 88px; margin-right: 88px; }
table.nolmargin { margin-left: 0; }
table.normargin { margin-right: 0; }
table.nomargin  { margin-left: 0; margin-right: 0; }
table.inline { display: inline; }

h1 { margin-top: 0; padding-top: 0; color: #13469B; font-size: 120%;   clear: both;}
h2 { padding-top: 0; color: #13469B; font-size: 120%;   clear: both;}
h3 { padding-top: 0; color: #13469B; font-size: 120%;   clear: both;}

ul, ul.default { list-style-image: url(../gifs/bullet.gif); margin-left: 53px; padding-left: 53px;  }

.clear { clear: both; }

/* Applet Selectable Styles */
p.nolmargin { margin-left: 0; /* No Horizontal Margin to Left */ }
p.normargin { margin-right: 0; /* No Horizontal Margin to Right */ }
p.nomargin  { margin-left: 0; margin-right: 0; /* No Horizontal Margin */ }

p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}

table.default {
  /* No Style */
}

td { font-size: 75%; }

td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}


ul {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
ol {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
ul.round { /* Round markers */  }
ol.norm { /* Ordered list */ }

span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}
span.blue { color: #13469B; /* Blue Text */ }


img.floatleft {
  float: left;
  /* Float Left */
}
img.floatleftwithmargin {
  float: left;
  margin: 0 16px 10px 0px;
  /* Float Left with margin */
}
img.floatright {
  float: right;
  /* Float Right */
}
img.floatrightwithmargin {
  float: right;
  margin: 0 0px 10px 16px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }

/* tables */


