body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.blog {
	width:589px;
}
.contentpaneopen {
	width:100%;
}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:619px; margin:0px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:619px; height:400px; padding:0px; border:0px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:619px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:619px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:400px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:400px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:569px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
table {
border-collapse:collapse;
cellspacing:0;
border:0;
padding:0;
margin:0;
}
A
{
    color: #000;
}
A:hover
{
    color: #F00;
}

#kppmenubar {
	width: 810px;
	text-align: left;
	background: #2b2b2b;
	color: #FFFFFF;
	list-style-type:none;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 90px;
	height: 20px;
}

ul.kppmenu {list-style:none; margin:0; padding:0;}
ul.kppmenu * {margin:0; padding:0;}
ul.kppmenu a {display:block; color:#fff; text-decoration:none;}
ul.kppmenu a:hover {color:#000;}
ul.kppmenu li {position:relative; float:left; margin-right:0px; z-index:250;}
ul.kppmenu ul {position:absolute; top:24px; left:0; background:#2b2b2b; display:none; opacity:0; list-style:none; z-index:249;}
ul.kppmenu ul li {position:relative; border:1px solid #fff; border-top:none; width:170px; margin:0; z-index:250;}
ul.kppmenu ul li a {display:block; padding:5px 15px 5px 15px; background-color:#2b2b2b;}
ul.kppmenu ul li a:hover {background-color:#d1d1d1;}
ul.kppmenu ul ul {left:170px; top:0px;}
ul.kppmenu .menulink {border-right: 1px solid #fff; padding:3px 15px 3px 15px; background:#2b2b2b; font-size: 15px; font-weight: 500; height: 19px;}
ul.kppmenu .submenulink {border-top: 1px solid #fff; padding:5px 15px 5px 15px; background:#2b2b2b; font-size: 12px;}
ul.kppmenu .menulink:hover, ul.cotmenu .menuhover {background:#d1d1d1;}
ul.kppmenu .sub {background:#2b2b2b; font-size:12px;}
ul.kppmenu .topline {border-top:1px solid #fff;}

#container { 
	width: 900px;
	margin: 5px auto 5px auto;
	text-align: left;
	background-image:url(images/background.gif);
	overflow:hidden; 
} 
#header { 
	width: 900px;
	margin: 10px auto 0 auto;
	border: 0px solid #000000;
	text-align: left;
	background: #DDDDDD;
} 
#header p {
	margin: 0;
	padding: 10px 0;
}
#kppsidebar {
	float: right;
	width: 271px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#fff;
}
#kppsidebar-bkg {
	float: right;
	width: 271px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#ececec;
}
#kppmaincontent { 
	width: 619px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	background: #ffffff;
	overflow:hidden; 
} 
#kppmainhomecontent { 
	width: 619px;
	margin: 0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	background: #FFFFFF;
	overflow:hidden; 
} 
#kppmainhomecontentarticles { 
	float: left;
	width: 589px;
	margin: 0px 0px 0px 0px;
	padding:20px 10px 20px 10px;
	background: #FFFFFF;
} 
#footer { 
	width: 900px;
	background:#aaaaaa;
	margin: 0px auto 10px auto;
} 
#footer p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 5px;
    font-size: 5px;
    line-height: 5px;
}

.sidebox-blue {
	width: 251px;
	border: solid #000 0px;
	background: #82badb;
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
}

.sidebox-gray {
	width: 251px;
	border: solid #000 0px;
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	background-color:#ececec;
}

.sidebox-title {
	font-size: 14px;
	margin-bottom: 1px;
	font-weight: bold;
}

.sidebox-text {
	font-size: 11px;
	color: #353535;
}
.sidebox-gray-text {
	font-size: 10px;
	color: #353535;
}
.contentheading {
	font-size: 16px;
	margin-bottom: 1px;
	font-weight: bold;
}
.componentheading {
	font-size: 16px;
	margin-bottom: 1px;
	font-weight: bold;
}

.article_column {
	padding-right:10px;
	font-size: 12px;
}

#imgspacer {
	height: 5px;
}

#highlight {
	color: #FF0;
}

.highlight-red {
	color: #a72323;
}
#breadcrumbs {
	font-size: 9px;
}

.txt-title {
	font-size: large;
	font-weight: bold;
}
.txt-author {
	font-size: 100%;
	font-style: italic;
}
.txt-subtitle {
	font-size: 100%;
	font-weight: bold;
	color: #a72323;
}
table.contentpane table tr td {
	padding: 5px;
}
