body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: rgb(161,161,161);
	height: 100%;
	}

h1 {
	font-family: Arial, Times;
	font-size: 1.5em;
	text-align: center;
	}


h2 {
	font-family: Arial, Times;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	}

.labhours {
	margin-left: 40px;
	font-size: .9em;
	}

#background {
	}

#leftcorner {
	position: absolute;
	width: 10px;
	background-image: url('../images/cornerleft.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 10px;
	bottom: 0px;
	left: 0px;
	padding: 0px
	}
	
#rightcorner {
	position: absolute;
	width: 10px;
	background-image: url('../images/cornerright.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
	bottom: 0px;
	right: -1px;
	padding: 0px
	}

#master {
	position: relative;
	width: 795px;
	background-image: url('../images/borderbottom.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0px auto 0px;
	padding-bottom: 10px;
	}

#outer {
	width: 795px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/border.gif');
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	}

#inner {
	width: 100%;
	background-image: url('../images/borderright.gif');
	background-position: right;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#main {
	position: relative;
	width: 775px;
	margin: auto;
	background-color: white;
	padding: 0px 0px 10px 0px;
	}

.banner {
	margin-left: 10px;
	margin-bottom: 10px;
	}

#divider {
	width: 100%;
	clear: both;
	background-image: url('../images/line.gif');
	background-repeat: repeat-x;
	text-align: left;
	position: relative;
	}

#title {
	width: 100%;
	font-family: arial;
	font-size: 1.4em;
	font-weight: bold;
	height: 150px;
	color: black;
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 0px 0px;
	display: block;
	background-image: url('../images/titleback.gif');
	background-repeat: no-repeat;
	text-align: left;
	}

#linkbar a:link, #linkbar a:visited, #linkbar a:active {
	font-family: arial;
	font-size: .9em;
	font-style: none;
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-image:   url('../images/marker.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	}

#linkbar a:hover {
	font-family: arial;
	font-size: .9em;
	font-style: none;
	text-decoration: none;
	font-weight: bold;
	color: red;
	background-image:   url('../images/omarker.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px
	}

#linkscorner {
	background-image: url('../images/linkscorner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	height: 100%;
	}

#linkbar ul {
	padding: 10px 0px 0px 20px;
	margin: 0px;
	position: relative;
	}
.center {text-align: center}

#linkslayer {
	width: 200px;
	background-image: url('../images/linksbrdrgt.gif');
	background-repeat: repeat-y;
	background-position: top right;
	position: relative;
	height: 100%;
	}

#linkstitle {
	width: 90%;
	border-bottom: 3px double black;
	font-size: 1.3em;
	font-family: arial;
	color: black;
	font-weight: bold;	
	}

#linkbar {
	width: 190px;
	text-align: center;
	position: relative;
	margin-left: 0px;
	padding: 5px 5px 15px 5px;
	clear: both;
	height: 100%;
	}
	
#linkbar li {
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

/*IE Linespacing bug fix*/	
* html #linkbar li {
	font-weight: normal;
	color: black;
	font-family: Arial;
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline; /*hack*/
	width: 99.99%; /*hack*/
	}

#container {
	clear: both;
	width: 100%;
	position: relative;
	}

#spacer {
	width: 1px;
	height: 16em;
	float: left;
	}

#linkscontainer {
	position: absolute;
	left: 5px;
	float: left;
	background-color: rgb(217,214,214);
	border-width: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 5px;
	background-image: url('../images/linksbrdbtm.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 200px;
	text-align: left;
	display: block;
	}

#maincontent {
	font-family: arial;
	background-color: rgb(252,244,193);
	padding-top: 1px;
	margin-left: 220px;
	padding-left: 20px;
	/padding-left: 10px;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 10px;
	border: double black 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: .9em;
	display: block;
	}

#maincontent li {
	font-family: arial;
	font-size: .8em;
	margin-top: 10px;
	}
	
/*Main Content Unordered List Link Properties OSU*/
#maincontent li a:link, #maincontent li a:visited, #maincontent li a:active {
	font-family: arial;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	color: red;
	}

/*Main Content Unordered List Link Properties COTC*/
#cotclinks li a:link, #cotclinks li a:visited, #cotclinks li a:active {
	font-family: arial;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	color: blue;
	}

/*Main Content Unordered List Hover Link Properties*/
#maincontent li a:hover {
	font-family: arial;
	font-size: 1em;
	text-decoration: none;
	color: black;
	font-weight: bold;
	}

#maincontent ul {
	position: relative;
	margin-left: 40px;
	}

#footer {
	border-top: solid black 1px;
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	clear: both;
	font-size: .8em;
	}
	
#footerimage  {
	width: 100%;
	height: 100px;
	background-image: url('../images/footerpic.jpg');
	background-repeat: no-repeat;
	border-bottom: solid 1px black;
	margin-bottom: 6px;
	}

