/*############################################################
#
#		(c) 2007. 			Lyn Jardine Consultancy		
#
#		Design & Build  - accessibilitygnu.com
#
#		PRINT CSS : author - ian burrett.
#
#
###########################################################*/

/*	general padding settings	*/	
*, body {
	margin: 0;
	padding: 0;
}
/*	general body settings	*/
body {
	background: #fff;
	color:#222;
	font: normal small / 1.2em "Trebuchet MS", georgia, serif;
}
/*	skipnav	*/
.skipnav {
	display: none;
}
/*	main page container	*/
#pagecontainer, .pagecontainer  {
	margin: 0px auto;
	width: 99%;
	padding: 0;
	color: #222;
	background: #fff;
}

/*	page header	*/
#header1, #header2, #header3, #header4, #header5, #header6, #header7, #header8, #header9, #header10, #header11, #header12, #header13, #header14, #header15, #header16 {
	margin: 0 auto;
	height: 65px;
	background: #eaeaea;
	color: #222;
	border: 1px solid #4f4f4f;
}
.header p {
	margin: 0;
	padding: 10px  0 0 47px;
	font: bold 28px/28px "Trebuchet MS", georgia, serif;
	color: #74b547;
	background: transparent;
}
.header .purple {
	color:#352c82;
	background: transparent;
} 
.header .tagline {
	font: bold 13px/13px Verdana, Arial, san-serif;
	margin: 0;
	padding: 1px  0 0 86px;
	color: #2554a7;
	background: transparent;
}
/*	page navigation	*/
#nav{
	display: none;
}


/*	page content area	*/
#content {
	margin: 0;
	padding: 10px 25px 25px;
}
#content h1, #content h2, #content h3 {	
	margin:  5px 0 10px;
	padding: 5px 0;
}
#content h1 {
	font: bold 2.1em/1.2em "Trebuchet MS", georgia, serif;;
	color: #74b547;
	background: transparent;
	border-bottom: 4px solid #74b547;
}
#content h2 {
	font: normal 1.8em/1.1em "Trebuchet MS", georgia, serif;; 
	color:#352c82;
	background: transparent;
} 
#content h3 {
	font: normal 1.2em/0.9em "Trebuchet MS", georgia, serif;;
	color: #2554a7;
	background: transparent;
}
#content p {
	margin:  5px 0;
	padding: 5px 0;
	text-align: justify;
}
#content ol, #content ul {
	margin:  5px 0;
	padding: 5px 0 5px 25px;
}
#content li {
	margin:  0;
	padding: 5px 0;
	list-style-type: circle;
}
#content li li {
	list-style-type: disc;
	font-size: 0.95em;
}
#content li li li {
	list-style-type: square;
	font-size: 0.95em;
}
/*	content table		*/
#content table#general {
	width: 99%;
	margin: 0px auto;
	padding: 2px 3px 2px 3px;
	font-size: 1em;
}
#content table#general caption {
	display: none;
}
#content table#general th {
	width: 15%;
	color:#fff;
	background: #2554a7;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 1px 1px 1px 1px;
}
#content table#general td {
	width: 83%;
	color:#222;
	background: #74b547;
	padding: 5px 5px 5px 5px;
}
#content table#general td.buttons {
	color:#111;
	background: #352c82;
	font-size: 0.9em;
}
/*	misc content area tags	*/
.clear {
	clear: both;
}
p.center, .center {
	margin: 10px auto;
	text-align: center;
}
img {
	border: 1px solid #4f4f4f; 
}

.rightimg {
	float: right;
	width: auto;
	margin: 5px;
	margin-left: 10px; 
}
.leftimg {
	float: left;
	width: auto;
	margin: 5px;
	margin-right: 10px; 
}
.caption {
	display: block;
	color: #6ca300;
	background: #e6e9d4;
	font-size: 85%;
	padding: 3px 5px;
	margin: 0;
	border-top: 1px solid #4f4f4f;
	text-align: center;
}
acronym, abbr {
	border-bottom: 1px dotted #6ca300;
	cursor: help;
}

/*
	form, table stuff
*/
#content form, #content fieldset {
	border: none;
}
#content input, textarea, select {
	font: 1em/1.3em normal helvetica, arial, verdana, sans-serif;
	border: 1px solid #939393;
	padding: 2px 4px;
	margin: 2px 4px;
}
#content input:hover, textarea:hover, select:hover, option:hover {
	background: #c9c9c9;
	color:#222;
	border: 1px solid #222;
}
textarea {
	width: 85%;
} 
/*		Footer details	*/
#footer {
	margin: 5px auto;
	padding: 10px 5px;
	background: transparent;
	color: #000;
	text-align: left;
	border-top: 1px solid #cdcdcd;
	font-size: 95%;
}
html>body #footer {
	position: relative;
	top: 1px;
	left: 0px;
}
#footer p {
	margin: 2px;
	padding: 2px;
	font: normal 0.8em/0.9em verdana, tahoma, san-serif;
}
#footer p.right, .right {
	width: auto;
	float: right;
}
#footer p.left, .left {
	width: auto;
	float: left;
}

#footer p.footertagline {
	text-align: center;
	color: #4888a2;
	background: transparent;
	font: bold italic 14px/18px "Trebuchet MS", georgia, serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #969696;
} 

#footer a {
	color: #29a6d9;
	background: transparent;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	background: #29a6d9;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
}



/*
	accessibilitygnu link
*/
.accessgnu {
	clear: both;
	margin: 10px 0 0;
	padding: 5px 0;
	text-align: center;
	font-size:0.85em;
	color:#92a869;
	background: #fafafa;
	border-top: 1px solid #cdcdcd;
	font-weight: bold;
}

.accessgnu a {
	color: #fbb200;
	background: transparent;
	text-decoration: none;
}
.accessgnu a:hover {
	text-decoration: underline;
}
.accessgnu a:active {
	text-decoration: none;
}

.quote {
	margin: 10px 30px 20px 0;
	padding: 10px 20px;
	border: 1px solid #555;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.3em;
	background: #e3dff4;
	color: #555;
}
.cite {
	margin:5px 10px 10px;
	padding: 5px 10px 10px;
	border-top: 1px dotted #444;
	font-size: 0.8em;
	line-height: 1.1em;
}