body {
	font-family: Arial, Helvetica, sans-serif;
	background:#CFCAC9;
}

.content-cell{
/*	display: block; */
	background:#FFFFFF;
	padding:10px;
}

.sidenav-column{
/*    display: block; */
	background: #ACC218;
}

h1{
	color: #ffffff;
	padding-left:10px;
	margin:0px;
	font-size:24px;
	font-weight:400;
}


h2{
	color: #323433;
	font-weight: 700;
	font-size: 15px;
}

p{
	font-size: 14px;
	padding-right: 10px;
}

ul{ padding:0px;
    margin:0px;
	margin-left:16px;
	margin-right:10px;
}

li{
	font-size: 13px;
	list-style-position: outside;
	list-style-image: url(site-images/bullet-point.gif);

}

a:link, a:visited{
	text-decoration:none;
	color: #323433;
	font-weight:bold;
}

a:hover{
	text-decoration:none;
	color: #849512;
	font-weight:bold;
}

strong{
	color: #323433;
	font-weight:bold;
}

.style1 {
	color: #849512;
}

.image-cell{
	background:url(site-images/picture-bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	border-bottom: 1px solid #CFCAC9;
	border-right: 1px solid #CFCAC9;
}

.text-cell{
	background:url(site-images/left-bg.gif);
	background-position:left;
	background-repeat:repeat-y;
/*	border-bottom: 1px solid #CFCAC9;*/
}

.sidenav-button a,.sidenav-button a:visited{
	display: block;
	font-size: 13px;
	color: #2F3130;
	text-decoration:none;
	font-weight: bolder;
	
	background:url(site-images/button.gif);
	background-repeat:no-repeat;
	background-position:left;

	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 6px;
}

.sidenav-button a:hover{
	display: block;
	font-size: 13px;
	color: #FFF;
	text-decoration:none;
	font-weight: bolder;

	background:url(site-images/button.gif);
	background-repeat:no-repeat;
	background-position:left;

	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 6px;
}

.v-dark-cell{
	/*display: block;*/
	background: #847B72;
}


.heading-cell{
	background-color:#fff;
	background-image:url(site-images/heading-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.dark-cell{
/*	display: block; 
	background: #9C9390;*/
}

.light-cell{
/*	display: block; 
	background: #acc11e;*/
}

.masthead-boxout{
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	width: 205px;
	text-align:left;
	font-size: 14px;
	text-align:center;
	padding: 5px;
	font-weight: bold;
}

.masthead-boxout a, .masthead-boxout a:link, .masthead-boxout a:hover, .masthead-boxout a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
