body {
	background-color: #DFDFDF;
	font: bold 12px Verdana, sans-serif;
	background-image: url(_Images/alum.gif);
}
#maincontent a, #maincontent a:visited, #tipcontent a, #tipcontent a:visited {
	color: #8f0401;
}
#maincontent a:hover, #tipcontent a:hover {
	color: white;
	background: black;
	text-decoration: none;
}
#bdr_table td {
	text-align: center;

}
/*#navbar refers to the navigation bar at the top.
The #navbar describes the basic box and background.
 */
#navbar {
	background: url(_Images/bell2.jpg) right no-repeat;
	background-color: black;
	position: absolute;
	top: 5px;
	left: 20px;
	height: 40px;
	width: 735px;
	padding-top: 5px;
	border: solid 1px white;
}
/*
This defines characteristics of any unordered list within the "navbar" div
*/
#navbar ul {
	padding: 0px 3px 0px 0px;
	margin-left: 0px;
}
/*
This defines characteristics of any list item within the "navbar" div
*/
#navbar ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
/*
The next few define characteristics of any links within the "navbar" div
*/
#navbar a {
	color: #CCCCCC;
	background: #000;
	padding: 0 3 0 3;
	margin-left: 3px;
	border: 1px solid white;
	border-bottom: 1px solid black;
	text-decoration: none;
	text-align: center;
}
#navbar a:hover {
	color: white;
	border: 1px solid black;
	border-bottom: 1px solid white;
	background: red;
}
#navbar ul li a#current {
	color: white;
	background: black;
	border: 1px solid red;
	border-bottom: 1px solid white;
}
#navbar ul li#nav_title {
	border: none;
	font: italic bold 14pt Georgia, serif;
	color: #FFFFFF;
	margin-left: 2px;
}
/* #tipnav refers to the side nav column for bone tips */
#tipnav {
	position: fixed;
/*This is a fix for IE.  Other browswers ignore anything with an underscore.  See _top as well*/
	_position: absolute;
	left: 20px; 
	top: 60px; 
	_top: expression(eval(document.body.scrollTop)+60);
	width: 150px;
	border: 1px solid black;
}
#tipnav p {
	line-height: 1.5em;
	margin: 0 0 2 0;
	text-indent: 4;
}
#tipnav a {
	display: block;
	color: black;
	text-decoration: none;
	width: 100%;
}
#tipnav a:hover {
	color: white;
	background-color: red;
}
#tipnav .heading {
	color: white;
	background-color: black;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

/*#tipcontent refers to the main content section of the tip */
#tipcontent {
	position: absolute;
	left: 177px;
	top: 60px;
	width: 580px;
	border: 1px solid black;
}
#tipcontent h2{
	font: italic bold 14px/2em Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10 20 100;
}
#tipcontent p {
	padding: 0 5 10 5;
}

#maincontent {
	position: absolute;
	top: 61px;
	left: 26px;
	width: 735px;
	border: solid 1px black;

}
#maincontent p {
	padding: 0 5 5 20;
	line-height: 1.50;
}

h1 {
	font: italic bold 18pt Georgia, serif;
	text-align: center;
	background-color: #000000;
	background-position: left;
	color: #FFFFFF;
	border-top: medium double #FF0000;
	border-right: medium #FF0000;
	border-bottom: medium double #FF0000;
	border-left: medium #FF0000;
	padding: 3px 0 5px 0;
}
#tipcontent h2, #maincontent h2 {
	font: italic bold 12pt Arial, sans-serif;
	text-align: left;
	background-color: #000000;
	background-position: left;
	color: #FFFFFF;
	border-top: solid 2px #8f0401;
	border-bottom: solid 2px #8f0401;
	padding: 3px 0 5px 5px;	
}

h3 {
	font: italic bold 12pt Arial, sans serif;
	color: black;
	border-left: 2px double #8f0401;
	border-bottom: 2px double #8f0401;
	margin-left: 10;
	margin-right: 50;
	padding-left: 5;
}

.try {
	text-indent: 10px;
	border-left: solid 2px #8f0401;
	border-bottom: solid 4px #8f0401;
	margin-left: 5px;
	margin-right: 10px;
}
.blue { background-color: #C6C7FF; }
.tan { 	background-color: #FFFFCC; }
.salmon { background-color: #FFCCCC; }
.brickred { color: #8f0401; }
.clear_list {
	font-size: 14px;
	line-height: 2em;
	background-color: #FFFFCC;
	list-style-type: circle;
}
#newlink {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	width: 6em;
}
.closetext {
	top: 5px;
}
h4 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	padding-left: 5px;

}
.focus {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
