html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	font-size: 62.5%;
	line-height: 1.5em;
	background: #000000;
	color: #000;
	background: #fff;
}

ol, ul {
	list-style: none;
	padding-bottom: 5px;
}

a:link, a:visited, a:active {
	color: #000;
}

p, li {
	font-size: 1.2em;
	line-height: 1.4em;
}

#sidebar-left li {
	font-size: 1.8em;
	color: #000;
	font-weight: bold;
}

#sidebar-left p, #content p.centered, #sidebar-right p, #footer p {
	text-align: center;
	margin-top: 1em;
}

#sidebar-left p, #sidebar-right p {
	font: bold 1.2em/1.5em Helvetica;
}

#sidebar-left p.small {
	text-align: center;
	font: normal 1.0em/1.5em Helvetica;
}

#sidebar-right p {
	text-align: center;
	font: normal 1.2em/1.5em Helvetica;
}

#sidebar-right p a {
	font-weight: normal;
}

#sidebar-right p span.strong {
	color: #000;
	font-weight: bold;
}

#content ul.inline {
	list-style-type: square;
}

h1 {
	font-size: 5.4em;
	line-height: 2em;
	font-family: Perpetua, "Times New Roman";
	text-align: center;
	margin: 0;
	padding: 0;
	color: #003430;
}

h2 {
	font-size: 1.6em;
	font-family: Georgia;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #003430;
}

h3 {
	font-size: 2.0em;
	font-family: Georgia;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	color: #003430;
}

h4 {
	font-size: 1.8em;
	font-family: Arial;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	color: #000;
}

h5, h6 {
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

#header {
	width: 100%;
	height: 85px;
	text-align: center;
	background: #000;
}

#wrapper {
	width: 100%; 
	overflow: hidden; 
	background: #000;
	background-image: url(../img/back2.jpg);
	margin: 0; 
	padding: 0;
}

#wrapper #sidebar-left {
	position: absolute;
	top: 85px;
	left: 0;
	width: 22em;
}

#wrapper #sidebar-right {
	position: absolute;
	top: 85px;
	right: 0;
	width: 22em;
}

#wrapper #main {
	background: url(../img/crossborder.jpg) repeat;
	margin-left: 22em; 
	margin-right: 22em; 
	border-left: 2px solid black; 
	border-right: 2px solid black;
}

#wrapper #main #content {
	background: #fff; 
	margin-left: 27px; 
	margin-right: 27px; 
	border-left: 2px solid black; 
	border-right: 2px solid black;
	font: 1.1em/1.1em Arial;
	color: #000;
	padding: 0 10px;
}

#footer {
	width: 100%;
	font: 1.0em/1.2em Arial;
	color: black;
	text-align: center;
	background: #fff;
	background-image: url(../img/crossborder.jpg);
	background-repeat: repeat-x;
	border-top: 2px black solid;
	padding: 0 40px;
}

.em {
	font-style: italic;
}

.strong {
	font-weight: bold;
}

span.pdf {
	background-image: url(../img/file_acrobat.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
}

.lastp {
	margin-bottom: 0; 
}