body {
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #667dd1;
}
a:focus, a:hover, a:active {
	color: #b01c2e;
}
a img {
	border: none;
}
#skip {
	position: absolute;
	top: -50px;
	left: -1000px;
	font-size: 0.7em;
}
#wrapper { 
	padding: 0 15px;
	width: 750px;
	margin: 0 auto;
	background: white url(../images/bg.png) repeat-y top center;
}
#header {
	height: 112px;
	background-color: white;
}
#menu {
	height: 1.675em;
	background-color: #667dd1;
	padding: 0 5px;
	font-size: 0.95em;
	border: 1px solid #667dd1;
}
#menu #p7PMnav li li {
	font-size: 100%;
}
#sidebar {
	padding: 17px 15px;
	width: 150px;
	float: left;
	background-color: #e0e5f5;
}
#sidebar h1 {
	font-size: 1em;
	font-style: normal;
	color: #667dd1;
	margin: 0 0 1em 0;
}
#sidebar h2 {
	font-size: 0.8em;
	font-style: normal;
	color: #667dd1;
	margin: 0;
}
#sidebar p {
	font-size: 0.7em;
	line-height: 1.4;
	margin-top: 0.5em;
}
#sidebar ul {
	font-size: 0.7em;
	line-height: 1.4;
	margin: 0.5em 0 0 17px;
	padding-left: 0;
}
.newsitem {
	border-bottom: 1px solid #667dd1;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
#iip {
	text-align: center;
	margin-top: 3em;
}
#iip img {
	display: block;
	margin: 1em auto;
}
#content {
	padding: 16px 20px;
	width: 530px;
	float: right;
	background-color: white;
}
h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #667dd1;
	margin: 0;
}
#content h1 {
	text-transform: lowercase;
}
h2 {
	font-size: 1.15em;
	color: #667dd1;
}
h3 {
	font-size: 0.85em;
	color: #667dd1;
	margin-bottom: 0;
}
h3 + p {
	margin-top: 0.25em;
}
p + h2 {
	margin-top: 1.5em;
}
h4 {
	font-size: 0.85em;
}
p, ul, ol, dl {
	font-size: 0.85em;
	line-height: 1.6;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
blockquote {
	font-size: 0.85em;
	line-height: 1.6;
	font-style: italic;
}
#footer {
	color: white;
	background-color: #667dd1;
	font-size: 0.75em;
	padding: 5px 7px 5px 7px;
	clear: both;
	text-align: center;
}
#footer p {
	margin: 0;
}
p.safe {
	font-size: 0.01em;
	line-height: 0.01;
	margin: 0;
}
form#selecter {
	margin: 0 0 1em 0;
}
#selecter select {
	border: 1px solid #667dd1;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	width: 145px;
}
option.bold {
	font-weight: bold;
}
#formtable {
	border-collapse: collapse;
}
#formtable td {
	vertical-align: top;
	padding: 2px 10px 3px 0;
	font-size: 0.85em;
}
#formtable input {
	margin-bottom: 2px;
}
table.training {
	border-collapse: collapse;
	background-color: #e0e5f5;
	color: black;
}
table.training th {
	background-color: #667dd1;
	color: white;
}
table.training th, table.training td {
	border-bottom: 15px solid white;
	padding: 4px 8px 5px 8px;
	vertical-align: top;
	text-align: left;
}
table.training th p, table.training td p {
	margin: 0;
	line-height: 1.3;
}
table.training td li {
	line-height: 1.3;
}

table.form {margin: 0;}
table.form tr {vertical-align: top;}
table.form td {padding: 0.5em 2em 0.5em 0; border-bottom: 1px solid #667dd1; font-size: 0.85em;}
table.form td.bottom {border-bottom: none;}
.col1 {width: 35%;}
.col2-3 {width: 65%;}
.col2 {width: 15%;}
.col3 {width: 50%;}

.small {
	font-size: 0.7em;
}
.top {
	font-size: 0.7em;
	text-align: right;
}
p.address {
	line-height: 1.2;
}
.center {
	text-align: center;
}

object, embed {display: block; margin: 0;}

body {overflow: -moz-scrollbars-vertical;}