/* Created: 2006-05-16 */

body,div,table,td,th,a,p,h1,h2,h3,h4,textarea,input {
  font-family: verdana, tahoma, "Bitstream Vera Sans", arial, helvetica, sans-serif;
  font-size: 10pt;
}
pre code,code {
  font-family: 'lucida console','courier new',courier,monospace;
  font-size: 105%;
}
#maincol {
	background-image: url(../grafx/web_logo.jpg);
	background-color: #FFFFFF;
}
#outer,
#rightcol,
#contentbox,
#footer {
  display: none;
  width: 100%;
}
#outer {
  display: none;
  height: auto;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
}
#header em,
#header span,
#navcol,
#navbar,
#logo,
#footer .links,
#toCategoryIndex {
  display: none;
}
#outer,#rightcol,#contentbox {
  background-image: none;
}

#content p {
  text-indent: 2em;
  margin: 10px 4px 4px;
}
h1 {
  text-align: center;
  font-size: 150%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 115%;
}
acronym:after {
  content: " (" attr(title) ") ";
}
/* -- Text -- */
p {
	margin:12px 0;
	}
p.note {
	padding-left:30px;
	font-weight:bold;
	}
p.small {
	font-size:80%;
	margin:0 0 8px;
	border-top:1px solid #c3d7d5;
	padding-top:4px;	
	color:#999;
	}
code {
	display:block;
	padding:10px;
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	}
blockquote {
	margin:0;
	padding:0;
	}
cite {
	font-style:normal;
	font-weight:bold;
	}
small a {
	font-weight:normal;
	}
p.postmetadata {
	font-size:90%;
	text-align:right;
	margin:-8px 0 18px 0;
	}
p.postmetadata a {
	border-bottom:none;
	}
p.postmetadata a:hover {
	text-decoration:underline;
	}
p.postmetadata.alt {
	text-align:left;
	padding:12px 0;
	margin:12px 0;
	}
a.comment {
	padding-left:20px;
	border:none;
	}
a.comment:hover {
	text-decoration:none;
	}
#author,
#email,
#url {
	line-height:14px;
	margin-right:2px;
	vertical-align:top;
	padding:3px 2px 1px 2px !important;
	padding:2px;
	font-size:90%;
	}
	
/* -- Headings -- */
.post h2 {
	font-size:10pt;
	line-height:18px;
	font-weight:bold;
	clear:both;
	margin:12px 0 4px;
	padding-left:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;


	}
.post h2 a {
	text-decoration: none;

	}
.post h2 a:hover {
	text-decoration:none;
	}
.post h2 a,
.post h3 a,
.post h2 a:visited,
.post h3 a:visited {
	border-bottom:none;
	}
.post h2 a:hover,
.post h3 a:hover {
	color:#7eb4af;
	}
.post h2.single {
	margin:12px 0 4px 0;
	padding-left:22px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:28px;
	background:none;
	padding-left:0;
	margin:0 0 4px;
	padding-top:8px;
	}
.post h3, 
.post h4, 
.post h5 {
	font-size:115%;
	font-weight:bold;
	margin:12px 0;
	clear:both;
	}
.post h3 {
	margin:12px 0 4px 0;
	padding-left:22px;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: bold;



	}
.post h4, 
.post h5 {
	}
.post h4 {
	padding:0px 4px;
	margin-top:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #b3cdcb;
	border-bottom: 1px solid #b3cdcb;








	}
.post h5 {
	font-size:12pt;
	border-bottom:1px solid #b4c5c8;
	margin-top:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;


	}
.post h6 {
	font-size:12pt;
	margin-bottom:-6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;


	}
/* -- Lists -- */
#maincol ul {
	margin:12px 0 12px 20px;
	}
#maincol ul li {
	list-style-image:url(../grafx/bulletDi.gif);
	margin:12px 0;
	}
#maincol ul.condensed li {
	margin:0 0 6px 0;
	}
#maincol ul.condensed ul {
	margin-top:6px;
	}