body{
	width: auto;
	margin: auto; 
	font-family: Times New Roman,serif;
	padding: 0px;
	background-color:white;
	font-size:12pt;
}

/******* hyperlink and anchor tag styles *******/

A:link {text-decoration: none; color: #990000; font-weight:bold}
A:visited {text-decoration: none; color: #640000; font-weight:bold}
a:after {
    content: " (" attr(href) ") ";
}

/************** header tag styles **************/

h1{
 font-weight: bold;
 color: rgb(153, 0, 0);
 font-size: 125%;
 margin: 0px;
 margin-bottom:8px;
 padding: 0px;
 text-transform: uppercase;
 text-decoration: underline;
}

h2{
 color: rgb(153, 0, 0);
 font-size: 105%;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 text-transform: uppercase;
}

h3{
 font-style:italic;
 font-weight:bold;
 color: #000000;
 font-size:90%;
 margin: 0px;
 padding: 0px;
}

h4{
 font-weight: bold;
 font-size: 110%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}
h5{
 font-weight: bold;
 font-size: 140%;
 color: #990000;
 margin: 0px;
 padding: 0px;
 text-align:center;
}
h6{
 font-style:italic;
 font-weight:bold;
 text-align:center;
 color: #000000;
 font-size:90%;
 margin: 0px;
 padding: 0px;
 padding-bottom:10px;
}


p {
	margin-top: 3px;
	margin-bottom:8px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.webonly{
	display:none;
}

#header{
	width:auto;
	height:auto;
	border: none;
	background-color:white;
	margin-top: 0px;
	font-weight: bold;
	font-size: 140%;
	color: #990000;
	text-align:center;
	text-decoration:underline;
	padding:5px;
}

#header:after{
	content: "Kingston Library";
}

#topnav{
	display:none;
}
#sidenav{
	display:none;
}

.generalinfo, .warninginfo, .criticalinfo{
	border: 3px;
	border-style: outset;
	background-color:white;
	float:none;
	width:auto;
	padding:0px;
	margin-bottom: 4px;
	font-size:140%;
	font-weight:bold;
}

.generalinfo{
	border-color:#009933;
}

.warninginfo{
	border-color:#FFCC00;
}

.criticalinfo{
	border-color:#7e0000;
}

.generalinfo a, .warninginfo a, .criticalinfo a{
	color:black;
	text-decoration:underline;
}

#maincontent{
	float: none;
	width: auto;
	height:auto;
	padding: 0px;
	border: none;
	background-color: white;
	margin-bottom:0px;
}

.subcontent{
	padding:5px;
}

ul {
list-style-image: url(images/arrow.gif);
}

ol.policy {
	list-style-type: upper-alpha;
	list-style-position: outside;
}
ol.policy ol {
	list-style-type: decimal;
}

ol.policy2 {
	list-style-type: upper-roman;
	list-style-position: outside;
}
ol.policy2 ol {
	list-style-type: decimal;
}

img
{
	border-style: none;
	margin-bottom:0;
}