/* Set element style defaults so that they are consistent across browsers */
html, body, p, div, ul, ol, li, dl, dd, dt, menu, dir, blockquote, h1, h2, h3, h4, h5, h6, address, table, tr, td, form, pre, fieldset { margin: 0px; padding: 0px; font-weight: normal; font-size: 1em; text-indent: 0px; font-style: normal; }
img { margin: 0px; padding: 0px; border-width: 0px; }
abbr, acronym { border-width: 0px; }
a img
{
	border-width: 0px;
}
a
{
	color: inherit;
	text-decoration: inherit;
}
#middle-column li
{
	margin-left: 30px;
}
#middle-column p
{
	margin-top: 1em;
	margin-bottom: 1em;
}
#header .left, #footer .left
{
	float: left;
}
#header .right, #footer .right
{
	float: right;
}
#navigation li
{
	display: inline;
}

/* Set up the default layout */
html
{
	background-color: rgb(255, 255, 255);
}
body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
}
#columns
{
	border-left: 150px solid rgb(255, 255, 255);
	border-right: 150px solid rgb(255, 255, 255);
	position: relative;
}
#middle-column
{
	min-height: 400px;
}
#left-column
{
	position: absolute;
	top: 0px;
	left: -150px;
	width: 150px;
}
#right-column
{
	position: absolute;
	top: 0px;
	right: -150px;
	width: 150px;
}
.col-M #left-column, .col-MX #left-column, .col-M #right-column, .col-SM #right-column {display: none;}
.col-SM #columns, .col-M #columns {border-right-width: 0px; margin-right: 0px;}
.col-MX #columns, .col-M #columns {border-left-width: 0px; margin-left: 0px;}


/*	Fix problem(s) with IE7:
	IE still does not recognize the "inherit" value for
	colors, even if version 7.
*/

a
{
	behavior:expression(function(element) {
			var myColor = element.currentStyle.color;
			var parentColor = element.parentNode.currentStyle.color;

			if (myColor == "#800080")
				element.style.color = parentColor;
			else if (myColor == "#810081")
				element.style.color = parentColor;
			else if (myColor == "#0000ff")
				element.style.color = parentColor;

			element.runtimeStyle.behavior = "none";
		}(this));
}
a:link {
	color: #999999;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.sidebarlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	border-bottom-width: 5px;
	border-right-width: 5px;
	text-align: center;
	padding-bottom: 8px;
}
.hierarchylinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 5px;
	border-right-width: 5px;
	text-align: right;
}
.nametext_head {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
}
.nametext_head_subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding-bottom: 8px;
}
.body_title_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	padding-bottom: 8px;
}
a:visited {
	color: #999999;
}
