.standard {
	color: black;
	background:  #ffffff;
}

div.container {
	font-family: "Nimbus Sans L", Arial, sans-serif;
	font-size: small;
	clear: both;
}

div.headerleft {
	float: left;
}

/* Hides from IE5-mac \*/
* html .body {height: 1%;}
/* End hide from IE5-mac */ 

div.body {
	padding: 5px;
	color: black;
	background: #efefef url(box_background.png) bottom repeat-x;
	border:medium solid Gray;
}

div.body p.title {
	font-size: medium;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
}

div.footer{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: Gray;
	font-weight: light;
	font-size:x-small;
}

div.left {
	float:left;
}

div.right {
	padding: 5px;
	float:right;
	text-align: center;
}

div.right a {
	float: left;
	text-decoration: none;
	border:medium solid #d3d3d3;
	padding: 5px;
	margin: 5px;
	color: black;
	text-align: center;
}

div.right a:link {
	border:medium solid #d3d3d3;
}

div.right a:visited {
	border:medium solid #d3d3d3;
}

div.right a:hover {
	background: #ffffff;
	border:medium solid #d3d3d3;
}

div.right a:active{
	background: #ffffff;
	border:medium solid #949594;
}

#contactright li {list-style: none; margin: 0; padding: 0.25em;}

#contactleft li {margin: 0; padding: 0.25em;}
