/*home page classes */
@import url(/css/navStyle.css);
@import url(/css/contentStyle.css);
@import url(/css/wikiStyle.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;
padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* global tag classes */
html { background:#fff url(/images/bgBar.gif) top left repeat-x}

body {
	min-height: 100%;
	font: 62.5%/1.5 "Verdana", Arial, sans-serif;
	color:#666;
	width:96em;
	margin:0 auto;
	padding:0 10px;
}

h1, h2, h3, h4, h5 {
	color:#000;
	font:normal 1.2em/1.2 "Georgia", Times, serif;
	margin:1em 0 0.25em 0;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; font-style:italic;}
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.0em; }
p { margin:1em 0; }

a, a:link {
	color: #527F0F;
	text-decoration:none;
	border-bottom:1px dotted #a3c07b;
}

a:visited { color:#636F93; border-bottom:1px dotted #BCC1D1; }
a:active { color: #C1840A; }
a:hover { border-bottom:1px solid; }
form { margin: 0; }

.hdiv {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	display: none;
}

#header {
	height: 136px;
	position:relative;
}

#header img {
	position:absolute;
	top:41px;
	left:0px;
	z-index:5;
}

#main1 {
	clear: both;
	position:relative;
}

.sidebarSI, .contentSI { position:absolute; top:0; }
.contentSI { width:50em; }
.sidebarSI { width:28.5em; left:51.4em; }

#sidebar, #content { font-size:1.2em; border-top:1px solid #fff; }

#footer {
	margin:20px 0;
	padding:10px 0;
	border-top: solid #e4e5e9 1px;
	font-size:1.1em;
	position:relative;
	line-height:1.6;
}

* html #footer { margin-bottom:40px; }

#footer #footerCopy {
	position:absolute;
	top:0;
	padding-bottom:20px;
}

#footer #footerLinks {
	position:absolute;
	top:0;
	left:240px;
	font-family:Georgia, Times, serif;
	line-height:1.8;
}

.callToAction span {vertical-align: 150%;}

.chicklet {
	margin:10px 0 25px 0;
	clear:left;
}

.chicklet h3 {
	border-bottom: 1px solid #e4e5e9;
	font-size: 1.4em;
	margin-top:0;
	color:#000;
	position:relative;
}

.chicklet li h4, .chicklet li { font:1em/1.4 "Verdana", Arial, sans-serif; }
.chicklet li h4 { font:1em/1.5 "Georgia", Times, serif; }
.chicklet li p {
	margin-top:0;
	font-size:0.9em;
	line-height:1.5;
}

.chicklet li b { font-weight:normal; }

.chicklet ul.artCats, #dirCol {
	-moz-column-count:2;
	-webkit-column-count:2;
}

.globalErrorMessage {
	background-color: #FFE25F;
	padding: 10px;
	margin: 10px 50px 10px 10px;
	border: solid #EFA848 1px;
	font-size: 1.8em;
}

/* general format classes */
.bold { font-weight: bold; }
.noBold { font-weight:normal; }
.italic { font-style:italic; }
.noItalic { font-style:normal; }
.bottomSpace { margin-bottom: 10px;}
.noTopSpace { margin-top: 0;}
.underline { text-decoration: underline;}
.leftJustify { text-align: left;}
.clearer { clear:both; }
.clear_children,.cc_tallest { position: relative; }
.cc_tallest:after { content: ''; }