html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: Arial, Helvetica, Trebuchet;
}
#container
{
	width: 1024px;
	margin: 0px auto;	
	margin-bottom: 10px;
	min-height: 100%;
	background-image: url(../images/background2.gif);
	background-repeat: repeat-y;

}
#banner
{
}

#sidebar
{
	min-height: 100%;
	width: 200px;
	float: left;
}

#sidebar p
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: white;
}

#main
{
	height: 100%;
	margin-left: 210px;
	border: 1px solid black;
}

.nav 
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 25px;
	text-align: center;
}

ul.nav a
{
	font-size: 1.5em;
	color: white;
	background-color: #059bc0;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	width: 150px;
	border: 8px groove black;
	margin-top: 5px;
}


table
{
}


div.variableBlock
{
	vertical-align: middle;
	background-color: #f5f561;
	margin: 10px;
	padding: 5px;
	border: 2px solid black;
	overflow: hidden;
}

div.variableBlock img
{
	background-color: #059bc0; 
	border: 5px solid black;
	margin-left: 20px;
	margin-top: 15px;
	padding: 10px;
}

div.variableBlock table
{
	width: 40%;
	float: left;
	border: 5px solid black;
	margin: 2px;
	padding: 5px;
}

div.variableBlock em
{
	font-weight: bold;
	font-size: 1.5em;
}

div.variableBlock th
{
	font-weight: bold;
}

div.variableBlock td
{
	border: 1px solid #f5f561;
	padding-right: 10px;
}

div.variableBlock .name
{
	font-weight: bold;
}


div.variableBlock .tagVal
{
	text-align: center;
	border: 1px solid white;
	background-color: white;
}

div.variableBlock .centeredImage
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
