html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url('/img/bg_black.png');
	background-repeat: repeat-x;
	background-position: 0px 142px;
	font-family: Trebuchet MS, sans-serif;
}

div.header {
	width: 100%;
	background-color: #fff;
	height: 142px;
}

div.wrapper {
	position: relative;
	z-index: 2;
	background-color: #fff;
	width: 880px;
	margin: -142px auto 20px auto;
	min-height: 400px;
}

img.logo {
	position: absolute;
	top: 31px;
	left: 0px;
}

div.title {
	position: absolute;
	top: 31px;
	width: 704px;
	right: 0px;
	background-image: url('/img/bg_line.png');
	background-repeat: repeat-x;
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
	color: #9c9e9f;
	padding-top: 10px;
}

div.menu {
	position: absolute;
	margin-top: 121px;
	width: 100%;
	padding-top: 1px 0 1px 0;
	background-image: url('/img/bg_menu.png');
	left: 0px;
}

div.menu a img {
	border: none;
}

div.menu a {
	margin-right: 2px;
	display: block;
	float: left;
}

div.menu a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

div.menu a.last {
	margin-right: 0px;
}

div.heading {
	position: absolute;
	top: 176px;
	left: 7px;
}

div.content {
	min-height: 300px;
	margin: 400px 7px 7px 7px;
	padding: 0px 10px 10px 10px;
	width: 578px;
	float: left;
}

div.contact {
	min-height: 300px;
	margin: 400px 7px 7px 0px;
	width: 260px;
	float: right;
}

div.footer {
	clear: both;
	padding: 7px;
	font-size: 7pt;
	background-image: url('/img/bg_line.png');
	background-repeat: repeat-x;
	margin: 10px;
	color: #7f7f7f;
}

div.line {
	background-image: url('/img/bg_line.png');
	background-repeat: repeat-x;
	height: 4px;
	margin-left: 28px;
}

h1 {
	color: #f00;
	padding-left: 30px;
	background-image: url('/img/title_decoration.png'); 
	background-repeat: no-repeat;
	font-size: 13pt;
	letter-spacing: 1px;
}

h2 {
	text-transform: uppercase;
	clear: both;
	float: left;
	color: #333;
	font-size: 10pt;
	margin: 0px 5px 0px 0px;
}

h3 {
	clear: both;
	float: left;
	color: #333;
	font-size: 10pt;
	margin: 0px 5px 0px 0px;
}

h2 span, h3 span {
	color: #666;
	font-weight: normal;
}

span.grey {
	color: #999;
}

span.red {
	color: #f00;
}

span.bold {
	font-weight: bold;
}

div.contact h1 {
	color: #333;
}

div.par {
	padding-left: 30px;
	background-image: url('/img/text_decoration.png');
	background-repeat: no-repeat;
	color: #666;
	font-size: 9pt;
	line-height: 150%;
	letter-spacing: -0.1pt;
}

div.content p {
	background-image: url('/img/text_decoration.png');
	background-repeat: no-repeat;
	padding-top: 0px;
}

.dark {
	color: #333;
}

.strong {
	color: #333;
	font-weight: bold;
	font-size: 10pt;
}

p, ul {
	color: #666;
	font-size: 9pt;
	line-height: 150%;
	letter-spacing: -0.1pt;
	padding: 3px 3px 3px 29px;
	min-height: 20px;
	clear: both;
}

ul {
    margin-left: 30px;
}

div.content p.text {
	background-image: none;
}

div.content p.blockquote {
	margin-left: 30px;
}

a {
	color: #06f;
	text-decoration: underline;
}

a.title {
	display: block;
	float: right;
	width: 450px;
	font-weight: bold;
	color: #41cfcf;
}

a.title0 {
	display: block;
	float: right;
	width: 450px;
	font-weight: bold;
	color: #06f;
	margin-bottom: 15px;
}

p p a.title {
	width: 360px;
}

ol {
	padding-top: 35px;
	clear: both;
	margin-bottom: 10px;
}

a.pdf {
	font-weight: bold;
	background-image: url('/img/pdf.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
	float: left;
	margin: 20px;
}

p p {
	margin-left: 40px;
}

p p ol {
	padding-top: 15px;
}

ol ol, p p ol ol {
	padding-top: 0px;
	list-style-type: lower-alpha;
}

a img {
    border: none;
}

p.homep {
    background-image: none;
    background-color: #d10000;
    color: #fff;
    padding: 25px 25px 50px 25px;
    text-transform: uppercase;
    font-size: 8pt;
}

