* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #342c23;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/cbs_07.jpg);
	background-repeat: repeat-y;
}
#header {
	color: #333;
	width: 100%;
	float: left;
	padding: 0px;
	height: auto;
	margin: 0px;
	background-image: url(images/bgHeader.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#leftcolumn {
	color: #000;
	margin: 0px 5px 0px 30px;
	padding: 10px;
	height: auto;
	width: 320px;
	float: left;
	
	
}
#leftcolumn a {
color:#717F5F;
text-decoration: none;
}
#leftcolumn a:hover{
color:#000;
text-decoration: underline;
}
#content {
	float: left;
	color: #342C23;
	margin: 0px 5px 0px 0px;
	padding: 10px;
	height: auto;
	width: 535px;
	display: inline;
}
#content-main {
    float: left;
    color: #342C23;
    margin: 0px 5px 0px 0px;
    padding: 10px;
    height: auto;
    width: 605px;
    display: inline;
}
#page {
float: center;	
color: #342C23;
	padding: 20px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

#rightcolumn {
	color: #FFFFFF;
	background: #8F866B;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 250px;
	float: left;
	border: 1px solid #000000;
}
#rightcolumn a {
color:#E9E9E7;
}
#footer {
	width: 100%;
	clear: both;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #342C23;
}

div#navcontainer
{

    background-color: #81916D; 
    width: 960px;
	
}

div#navcontainer ul
{
font-family: verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 6px;
padding-top: 6px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
	padding: 6px 15px;
	color: white;
	text-decoration: none;
	border-right: 1px dotted #B9BAAB;
}

div#navcontainer ul li a:hover
{
background-color: #b49870;
color: white;
}

#active a { border-left: 1px dotted #B9BAAB; }

a {
color: #717F5F;
font-weight: bold;
}
a:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}

hr{
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
}

ol, ul {padding-left: 30px;
padding-top: 5px; }

.border {
border: 1px solid #cccccc;
}
.borderWhite {
	border: 1px solid #666666;
}
.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}
.error {
color: #BF3B3B;
font-weight: bold;
}

.green {
color: #81916D;
}

.featureRed
{
	margin: 0px;
	padding: 6px;
	list-style: none;
    background: #660000 url("images/feature_gradient_red.jpg") repeat-x right top;
    color: #ffffff;
	text-align: center;
}
#borderRed {
background: #E9E9E7; margin: 0; padding: 0em; border: solid 1px #660000;
color: #000;
}
#borderRed a {
color: #717F5F;
font-weight: bold;
}
#borderRed a:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.featureBlue
{
	margin: 0px;
	padding: 6px;
	list-style: none;
    background: #333399 url("images/feature_gradient_lightblue.jpg") repeat-x right top;
    color: #ffffff;

	text-align: center;
}

.borderBlue {
background: #f9f9f9; margin: 0; padding: 0em; border: solid 1px #648882; 
}

.featureYellow
{
	margin: 0px;
	padding: 6px;
	list-style: none;
    background: #333399 url("images/feature_gradient_drkgld.jpg") repeat-x right top;
    color: #ffffff;
	text-align: center;
}
#borderYellow {
 margin: 0; padding: 0em; border: solid 1px #000000; }

#borderYellow a {
color: #ffffff;
font-weight: bold;
}
#borderYellow a:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}
h1 {
font-size: 16px;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 12px;
}

#slideshow {
    position:relative;
    height:260px;
    top:33px;
    left:25px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}