/*
EOU Print Style Sheet
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #444;
	font: normal 100% Arial, Helvetica, sans-serif;
}

p,ul {
	padding-bottom: 1.2em;
}

#header h1{
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #333F4D;
	margin: 0px 0px 6px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: none;
}

h1{
	font: 22px "Trebuchet MS", Tahoma, "Comic Sans MS", Arial;
	color: #000;
	margin: 0px 0px 6px;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}



.description {
	margin:0;
	font: 14pt "Trebuchet MS", Tahoma, "Comic Sans MS", Arial;
	padding-top: 6px;
}

.description2 {
	margin:0;
	font: 12pt Arial, Helvetica, sans-serif;
	width: 740px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	font-size: 10px;
}

.slogan {
	color: #555;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 10px;
}

#nav, #topbar, .hide, .date, .form-container, #callout, #menu, .invertedshiftdown2, #flashcontent, #sidebar-right, #sidebar-left {
display: none;
}