h1, h2, h3, h4
{
	text-align: center;
	font-variant: small-caps;
}

p, ul, ol, form, div
{
	font-family: 'Times';
}

p, ul, ol, form
{
	font-size: 0.8em;
}

.standardFontSize
{
	font-size: 0.8em;
}

.handwritten
{
	font-family: 'Synchro LET';
	font-family: 'Papyrus';
	font-family: 'Handwriting - Dakota';
	font-style: italic;
}

#pageHeading
{
	font-family: 'Times'
	font-variant: small-caps;
	
	text-align: center;
}

.pageSubHeading
{
	font-size: 0.8em;
}

div.linkBar
{
	text-align: center; 
	font-size: 0.8em;
	
	height: 2em;
	line-height: 2em;
	
	background-color: #FFFCF6;
	
	border: 1px dashed #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.table
{
	display: table-cell;
	vertical-align: middle;
}

div.cell
{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	
	font-size: 0.8em;
}

div.left
{
	padding: 10px 10px 10px 0px;
}

div.right
{
	padding: 10px 0px 10px 10px;
}

div.pictureFrame
{
	padding: 5px;
	border: 1px solid black;
}

div.agenda
{
	border: 1px dashed gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	width: 676px;
	
	background-color: #CCCCCC;
}

div.alert
{
	border: 1px dashed gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-color: #EEEEEE;
}

.centeredBoxOverflow
{
	position: relative;
	overflow: hidden;
}

.centeredBoxGhost
{
	float: left;
	position: relative;
	left: 50%;
}

.centeredBox
{
	float: left;
	position: relative;
	left: -50%;
}