body
{
	background-image:url('pictures/background.jpg');
}

table
{
	border:0;
	width:100%;
	max-width:1024;
}
td
{
	padding:5px;
}


h1
{
	font-family:"Times New Roman";
	font-weight:normal;
	color:black;
	text-align:center;
}
h2
{
	font-family:"Times New Roman";
	font-weight:normal;
	color:black;
	text-align:left;
}
h3
{
	font-family:"Times New Roman";
	font-weight:bold;
	color:black;
	text-align:left;
	margin-bottom: 0.1em;
}
h4
{
	font-family:"Times New Roman";
	font-weight:normal;
	color:black;
	text-align:center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
p
{
	font-family:"Times New Roman";
	font-weight:normal;
}
p.close
{
	font-family:"Times New Roman";
	font-weight:normal;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

a
{
	font-family:"Times New Roman";
	font-weight:normal;
	color:blue;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}


img.imgcenter 
{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


#sidebar
{
vertical-align:top;
width:10%;
}
#sidebar ul
{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#mainbody
{
vertical-align:top;
width:90%;
}
#mainbody li
{
	float: left;
    margin-right: 2em;
    list-style-type: none;
}
