/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: #FF0000;
}

a.mainmenu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 4px;
}
a.mainmenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	color: #660000;
	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;
}


.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:active {
	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;
}

.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.left {
	float: left;
}

div.right {
	float: right;
	text-align: right;
	vertical-align: bottom;
	padding-top: 4px;
}

#header {
	height: 200px;
	background-image: url(images/core/header_background.gif);
	background-repeat: repeat-x;
}

#footer {
	text-align: center;
}
.margin_right_12 {
	padding-right: 12px;
}

#center_column {
	min-width: 420px;
	position: absolute;
	top: 155px;
	right: 5px;
	left: 211px;
}

#left_column {
	position:absolute;
	top:144px;
	width:200px;
	height:400px;
	z-index:1;
	line-height: 14px;
	left: 17px;
}
#headercontent {
	position: absolute;
	top: 34px;
	height: 50px;
	width: 100%;
	min-width: 870px;
}

#mmenu {
	position:absolute;
	top:128px;
	z-index:8;
	min-width: 860px;
	left: 10px;
	right: 10px;
}
.green{
	color: #667700;
}
.image_spacer {
	margin: 10px;
}
div.spacer {
	clear: both;
	line-height: 1px;
  }
.image_right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}