/*Two columns */
.twoColumns #rightNav {
	display: none;
}

.twoColumn #leftNav {
	display: none;
}

.twoColumn #footer ul {
	display: none;
}

.twoColumn #content {
	margin-right: 60px;
}

.twoColumn #content ul {
	margin-left: 40px;
}

.twoColumn #content ul li {
	list-style-type: disc; 
	padding: 0;
}

.twoColumn .linkOnLi {
	margin-left: 10px;
}

.twoColumn #header ul, form, .backToTop {
	display: none;
}

.twoColumn p.date {
	display: none;
}

.twoColumn p.contact {
	display: inline;
	float: right;
}

.twoColumn span {
	color: #FF0000;
	padding: 5px;
}

.twoColumn #breadCrumb ul {
	margin-top:130px;
}

table.generalTable {
	margin-left: 420px
}

/*threeColumns*/
#rightNav{
	display: none;
}

#rightNav ul li {
	margin-bottom: 5px;
}

#leftNav {
	display: none;
}

#footer ul {
	display: none;
}

#content {
	margin-right: 60px;
}

#content ul li {
	list-style-type: disc; 
	padding: 0;
}

.linkOnLi {
	margin-left: 10px;
}

#header ul, form, .backToTop {
	display: none;
}

#headerImg {
	position: absolute;
	top:0;
	left:0;
}

p.date {
	display: none;
}

p.contact {
	display: inline;
	float: right;
}

span {
	color: #FF0000;
	padding: 5px;
}

 #breadCrumb ul {
	margin-top:130px;
}

.image {
	margin-left: 0;
}
