html, body {
	height: 100%;
}

a {
	color: #023883;
	text-decoration: none;
}
a:visited {
	color: #023883;
}
a:hover {
	color: #023883;
	text-decoration: underline;
}
a:active {
	color: #023883;
}

a.link {color: #023883; text-decoration: none; }
a.link:link {color: #023883; text-decoration: none; }
a.link:visited {color: #023883; text-decoration: none;}
a.link:hover {color: #023883; text-decoration: underline;}
a.link:active {color: #023883; text-decoration: underline;}

.category_tab_static {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
	cursor: hand;
	cursor: pointer;
}

.category_tab_hilite {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
}

.contentbox{
}
.article_image_column a,
.contentbox a {
	text-decoration: none !important;
}
.article_image_column a:hover,
.contentbox a:hover {
	text-decoration: underline !important;
}

.article_headline {
	font-size: 20px; font-weight: bold;
}

body {
	font-size: 12px;
	color: #000000;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#right_column {
	float: left; width: 300px; margin-left: 6px;
	padding-top: 12px;
}

.image_gallery_cont {
	margin: 3em 0;
}
.image_gallery_scroll {
	white-space: nowrap;
	overflow: hidden;
	position: relative; 
	background: #ffffff;
}
.image_thumb {
	max-height: 100px;
	_height: 100px;
	border: 0;
	vertical-align: middle;
}

#left_column {
	width: 632px; overflow: hidden; float: left;
	background: #ECFAD1;
}
.ie6 #left_column {
	width: 675px;
}

.image_thumb_cont {
	padding: 5px;
	border: 1px solid #bababa;
	display: inline-block;
	width: 130px;
	text-align: center;
	height: 100px;
	margin-right: 5px;
  overflow: hidden;
  vertical-align: top;
}
.ff2 .image_thumb_cont {
	display: -moz-inline-stack;
}
.image_thumb_cont:hover {
	background: #D1E6F5;
}

#content_wrap {
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	background: #D1E6F5;
}

#floatBox {
	position:absolute; display:none;z-index: 2000; width:350px; height:auto; overflow: hidden; background: #FFCB72; font-size: 10pt; font-style: normal; font-weight: normal; padding: 3px;  margin: 0 0 0 5px; border:solid 1px #CD7C17;
}

.list_inline li {
	float: left;
	display: inline-block; /* FF3 */
}
.list_inline li a {
	display: block;
}

.nc_area .logo .L {
	float: left;
	padding: 25px 0 0 13px;
}
.nc_area .logo ul {
	padding: 6px 0 0;
}
.nc_area .logo li {
	border-right: 1px solid #bababa;
	padding: 0 4px 0 0;
	margin: 0 4px 0 0;
}
.nc_area .logo .R {
	float: right;
	padding: 5px;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -180px;
}
.ie6 #wrapper {
	height: 100%;
}
#footer,
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border-right: 1px solid #bababa;
	border-left: 1px solid #bababa;
}

.gallery-ar-left {
	height: 112px;
	cursor: pointer;
	background: url(img/gallery-ar-left.gif) no-repeat 0 40px;
	float: left;
	width: 17px;
	margin-right: 3px;
}
.gallery-ar-left:hover,
.gallery-ar-right:hover {
	// background-color: #d0ecff;
	background-color: #FF7B05;
}
.gallery-ar-right {
	height: 112px;
	cursor: pointer;
	background: url(img/gallery-ar-right.gif) no-repeat 0 40px;
	float: right;
	width: 17px;
	margin-left: 3px;
}

