body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 5% 0 5%;
/*	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
*/
}
#mainTable {
	margin: 0 auto;
	border:1px solid #000000;
	/*/*/ line-height: 1em; /* */
}

#mainTable td {
	padding:20px; /*Pads each table cel in modern browsedrs*/
}

#maincontent {
	border-left:1px dotted #333;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
	/*/*/ line-height: 1em; /* */	
}

#sidebar {
	/*width:50px;*/
	/*width: 20%;*/
	font-size:12px;
	vertical-align:top;
	/*/*/font-size:85%; /* */
	background-color:#B5C2E3;
}

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 120px; /*IMPORTANT - change this if sidebar links don't fit */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #415485;
	border: 2px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#menu {
	font-size:14 px;
	/*min-width:900px;*/
	/*width:600;*/   /* <---- this was previously uncommented */
	background-color:#B5C2E3;
}

#header {
	background-color:#90A4D5;
	color:#FFFFFF;
}

#footer {
	background-color:#90A4D5;
	color:#FFFFFF;
	font-size:10px;
}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
