/* Layout */

body,
html {
	margin:0;
	padding:0;
	background: url(Images/blspeck.jpg);
}
body {
    min-width:950px;
    }
#container {
	background: #B0C8A6;
	margin:0 auto;
	width:950px;
}
#header {
	background: #B0C8A6;
	width: 950px;
}
#sidebar {
	background: #B0C8A6;
	float: left;
	width: 210px;
	padding: 5px;
}
#main {
    background: url(Images/vellumBackground.jpg);
    float: right;
    width: 720px;
	padding: 5px;
}
#contents {
  background: url(Images/vellumBackground.jpg);
  float: left;
    width: 710px;
}
#footer {
	background: #B0C8A6;
	clear: both;

}
#footer p {
    padding:2px;
    margin:0;
	text-align: center;
		font-size: xx-small;
	color : #a0b896;
    }
/* Text, fonts, links, etc */
p.datetime {
	font-size: small;
	line-height: 0pt;
}
p.footer {
	font-size: small;
	line-height:10pt;
}
h3 {
	line-height: 0pt;
}
ul.sidebar {
	list-style-image : none;
	list-style : none;
	font : normal normal normal larger/20pt Georgia;
}
TD.tableheader {
	color : #FFFFFF;
	background-color : #0033CC;
}
TD.tablerow {
	color : #000000;
}
TD.tablealtrow {
	color : #000000;
	background-color : #FFFFFF;
}