@import url("default.css") screen;
body { 
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background-image: url(http://library.wcsu.edu/libweb/images/small-grid.gif);
	background-position: -15%;
	color: black;
	margin-left: 15%; 
	margin-right: 15%;
	font-size: 83%;
}

a:link 	{ 
	color: rgb(0,0,240);
	font-family: verdana, geneva, helvetic, arial, sans-serif;
}
a:visited { 
	color: #2F4F4F; 
	font-family: verdana, geneva, helvetic, arial, sans-serif;
}
a:active	{ 
	color:rgb(255,51,51); 
}


p#subtitle { 
	font-size: small; 
	color: #993333;
}

div#menu { 
	text-align: center; 
	margin-top: 1ex; 
}

div#cover {
	background-color: white;
	width: 95%;
	padding: 2em;
}


div p, dl { 
	margin-left: 20px; 
	padding-right: 2em;
 }

div#footer p {
	margin-top: 0; 
	margin-left: 0; 
	text-align: right; 
	font-size: x-small;
}

div#footer img { 
	float: left; border: 0; 
}

pre { 
	margin-left: 5ex;
	background: white;
	color: black; 
}

ul, ol { 
	margin-left: 5ex; 
}

code { 
	font-family: monospace; 
	font-size: small; 
}

code.coclass { 
	font-family: sans-serif; 
	font-weight: bold; 
}

code.itf { 
	font-family: sans-serif;
	background: white;
	color: #0055AA; 
	font-weight: bold; 
}

code.fn, code.prop { 
	font-family: sans-serif; 
	background: white;
	color: #005555; 
	font-weight: bold; 
}

code.arg, code.type {
	font-family: sans-serif; 
	font-style: italic; 
}


.warning { 
	background: yellow;
	color: red;
}

.note { 
	background: #8FBC8B;
}

/* Headings */
h1  { 
    color: black; 
    text-align: center;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

h2 { 
	color: black; 
	font-size: 150%;
    border-bottom: thin solid black;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

h3 {
	color: black; 
	font-size: 110%;
    color: #993333;
	margin-left: 2ex;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

h4	{ 
	font-family: verdana, geneva, helvetic, arial, sans-serif; 
	color: #993333; 
	margin-left: 3ex;
	margin-bottom: 0ex; 
	text-transform: uppercase; 
	font-size: 90%;
} 

h5	{ 
	font-family: verdana, geneva, helvetic, arial, sans-serif; 
	color: #993333; 
	margin-left: 5ex;
	margin-bottom: 0ex; 
	text-transform: uppercase; 
	font-size: 80%;
} 

/* General Text formating */
p { 
	margin-bottom: 1ex; 
	margin-left: 2ex;
	margin-right: 2ex;
	text-align: justify;
}

em{ 
	font-style: italic; 
	background-color: white ; 
	color: black;
	font-family: Helvetica, sans-serif; 
}

i { 
	background: white;
	color:black; 
}

.comment {
	font-family: times, serif;
	font-size: 120%;
	color: black;
}

.commenttext {
	margin-left: 1em;
}

/* Tables, rows and cells */
		


td {
	font-size:73%;
}

td.centered {
	vertical-align: middle;
	text-align: center;
}

/* Banner Sytles */
.banner { 
	width: 640px;
	text-align: center; 
}

.banner img {
		float: left;
		padding-left: 4ex;
		padding-right: 4ex;
		border: 0;
}

.bannerTitle {
	color: black;
	font-family: serif;
	font-size: x-large;
	font-weight: bold;
	text-align: Left;
	margin-bottom: 1px;
}


.bannerSubTitle {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #993333;
	text-align: center; 
}

.bannerLinks {
	font-size: 9pt;
	text-align: center;
}

.bannerImage {
	width: 140px;
}

/* Side bar formats */
.sidebar{ 
	width: 144px;
	background: #D3D3D3; 
	text-align: left; 
	vertical-align: top;  
	padding-left: 2ex;
	padding-right:2ex;
}

td.sidebarSpecial { 
	font-family: verdana, geneva, helvetica,arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #993333; 
}

.sidebarLink { 
	font-family: verdana, geneva, helvetica, arial, sans-serif; 
	font-size: small; 
	padding-left: 2ex;
	padding-bottom: 0ex;
}
	 
.sidebarLabel { 
	font-family: verdana, geneva, helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight: bold;
	text-align: center;
	background: #993333;
	color: black;
	width: 100%;
	margin-top: 2ex;
}

/* Main Section Styles */
td.mainSection {
	vertical-align: top;
	padding-right: 2ex;
	padding-left: 2ex;
}

li {
	margin-bottom: 1ex;
}

table.navbar {
	background-color: #dddddd;
	text-align: center;
	width: 100%;
}

table#commenttable {
	background-color: #dddddd;
	width: 100%;
}

caption {
	font-family: sans-serif;
	font-size: 80%;
}

#content {
      background-color: white}

#linkpanel {
      background-color: white;
       padding-top: 1ex;
       padding-bottom: 1ex;
       text-transform: capitalize;
}

#pageheading{
        background-color: white}

table.subtopicspanel { width: 90%; }

.subtopics ul.expandable li {
  list-style: none;
}

/* Actually show and hide sublists */
.subtopics ul.expandable li.closed ul { display: none; }

.subtopics ul.expandable img {
  vertical-align: middle;
  border: 0px;
}

.bigtable {
    width: 80%;
    margin: auto;
    font-size: 125%;
}


@media print
#invite {display: none;}
