/* CSS Document */

*, h1, h2, h3, h4, h5, p, td, th, a, li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

body {
	background: #fff url(images/background.gif) no-repeat top left;
	margin: 0;
	font-size: 90%;
}



img#logo {
	position: absolute;
	top: 40px;
	right: 40px;
}
/*
img.left {
	float: left;
	margin: 0 1em 0.5em 0;
}
*/


div#content {
	margin: 190px 80px 30px 260px;
}

div.clear, div.line {
	clear: both;
}

div.line {
	border-top: 1px dashed #664;
	width: 100%;
}

div.indent {
	margin-left: 40px;
}



div#nav {
	position: absolute;
	width: 200px;
	top: 205px;
	left: 32px;
}

div#nav a {
	clear: both;
	color: #060;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	padding: 7px 0 7px 30px;
	line-height: 28px;
}

div#nav a:hover {
	color: #030;
}



div#footer {
	margin: 2em 80px 1em 260px;
	font-size: 70%;
	color: #030;
	text-align: center;
	border-top: 1px dashed #330;
	padding-top: 0.75em;
	clear: both;
}

div#footer a {
	color: #030;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}



h1 {
	font-size: 400%;
	font-weight: normal;
	color: #060;
	line-height: 1em;
	margin: 0 0 30px 0;
}

p, li, td, th {
	font-size: 90%;
	color: #060;
}

th {
	padding-right: 1em;
}

li {
	margin-bottom: 0.75em;
}

img {
	border-width: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0 1em 2em 0;
	border-width: 0;
}

.right {
	float: right;
	margin: 0 0 2em 1em;
	border-width: 0;
}
/*
p.right img {
	margin: 0;
}

p.left img {
	margin: 0;
}
*/


div.legals {
	padding-top: 4px;
	text-align: center;
}

div.legals, div.legals a, div.legals a:hover{
	color: #999 !important;
}


img#splash1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -85px;
	z-index: 1000;
}

div#splash2 {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}

.jake {
	color: #699;
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
	margin-left: 30px;
	padding-left: 10px;
	border-left: 2px dashed #699;
}
