body {
	background-color:black; /* NOT inherited before CSS2 */
	text-align:center; /* center justify left right - NOT inherited */
	color:white; /* foreground - inherited */
	font-family: verdana, arial, georgia, geneva, sans-serif; /* base font - inherited */
	font-size:1em; /* base font size - inherited */
	font-style:normal; /* normal or italic - inherited */
	font-weight:normal; /* bold bolder lighter - inherited */
}
div.header {
	background-color:black;
	width:750px; /* NOT inherited */
	height:auto; /* NOT inherited */
	margin:0px auto; /* margin outside div - NOT inherited */
	border:0px; /* IE counts/Firefox doesn't - NOT inherited */
	padding:0px; /* margin inside div - IE counts/Firefox doesn't - 2: TB,RL 3: T,RL,B 4: T,R,B,L - NOT inherited */
}
div.container {
	background-color:white;
	background-image:url(images/layout/topMenu-bkgrnd.gif); /* NOT inherited before CSS2 */
	background-repeat:repeat-x; /* NOT inherited before CSS2 */
	color:black;
	width:735px;
	height:auto;
	margin:0px;
	border:0px;
	padding:0px;
	float:right;
}
div #left {
	background-image:url(images/layout/sideMenu-bkgrnd.gif);
	background-repeat:repeat-y;
	width:135px;
	margin:0px;
	border:0px;
	padding:0px;
	float:left;
}
div.sideMenu {
	background-image:url(images/layout/sideMenu-triangle.gif);
	background-repeat:no-repeat;
	width:135px;
	min-height:400px;
	margin:0px;
	border:0px;
	padding:110px 0px 20px;
	float:left;
	text-align:left;
	font-size:12px;
}
div.sideContent {
	width:115px;
	margin:0px;
	border:0px;
	padding:50px 0px 0px;
	float:left;
	position:relative;
	left:10px;
	font-size:11px;
}
div #right {
	width:595px; /* width 600 minus 5 for safety */
	margin:0px;
	border:0px;
	padding:0px;
	float:right;
}
div.topMenu {
	background-color:white;
	background-image:url(images/layout/topMenu-bkgrnd.gif);
	background-repeat:repeat-x;
	width:595px; /* width 600 minus 5 for safety */
	height:55px;
	margin:0px;
	border:0px;
	padding:0px;
	float:right;
}
div.mainContent {
	background-color:white;
	color:black;
	width:560px; /* width 600 minus side margins 20 each */
	height:auto;
	float: right;
	display:inline; /* workaround IE double margin bug */
	margin:0px 20px 0px 0px;
	border:0px;
	padding:20px 0px;
	text-align:justify;
}
div.bottomMenu {
	color:white;
	background-color:#062785;
	width:735px;
	height:auto;
	margin:0px;
	border:0px;
	padding:5px 0px;
	float:right;
	text-align:left;
	font-size:12px;
}
div.bottomMenu a {
	color:white;
}
div.sideContent h1 {
	text-align:center;
	font-size:12px;
	margin:0px;
}
ul {
	list-style-type:disc;
}
h1 {
	text-align:center;
	font-size:1.8em;
}
table.bottomBorder td{
	text-align:left;
	border-bottom:1px solid black;
	font-size:.9em;
}
/* Navigation menu settings */
ul.menu1 {
	float:left;
	position:relative;
	margin:0px;
	border:0px;
	padding:0px;
	list-style:none;
	left:10px;
}
#nav a.menu1 {
	width:115px;
	display:block;
	line-height:17px;
	margin:0px 0px 13px;
	border:1px solid black;
	padding:0px;
	background-color:#B9B1F2;
	color:black;
	font-weight:bold;
	text-decoration:none; /* removes the link underlines */
}
#nav a.menu1:hover {
	color:white;
	background-color:#062785;
}
ul.menu2 {
	float:left;
	position:absolute;
	left:116px;
	margin:-19px 0px 0px; /*-32px for IE */
	border:0px;
	padding:0px;
	list-style:none;
	display:none;
}
#nav a.menu2 {
	width:135px;
	display:block;
	line-height:17px;
	margin:0px 0px -1px; /* prevent double border */
	border:1px solid black;
	padding:0px;
	background-color:#B9B1F2;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#nav a.menu2:hover {
	color:white;
	background-color:#062785;
}
ul.menu3 {
	float:left;
	position:absolute;
	left:136px;
	margin:-19px 0px 0px;
	border:0px;
	padding:0px;
	list-style:none;
	display:none;
}
span.padding {
	margin:0px 5px;
}
