﻿body {
	color : #000000;
	background-color : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}
a {
	text-decoration : underline;
	color : #0000ff;
}
/* 2 Column (left menu) settings */
.leftmenu .colleft {
	right:0;/* 			right column width */
}
.leftmenu .col1 {
	width:100%;			/* right column content width */
	left:0;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:0%;			/* left column content width (column width minus left and right padding) */
	left:0;			/* (right column left and right padding) plus (left column left padding) */
}
#homepage.leftmenu .col1 {
	width:100%;			/* right column content width */
	left:0;			/* 100% plus left column left padding */
}
#homepage.leftmenu .col2 {
	width:0;			/* left column content width (column width minus left and right padding) */
	left:0%;			/* (right column left and right padding) plus (left column left padding) */
}
.leftmenu .col2, #header .bodycopy, #header form {
	display: none;
}
