/* CSS Document */

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
body {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat-x;
}

li {
	line-height: 20px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: -20px;
}

a:link {
	color: #B31D29;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #B31D29;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FE0000;
}

a.link_underline:link {
	color: #B31D29;
	text-decoration: underline;
	font-weight: bold;
}
a.link_underline:visited {
	text-decoration: underline;
	color: #B31D29;
	font-weight: bold;
}



a.mainmenu:link {
//*	color: #660000;*//
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 4px;
}
a.mainmenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	text-transform: uppercase;
}
a.mainmenu:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
a.mainmenu:active {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

a.mainmenu_white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 4px;
}
a.mainmenu_white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.mainmenu_white:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
a.mainmenu_white:active {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
h1 {
	font-size: 22px;
	font-weight: lighter;
	line-height: 26px;
}
.h1 {
	font-size: 22px;
	font-weight: lighter;
	line-height: 26px;
}


.h2 a {
	color: #B31D29;
	text-decoration: none;
	font-weight: lighter;
}

.h2 a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: lighter;
}

.h2 {
	font-size: 18px;
	font-weight: lighter;
}
.h3 {
	font-size: 14px;
	font-weight: lighter;
}

a.black_bold_link:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.black_bold_link:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.black_bold_link:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.black_bold_link:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}




a.black_link:link {
	color: #00A700;
	font-weight: lighter;
	text-decoration: none;
}
a.black_link:visited {
	color: #00A700;
	font-weight: lighter;
	text-decoration: none;
}
a.black_link:hover {
	color: #00A700;
	font-weight: lighter;
	text-decoration: underline;
}
a.black_link:active {
	color: #00A700;
	font-weight: lighter;
	text-decoration: none;}

.rule {
	color: #CCCCCC;
}

.bold_black_caps {
	margin-top: 24px!important;
	font-weight: 700;
	font-variant: small-caps;
	font-size: 14px;
}

div.container {
	overflow: hidden;
	width: 100%;
}

div.table-container {
	background-color: #FFFFFF;
	width: 100%;
}
div.spacer {
	clear: both;
	line-height: 1px;
  }
div.table_cell {
	float: left;
	padding-left: 10px;
}

div.left {
	float: left;
}

div.right {
	float: right;
	text-align: right;
	vertical-align: bottom;
}
div.bg {
	background-color:#D8D896;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
}

#header { 
	position: relative;
	height: 210px;
	background-image: url(images/core/header_background_tall.gif);
	background-repeat: repeat-x;
}
#header-people {
	position: absolute;
	left: 30px;
	bottom: -92px;;
}
#header-words {
	float: right;
	padding-right: 10px;
}
#search-box {
	
	z-index: 10;

}
#footer {
	text-align: center;
}
.margin_right_12 {
	padding-right: 12px;
}

#center_column_index {
	min-width: 420px;
	position: absolute;
	top: 220px;
	right: 200px;
	left: 211px;
	z-index:2;
}

#center_column {
	min-width: 420px;
	position: absolute;
	top: 220px;
	right: 5px;
	left: 211px;
	z-index:2;
}

#right_column {
	position:absolute;
	top: 188px;
	width:185px;
	height:94px;
	z-index:0;
	padding-left: 10px;
	right: 2px;
	padding-right: 5px;
}

#left_column_index {
	position:absolute;
	top:230px;
	width:200px;
	height:400px;
	z-index:1;
	line-height: 14px;
	left: 17px;
}
#left_column_index p {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 15px;
}

#left_column {
	position:absolute;
	top:230px;
	width:200px;
	height:400px;
	z-index:1;
	line-height: 14px;
	left: 17px;
}


#left_column p {
	margin-top: 6px;
	margin-bottom: 6px;
}

#headercontent {
	position: absolute;
	top: 50px;
	height: 50px;
	width: 100%;
	min-width: 870px;
}

#mmenu {
	position:absolute;
	top:191px;
	z-index:3;
	min-width: 860px;
	left: 10px;
	right: 10px;
}
.archive_background {
	background-color: #F5F5F5;
	background-image: url(images/core/archive_background.gif);
	background-repeat: repeat-x;
}
.notbold {
	font-weight: normal;
}
.callout {
	border-style:solid
	border: 1px #B3B341;
	margin: 10px;
	color: #B3B341;
	background-color:#B3B341;
}
.callout_left {	border-style:solid
	border: 1px #B3B341;
	margin: 10px 10px 10px 0px;
	color: #B3B341;
	background-color:#B3B341;
	float: left;
}
.callout_left_white {
	border: 1px #B3B341;
	margin: 10px 10px 10px 0px;
	float: left;
}
.callout_right {border-style:solid
	border: 1px #B3B341;
	margin: 10px 0px 10px 10px;
	float: right;
}
div.aside-right {
	padding: 5px 10px 5px 10px;
	float: right;
	width: 195px;
	background-color:#B3B341;
	margin-left: 5px;
	border: solid #996600 1px;
}
div.aside-left-white {
	padding: 5px 10px 5px 10px;
	float: left;
	width: 175px;
	margin-right: 5px;
}
div.aside-right-grey {
	padding: 5px 10px 5px 10px;
	float: right;
	width: 195px;
	background-color:#CCCCCC;
	margin-left: 5px;
}
div.aside-right-white {
	padding: 5px 10px 5px 10px;
	float: right;
	width: 175px;
	margin-left: 5px;
}

div.aside-right-lightblue {
	padding: 5px 10px 5px 10px;
	float: right;
	width: 195px;
	background-color:#9EC0C7;
	margin-left: 5px;
	border: solid #996600 1px;
}

div.aside-right-palegreen {
	padding: 5px 10px 5px 10px;
	float: right;
	width: 195px;
	background-color:#D8D8B0;
	margin-left: 5px;
	border: solid #996600 1px;
}
div.aside-right-coffee {
	padding: 5px 10px 5px 10px;
	float: right;
	width: 195px;
	background-color:#BA9875;
	margin-left: 5px;
	border: solid #996600 1px;
}
div.aside-left {
	padding: 5px 10px 5px 10px;
	float: left;
	width: 175px;
	background-color:#B3B341;
	margin-right: 8px;
}
div.textbox {
	padding: 10px;
	width: 97%;
	background-color: #CCCCCC;
}
div.textbox-palegreen {
	padding: 10px;
	width: 97%;
	background-color: #D8D8B0;
}
div.textbox-coffee {
	padding: 10px;
	width: 60%;
	background-color: #BA9875;
	margin: auto;
}
div.textbox-orange {
	padding: 10px;
	width: 97%;
	background-color: #CC9900;
}
div.textbox-black {
	padding: 10px;
	width: 97%;
	background-color: #000000;
}
.textbox-black a:link {
	color: #FFFF00;
	text-decoration: underline;
}
.textbox-black a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
.textbox-black a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.textbox-black a:active {
	color: #FFFF00;
	text-decoration: none;
}
.CAPS {
	text-transform: uppercase;
}
.sub-title-green {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #339900;
}
.superscript {
	vertical-align: super;
	font-size: 70%;
}
.centered {
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 10px;
	margin-top: 337px;
	margin-bottom: -15px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 10px;
	line-height: 13px;
}
