* {margin: 0; padding: 0; font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
}

body {
	/*font: normal 1em Courier, 'Courier New', monospace;*/
	font: normal 100% Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	line-height: 1.5em;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .3em;
	margin: 10px 0;
}

h2 span {	padding: 2px;}

p, li {
	font-size: 100%;
	text-align: justify;
}

#wrapper {
	background: #fff;
	margin: 10px auto;
	padding: 0;
	width: 980px;
}

#header, #footer{
	clear: both;
	overflow: hidden;
}

#header {
	background: #fff url(../images/headerbg.gif) 0 0 no-repeat;
	clear: both;
	height: 100px;
	overflow: hidden;
	width: 100%;
}

#homeLink {float: left; width: auto;}

#homeLink  a {
	display: block;
	height: 110px;
	width: 525px;
}

#homeLink  a span {margin-left: -9999px;}

/*
#pageTitle {
	background: transparent;
	float: right;
	/* font: bold 1.7em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; * /
	font-size: 1.7em;
	font-weight: bold;
	height: 128px;
	margin: 30px 20px 10px;
	text-align: right;
	width: auto;
}

*/
	
#pageTitle {
	background: #fff;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	height: 128px;
	margin: -20px 20px 0;
	padding: 0;
	text-align: right;
	width: auto;
}

#pageTitle span{
	display: block;
	float: left;
	height: 68px;
	margin: 50px 0 0 30px;
	overflow: hidden;
	padding: 0;
	width: auto;
	white-space: nowrap;
}

/*#access {border: solid 1px #f00;}*/

#menu {
	background: #fff;
	clear: both;
	height: 40px;
	margin: 15px 0 0 120px;
	overflow: hidden;
}

#menu ul {
	background: #fff;
	height: 40px;
	list-style: none;
	margin: 5px auto 0;
	overflow: hidden;
	padding: 0;
	width: 98%;
}

#menu ul li {
	float: left;
	height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}

#menu ul li  a {
	background: #fff;
	color: #000;
	display: block;
	font: bold 14px "Courier New", monospace, monotype;
	/*font-size: 90%;*/
	margin: 0;
	padding: 10px 8px 15px;
	text-decoration: none;
	white-space: nowrap;
}

#menu ul li  a:hover {background: #ccc;}

#container {
	background: #000;
	font-size: 95%;
	clear: both;
	overflow: hidden;
	padding: 20px 20px;
}

#cPage #content {
	background: #fff;
	clear: both;
	padding: 20px 10px 40px;
}

#footer {
	font: normal 75% Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	line-height: 1.5em;
	padding: 20px;
	text-align: center;
}

#footer a {
	border-bottom: dotted 1px #339;
	color: #339;
	text-decoration: none;
}

#sitecredit {
	font: normal 80% Verdana, Arial, sans;
	padding: 4px;
}

#sitecredit a {
	border: none;
}

#ppOl {margin: 30px 50px 10px;}

#ppOl  li {margin: 10px 10px 20px;}



#ppOl ol {list-style-type: lower-alpha;}



#ppOl ol li {margin: 5px 20px 20px;}

#ppOl  li p, #ppOl ol li  p{margin: 10px auto 5px;}

.current-page a {
	font-size: 17px !important;
	margin-top: -2px !important;
}

.orange {color: #f60;}

.green {color: #690;}

.purple {color: #800080;}

.fusia {color: #01a999;}

.gray {color: #737473;}

.large {font-size: 125%;}

