/** ---------------------------------------- **/

#middle {
  font-size: 13px;
}

/** General Typography **/
html, body {
	font-size: 11px;
}

body {
  font-family: Arial, Verdana, sans-serif;
	color: #666;
}

a, a:link, a:visited, a:active, a:hover, a:focus {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

a:active, a:hover, a:focus {
	color: #333;
}

h1, h2, h3, h4, h5, h6, div.componentheading {
  font-family: GraublauWebRegular, sans-serif;
	margin: 1em 0;
}

h1, h2, h3, h4, div.componentheading {
  color: #949A31;
}

h1 {
  font-size: 200%;
}

h2, div.componentheading {
  font-size: 183%;
}

h3 {
  font-size: 167%;
}

h4 {
	font-size: 150%;
}

h5 {
  font-size: 133%;
}

h6 {
  font-weight: bold;
}

p, blockquote {
	margin: 1em 0;
}

blockquote {
	font-size: 113%;
	line-height: 1.4;
	padding: 1em 1em 0 1em;
	background: #EEE;
}

blockquote p {
  margin: 0;
  padding: 0 0 1em 0;
}

hr {
	background: #999;
  border: 0 none;
  color: #999;
  height: 1px;
}

table {
  margin: 1em 0;
}

table tr th, table tr td {
  padding: 0.7em;
}

table tr th {
  font-weight: bold;
  background-color: #CCC;
}

table tr.odd td {
  background-color: #FFF;
}

table tr.even td {
  background-color: #EEE;
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Miscellaneous Special Purpose Styles **/
p.introtext {
  font-size: 117%; /* 16px */
  font-style: italic;
}

p.error {
  background: #F7E5E5;
  border-top: 2px solid #DB9F9F; 
  border-bottom: 2px solid #DB9F9F; 
  color: #B14022;
  padding: 1em;
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Content Styles **/
#content ul, ol {
  margin: 1em 0;
}

#content ul li {
  list-style-type: square;
  margin-left: 2em;
}

#content ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 3em;
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** System Messages **/
#system-message ul { padding: 1em 0; }
#system-message ul li { margin-left: 50px; }
#system-message dt { display: none; }
 
#system-message dd.message ul { 
  background: #E5EEF7 url(../imgs/message-icon.gif) 10px 10px no-repeat;
  border-top: 2px solid #8DB1D4; 
  border-bottom: 2px solid #8DB1D4;
}
 
#system-message dd.error ul { 
  background: #F7E5E5 url(../imgs/error-icon.gif) 10px 10px no-repeat; 
  border-top: 2px solid #DB9F9F; 
  border-bottom: 2px solid #DB9F9F; 
}
 
#system-message dd.notice ul { 
  background: #FFF8CF url(../imgs/alert-icon.gif) 10px 10px no-repeat; 
  border-top: 2px solid #E0CE62; 
  border-bottom: 2px solid #E0CE62; 
}
/** ---------------------------------------- **/