body{
background: white;
font-size: 12pt;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #66037f;
}
a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #66037f;
}

h1 { 
	margin:0.5em 0.5em;
	font-size: 1.5em;
	color: #000000;
	text-transform: uppercase; /* force text to uppercase */
}

#head{
display: none;
}

#logo{
display: none;
}

#main{
position: fixed;
z-index: -1;
top: 80px;
left: 0;
right: 0;
bottom: 80px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto; 
background: url(wall.jpg) repeat;
}

#centeredcontent {

width: 100%;
margin-left: auto; 
margin-right: auto;
}

#left280px {
float:left;
width: 280px;
text-align: left;
}

#right520px {
float:right;
width: 520px;
text-align: right;
}

#center800px {
float:left;
width: 100%;
text-align: center;
}

#foot{
display: none;
}

.inner{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#menu {
display: none;
}

#mytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 600px;
	padding: 0;
	margin: 0;
}

td {
	border-right: 1px solid #553a2e;
	border-bottom: 1px solid #553a2e;
	background: #777777;
	padding: 2px 2px 2px 12px;
	color: #cccccc;
}

td.alt {
	background: #d5e8fb;
	color: #cccccc;
}

td.header {
	font-weight: bold;
	color: #fff;
	background: #595959;
}

td.month {
	font-weight: bold;

	color: #cccccc;
}

