@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#main {
	padding-top: 1px;
}

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	min-width: 40em;
	margin-right: auto;
	margin-left: auto;
}

#leftlogo {
	margin: auto;
	float: left;
	text-align: center;
	width: 15%;
}

div#leftnav	{
	margin: 0;
	float: left;
	width: 15%;
	padding-top: 1em;
}
div#leftnav p {
	padding: 0px;
	height: 85px;
	width: 85px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #FFFFFF;
}

div#leftnav a {
	display: block;
}
#leftnav ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
/*	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: #000000;
	border-left: 2px solid #000000;   */
}

.sitenav a {
	padding: 3px;
	margin: 0;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;	
/* new style nav links*/
border: 2px solid #000;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #999, 2px 2px 0 #666, 3px 3px 0 #333, 4px 4px 5px rgba(0,0,0,.5);

/*	border-bottom: 2px solid #000000;  */
	color: #000000;
	background-color: #FFFFCC;
}

.sitenav a:hover, .sitenav a:focus {
	background-color: #666666;
	color: #FFFF00;
	font-weight: bold;	
	font-size: 0.8em;
	padding: 3px;
	border-bottom: 2px solid #000000;
}

h2 a {
	padding: 3px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;	
	border: 2px solid #000;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #999, 2px 2px 0 #666, 3px 3px 0 #333, 4px 4px 5px rgba(0,0,0,.5);
	color: #000000;
	background-color: #FFFFCC;
}

h2 a:hover, h2 a:focus {
	background-color: #666666;
	color: #FFFF00;
	font-weight: bold;	
	padding: 3px;
	border-bottom: 2px solid #000000;
}

#leftnav p a {
	background-color: #FFFFFF;
	color: #000000;
	border-style: none;
}

#likeus a {
	background-color: #FFFFFF;
	border-bottom: 0px;
	margin-top: 5px;
	}

.tophead {
	padding-top: 5px;
}
.tophead h1{
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFF;
	color: #FF0000;
	margin-bottom: .5em;
	font-size: 2em;
}

.tophead p {
	margin: 0 0 5px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

a:hover, a:focus {
	color: #000000;
	background-color: #FFFF99;
}


#maincontent {
	width: 80%;
	float: right;
}

#maincontent h3 {
padding-left: 1em;	
/*		text-align: center;*/
}
#maincontent p {
	padding-left: 1em; 
/*	text-align: center;*/
}


.print-url {
	display: none; 
}

.clear {
	clear: both;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

.footnote {
	font-size: .8em;
	text-align: right;
}

#footer {
	text-align: center;
	font-size: .8em;
	}

.footerDiv {
	float: left;
	margin-left: 3%;
	width: 30%;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
}
