﻿/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
#navcontainer {
	display: none;
}

#master_div {
	width: 100%;
}

#printLogo {
	display:inline
}
#footer {
	height: 39px;
	padding: 0px 0px;
	text-align: center;
}
/*
#masthead {
	background-image: url('../images/shuh_logo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 83px;
	width: 100%;
}
#top_nav {
	background-image: url('../images/Shuh_Website_02.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 162px;
}
#page_content {
	background-image: url('../images/Shuh_Website_03.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	padding: 10px;
}*/
h1 {
	margin: 5px 0px;
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 5px 0px;
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------------------------
	Links
--------------------------------*/
a {
	color: #000;
}
a:active {
	color: #000;
}
a:visited {
	color: #000;
}
a:link {
	color: #000;
}
a:hover {
	color: #000;
}

