body {
	margin: 0px;
	font: 12px arial, helvetica, sans-serif;
}

/*-- header --*/
#header {
	position: relative;
	width: 100%;
	background: URL(images/headerBG.gif) no-repeat;
	height: 115px;
}
#header #nav{
	position: absolute;
	top: 60px;
	left: 10px;
}
#header #nav a, #header #nav div{
	float: left;
	text-decoration: none;
}
#header #lButton {
	width: 13px;
	height: 31px;
	background: url(images/hButtonBGL.jpg) no-repeat;
}
#header #rButton {
	width: 13px;
	height: 31px;
	background: url(images/hButtonBGR.jpg) no-repeat;
}
#header a {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 5px 0px 10px 0px;
	background: url(images/hButtonBGC.jpg) repeat-x;
}
#header input, #header select {
	background: #fc0;
	font-size: 11px;
}
#search {
	position: absolute;
	top: 20px;
	right: 10px;
}

/*-- page --*/
#content {
	width: 784px;
	margin: 0px auto;
}

#sideMenu {
	width: 200px;
	float: left;
}
#center {
	width: 584px;
	float: left;
	height: 400px;
	overflow: visible;

}
html>body>#content>#center {
	height: auto;
	min-height: 400px;
	overflow: visible;
}
a {
	color: #550;
}
.white a {
	color: #fff;
	font-weight: bold;
}

/*--  misc --*/


.red {
	color: #c00;
}
.white {
	color: #fff;
}
.smallTitle {
	font-weight: bold;
	font-size: 13px;
}
.heading2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.small, small {
	font-size: 10px;
}
.glossaryAlpha {
	border: 1px solid #ccc;
	background: #EFF1BE;
	text-align: center;

	padding: 3px;
}
.glossaryAlpha div {
	letter-spacing: -1px;
}
#glossarySideMenu {
	float: left;
	width: 180px;
	padding: 3px 20px 3px 3px;
}
#glossarySideMenu ul {
	list-style: circle;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#hClear {
	clear: both;
}
#footer {
	border-top: 3px solid #969A05;
	border-bottom: 1px solid #969A05;
	padding: 5px 0px;
	text-align: center;
	width: 100%;
}
/*-- article side menu --*/
#articleHeader {
	padding: 3px;
	border: 1px solid #440;
	margin: 0px 10px 0px 3px;
	font-weight: bold;
	font-size: 13px;
	color: #440;
	text-align: center;
}
#articleCat {
	margin-bottom: 10px;
	padding: 3px 10px 3px 3px;

}
#articleCat strong {
	display: block;
	color: #fff;
	padding: 3px 3px 3px 19px;
	background: #990 url(images/downArrow.gif) no-repeat 3px ;
}
#articleCat a {
	display: block;
	padding: 0px 0px 1px 5px;
}


/*-- warnings /errors --*/
.error {
	border: 1px solid #c00;
	color: #c00;
	background: #fff;
	font-style: italic;
}
#errorHeader {
	border: 1px solid #900;
	color: #fff;
	font-weight: bold;
	padding: 5px 3px 5px 28px;
	
	background: #c00 URL(images/cautionRBG.gif) no-repeat 3px 3px;
}

/*-- resource --*/
#resourceHeader {
	margin: 0px 10px 0px 3px;
	border: 1px solid #cc9;
	background: #EAEACE;
	padding: 3px;
	color: #330;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#resourceCats {
	margin: 0px 10px 0px 3px;
	padding: 3px 3px 3px 16px;
	background: #EAEACE url(images/redDoubleArrowDown.gif) no-repeat 5px;
	border: 1px solid #cc9;
	color: #330;
	font-weight: bold;
}
#resourceLink {
	display: block;
	margin: 0px 10px 0px 3px;
	padding: 1px 3px 1px 8px;
	color: fc0;
}
#resourceSubmit a {
	font-weight: bold;
	color: #c00;
	display: block;
	padding: 3px;
	margin: 0px 10px 0px 3px;
	border: #cc9 1px solid;
	text-align: center;
}
#resourceSubmit a:hover {
	color: #fff;
	background: #663;
}
.header {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 24px;
}
.bold {
	font-weight: bold;
}
.affLinks {
	font-size: 12px;
}
.affLinks a {
	font-weight: bold;
	font-size: 13px;
	color: #00c;
}