/* v4 Grazhir */

/* basic elements */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /* color: #173B83; */
  color: #003366;
  line-height: 130%;
  background-color: #B7CFDF;
  background-image: url(v4_stripe.png);
  background-repeat: repeat-y;
}
h2 {
	font: normal 1.3em "Domestic_Manners ttf", Domestic_Manners, Verdana, sans-serif;
}
h5 { /* headers, footers, etc. */
  font-size: 10px;
  font-weight: bold;
  font-variant: small-caps;
  color: #000000;
  padding-bottom: 2px;
  padding-top: 2px;
}
h6 { /* barred in-page header */
  border-bottom: 4px double black;
  border-top: 4px double black;
  color: #FFFFFF;
  background: #6D9EBE;
  font: normal 16px/1em Georgia, Helvetica, Verdana, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 2px;
  padding: 3px 10px 3px 10px;
  padding-left: 2px;
  padding-right: 5%;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 2px;
}

/* modifications - for those times when you can't do it with a div alone */
.bl {
  background-color: #6D9EBE;
}
.gr {
  background-color: #85B5BA;
}
.upcase {
  text-transform: uppercase;
}
.malt {
  background-color: #E9EEF3;
}
.date {
  border-bottom:1px solid white;
  border-top: 1px solid white;
}
.notes {
  font-size: 10px;
}
.setting {
  margin-right: 6px;
  margin-top: 3px;
  float: left;
  color: #FFFFFF;
  background: #6D9EBE;
  border: 1px solid #6D9EBE;
  font: normal 22px/1.4em Georgia, Helvetica, Verdana, Arial, sans-serif;
  line-height: 24px;
  padding-top: 0px;
  padding-right: 1px;
  padding-bottom: 1px;
}
.subtitle {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  color: #FFFFFF;
  background: #92B7CF;
  font: normal 16px/1em Georgia, Helvetica, Verdana, Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 2px 1px;
}
.letter {
  padding-left: 5%;
  padding-right: 5%;
  font-style: italic;
  text-align: justify;
}
.vision {
  padding-left: 5%;
  padding-right: 5%;
  text-align: justify;
}
.flame {
  color: #6633FF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.nowrap {
  white-space:nowrap
}

/* Main Index */
#mndxwrap {
  width: 750px;
  position: relative;
  top: 10px;
}
#sidebar {
  width: 250px;
  float: right;
}
#news {
  width: 480px;
	float: left;
}
#disclaimer, #menu, #quote {
  font-size: 10px;
  background-color: #DFE7EE;
	padding-bottom: 5px;
}
#notices {
  background-color: #DFE7EE;
	padding-bottom: 5px;
}

/* Internal Pages */
#wrapper {
  width: 750px;
  /* background-color: #DFE7EE; */
  background: url(50bl.png) repeat top left transparent;
  position: relative;
  top: 10px;
}
/* IE6 */
* html #wrapper{
  background: none !important;
  background-color: #DFE7EE !important;
}
#footer {
  font-weight: bold;
  font-variant: small-caps;
  color: #000000;
  padding: 2px 0 2px 0;
  background-color: #85B5BA;
}
#header {
  font-weight: bold;
  font-variant: small-caps;
  color: #000000;
  padding: 0 0 0 0;
  background-color: #6D9EBE;
}
#content {
  padding: 10px;
}

/* Masthead Fiddling */
/*
	True Font Family
	Note: The free version only supports use in header elements.
	Thus, I had to change the #grazhir id.
*/
h1 {
	font: bold 28pt "parselto ttf", Parseltongue, Garamond, Georgia, Verdana, sans-serif;
}
#grazhir {
  /*font: bold 28pt/2.3em "parselto ttf", Parseltongue, Garamond, Georgia, Verdana, sans-serif;*/
  margin: -20px 0px -20px 0px;
}
#nav {
  font-size: 10px;
  border-top: 1px solid black;
  position: relative;
  top: 2px;
  width: 750px;
}

