﻿body {
	background-color:#FFFFCC;
}

strong {
	font-weight:bold;
}

#hd {
	background-image:url('header.png');
	background-position:center;
	background-repeat:no-repeat;
}
#bd {
	background-image:url('old_files/background.png');
	background-position:center;
	background-repeat:repeat-y;
}
#ft {
	background-image:url('footer.png');
	background-position:center;
	background-repeat:no-repeat;
	height:7.538em; /* 98px/13 */
	*height:7.350em; /* 98px/13.3333 for IE */
}
#custom-doc {
	width:68.230em; /* 610px/13 */
	*width:66.525em; /* 610px/13.3333 for IE*/
}





/*custom ids, classes and styles */
#columnone {
	margin-left: 4em;
}
#columntwo {
	
}
#columnthree {
	margin-right:4em;
}
.postit {
	background-image:url('posthead.png');
	padding-top:3.5em;
	background-repeat:no-repeat;
	width:19.461em /* 253px/13 */;
	*width:18.975em /* 253px/13.3333 for IE*/;
	margin-bottom: 2em;
	margin-top: 1em;
}
.postit p {
	background-image:url('postit.png');
	background-repeat:repeat-y;
	padding:0em 1em 1em 1em;
	text-align:center;
	font-size: large;
}
.middle.postit {
	margin-left: 2em;
	*margin-left: 1.95em; /*for IE*/
}

.postit p.centertext {
	text-align:center;
	margin:auto;
}




