@charset "utf-8";

/*--------------basic styling---------*/

* {

	margin: 0px;

	padding: 0px;

}

#body {

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 100%;

	padding-top: .75em;

	padding-bottom: 1.25em;

	background-color: #ffffff;

	}

#wrapper {

	position:relative;

	width: 60em;

	text-align: left;

	margin-right: auto;

	margin-bottom: 0.313em;

	margin-left: auto;

	height: auto;

	background-color: #FFFFFF;

	}	

#clear {
	clear:both;
	}
	
#content {
	position: relative;
	bottom: 0.375em;
	right: 0.375em;
	width: 60em;
	height: auto;
	background-color: #fff;
	padding: 0.5em;	
	padding-top: 1em;
	}
img {
	border-style: none;
	}
#logo {
	position: relative;
	float: left;
	top: 1em;
	height: 210px;
	width: 270px;
	}
#slideshow {
	position: relative;
	float: left;
	left: 2.5em;
	}
#blogLink
	{
	font-weight: bold;
	position: relative;
	float: left;
	left: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	line-height: 1.3em;
	color: #666666;
	text-align: center;
	width: 40em;
	}
	
#blogLink a {
	color: #666666;
	text-decoration: none;
	}

#blogLink a:hover {
	color: #990000;
	text-decoration: none;
	}

#blogLink a:visited {
	color: #999999;
	text-decoration: none;
	}
	
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: absolute;
	top: 16em;
	left: 1em;
	text-align: left;
	clear: both;
	}
#importantNumbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: absolute;
	top: 48em;
	left: 0.75em;
	width: 250px;
	clear: both;
	color: #666666;
	}
li {
	list-style-type: none;	
	padding-top: 1em;
	}
navigation ul {
	text-align: center;
	}
#navigation a {
	color: #666666;
	text-decoration: none;
	}

#navigation a:hover {
	color: #990000;
	text-decoration: none;
	}

#navigation a:visited {
	color: #999999;
	text-decoration: none;
	}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	position: relative;
	padding-top: 2em;
	}
#footer p {
	font-size: 83%;
	}	

a {
	color: #476064;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	text-decoration: none;
	}

a:visited {
	color: #999999;
	text-decoration: none;
	}

#date {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
	line-height: 1.6em;
    position: relative;
    padding-top: 1em;
    text-align: center;
    }

#footer li {

	list-style-type: none;

	display: inline;

	padding-right: 3em;	

	}

#footer p {

	margin: 0; /* zero to avoid margin collapse */

	padding: 5px 0; /* padding to create space, just as the the margin would have, without the margin collapse issue */

	padding-top: 20px;

	}

#footer a {

	color: #555555;

	text-decoration: none;

	}

#footer a:visited {

	text-decoration: none;

	color: #777777;

	}

#footer a:active {

	text-decoration: none;

	color: #777777;

	}

#footer a:hover {

	color: #000066;

	text-decoration: none;

	}


