/*all layers*/
html {
	height: 100%;
	font-size: 90%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
	background-color: #000066;
	margin: 0;
	padding: 0;
		
}

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%;
}

.brownbold {
	color: #330000;
	font-weight: bold;
}

.brown {
	color: #330000;
	
}

.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: .05em 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_body{
margin: 0 10px 0 10px;
}

.main_layer a{
	color: #0000FF;
	text-decoration: underline;
}

.main_layer a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.main_layer a:hover, .main_layer a:focus{
	color: #FFFFFF;
	background-color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
}


.footer_layer {
	visibility: visible;
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 1em auto;

}

.footer{
	border-bottom: 0px solid #000000;
}

.footer a{
	color: #0000FF;
	text-decoration: underline;
	font-size: smaller;
}

.footer a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.footer a:hover, .footer a:focus{
	color: #FFFFFF;
	background-color: #6699FF;
	text-decoration: underline;
	font-weight: normal;
}

.footer ul{
	padding: 0 0 0 0;
	margin: 0;

}

.footer ul li{
display: inline;
padding: 0;
margin: 0;
}

.footer ul li a{
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 8em;
} 




#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;
}

