/* 
Author: Mya Leigh Smith, Sara Hightower Regional Library
Website: Rome Subregional Library for People with Disabilities
Date: 20 October 2004
*/

/* ============ Body ============ */

body {
	background-color: #105973;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ============ Structure ============ */

#left {
	background-color: #fff;
	float: left;
	margin: 0px;
	width: 64%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 60%;
	}
html>body #left {
	width: 60%; /* ie5win fudge ends */
}

#right {
	color: #fff;
	float: left; 
	/* Opera5.02 will show a space at right when there is no scroll bar */
	margin-top: 10px;
	padding: 12px;
	width: 36%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 32%;
	}
html>body #right {
	width: 32%; /* ie5win fudge ends */
}

.code {
	color: #fff;
	font-size: 80%;
}

/* ============ Text ============ */
		
p,h1,h2,h3,h4,h5,h6,ul,ol {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 30px 10px 30px;
	padding: 4px;
}
		
h1 {
	border-bottom: 1px solid #c6cbce;
	font-size: 90%;
	padding-top: 20px;
	padding-bottom: 6px;
}

#left p {
	border-bottom: 1px solid #f4f4f4;
	font-size: 80%;
	margin-top: 8px;
	padding: 12px;
}

#left ul {
	font-size: 75%;
	padding: 12px;
}

/* ============ Menu ============ */

#navlist {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.navlist2 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	background-image: url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 20px;
	padding-top: 6px;
}

.navlist2 li {
	background-image: url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 20px;
	padding-top: 6px;
}

#navlist a, #navlist a:visited {
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: underline;
}

.navlist2 a, #navlist2 a:visited {
	color: #99ccff;
	font-size: 75%;
	text-decoration: none;
}

.navlist2 a:hover {
	text-decoration: underline;
}

/* ============ Images ============ */

#left img {
	border: 0px;
}

/* ============ Lists ============ */

ol {
	font-size: 80%;
	line-height: 22px;
}

dl {
	font-size: 80%;
	line-height: 22px;
}

dt {
	font-weight: bold;
	padding-left: 12px;
}

dd {
	padding: 12px;
}

/* ============ Links ============ */

.code a, .code a:visited {
	color: #fff;
	text-decoration: none;
}

.code a:hover {
	color: #fff;
	text-decoration: underline;
}
