/*all layers*/
html {
	height: 100%;
	font-size: 90%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
	background-color: #cccccc;
	margin: 0;
	padding: 0;
	background-image:  url("/images/nav/gray_bg4.jpg");	
}


p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
}

.p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
}

.hangingindent {
	margin-left: 40px;
	text-indent: -40px;
}

.small {
	font-size: 75%;
}

.x-small {
	font-size: 65%;
}

.medium {
	font-size: 110%;
}

.large {
	font-size: 140%;
}

.x-large {
	font-size: 180%;
}

.grn_italic {
	font-style: italic;
	color: #003300;
	font-family: "Brush Script MT", "Freestyle Script", "Script MT Bold", Script;
	font-size: 200%;
}

.book {
	font-weight: normal;
	color: #CC0000;
	font-size: 100%;
}
.author {
	font-weight: normal;
	color: #003399;
	font-size: 75%;	
}

.tablehead {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
.tablehead a:hover, .tablehead a:focus{
background-color: #FFFF66;
	text-decoration: underline;
}

.Liberal_heading {
	color: #CC0000;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_heading {
	font-size: x-large;
	color: #330000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}





/*inner layer - actual webpage*/
.inner_layer {
	position:relative;
	visibility: visible;
	width: 760px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 1em auto;
	border-right: solid #999999 thin;
	
	border-bottom: solid #999999 medium;
	
margin: 1em auto;
			
}
/* inside inner layer*/

.search_layer a{
	font-size: 85%;
	color: #003300;
	text-decoration: none;
	font-weight: 600;

}

.search_layer a:visited{
	color: #660000;
	text-decoration: none;
}

.search_layer a:hover, .search_layer a:focus{
	background-color: #FFFF66;
	text-decoration: underline;
	color: #000000;
}

.main_layer{
margin: 0 10px 0 10px;
}

.main_layer a{
	font-size: 90%;
	color: #333300;
	text-decoration: none;
	font-weight: 600;

}

.main_layer a:visited{
	color: #990000;
	text-decoration: none;
}

.main_layer a:hover, main a:focus{
	color: #000000;
	background-color: #FFFF66;
	text-decoration: underline;
	
}

.footer_layer {
	visibility: visible;
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 1em auto;

}

#linklayer {
	padding: 5px 5px 5px 3px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-repeat: repeat-y;
	background-position: left;
	
}

#hours {
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}

.inline_list ul {
	padding: 0;
	margin: 0;
	
}

.inline_list ul li {
	display: inline;
	padding: 0 
	margin: 0;
}
.inline_list ul li a{
	font-size: 80%;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	width: 9em;
	background-color: #CCCCFF;
	font-weight: normal;
	}

.calheading {
		background-color: #000000;
}

.calheading td{
	font-weight: bold;
	color: #FFFFFF;
}

.navdroplink  a{
	font-size: 110%;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
} 
.navdroplink a:hover, #nav ul li a:focus{
background-color: #FFFF66;

}.intquestion {
	font-style: italic;
}
.intanswer {
	font-style: normal;
}

