
/****************************************************************************************************************************************************
 * global styles
 ****************************************************************************************************************************************************/

body
{
	background-color: white;
	color: black;
	text-align: center;
	line-height: 1.5em;
}

a:link
{
	color: grey;
	text-decoration: none;
}

a:visited
{
	color: grey;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: none;
}

div.Column
{
	width: 350px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

div.Column ul
{
	padding-left: 1.5em;
}

div.LargeColumn
{
	width: 1200px;
	text-align: left;
	display: inline-block;
}

div.MediumColumn
{
	width: 800px;
	text-align: left;
	display: inline-block;
}

div.LargeColumn img
{
	padding-bottom: 2em;
}
