* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}





ol  {
	font-size:120%;

}

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }



#page-wrap {
	min-width:600px;
	max-width:1260px;
	margin:0px auto;
	width:expression(document.body.clientWidth < 782? "600px" :document.body.clientWidth > 1262? "1260px" :"auto");
	}
	#page-wrap #inside {
		margin:20px 35px 0px 35px;
		padding-top:10px 0px 10px 0px;
		border:1px solid;
	}
	
#main-content {
	background:#87cefa;
	padding:1px 10px 5px 250px;
}
#left-sidebar {
	width:27%;
	float:left;
	padding:100px 0px 0px 20px;
	}
#menu {
	white-space:nowrap;
	text-align:left;
	text-indent:1%;
	font-size:100%;
	font-weight:normal;
	margin-bottom:5px;
	padding:2px 0px 2px 2px;
}
#menu a {
	color:blue;
	text-decoration:underline;
}
#menu a:hover {
	color:grey;
}

#footer {
	font-size:16;
	text-align:center;
	padding:10px 0px;
}
#footer a:hover {
	color:#000;
}
a {
	text-decoration:none;
	color:#009;
}

#twentyfour{
	font-size:120%;
   	font-style:italic;
	width:90%;
}



a:hover {
	color:grey;
}
h2 {
	color:black;
}
h3 {
	margin-bottom:0px;
}
table {
	float:center;
	border-spacing:2px;
	border-style:3;
	rules:none;
	frame:box;
}
table th {
	border-style:1;
	padding:10px;
	text-align:left;
	backgroundcolor:white;
}
table td {
	border-style:none;
	padding:10px;
}
table.borders {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.borders th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.borders td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
