body { 
	font: 10pt/16pt arial; 
	font-weight: bold;
	color: #000;
	background-repeat: repeat;
	background-color: #fff;
	margin: 0px; 
	}
p { 
	font: 11pt "Times New Roman", Times, serif; 
	margin-top: 0px;
	line-height: 16pt;
	text-align: left;
	letter-spacing: 0.1em;
	color: 636363;
	}
h2 { 
	font: 12pt "Times New Roman", Times, serif; 
	font-weight: bold; 
	letter-spacing: 0.2em;
	text-decoration: none; 
	color: #3f67ba;
	}
h3 { 
	font: 12pt "Times New Roman", Times, serif; 
	font-weight: none; 
	letter-spacing: 0.2em;
	text-decoration: none; 
	color: #6a8dd4;
	}
a:link { 
	font: 12pt "Times New Roman", Times, serif; 
	font-weight: none; 
	letter-spacing: 0.2em;
	text-decoration: underline; 
	color: #3f67ba;
}
a:visited { 
	font: 12pt "Times New Roman", Times, serif; 
	font-weight: none; 
	letter-spacing: 0.2em;
	text-decoration: none; 
	color: #6a8dd4;
}
a:hover	{ 
	font: 12pt "Times New Roman", Times, serif; 
	font-weight: none; 
	letter-spacing: 0.2em;
	text-decoration: none; 
	color: #6a8dd4;
}
a:active { 
	font: 12pt "Times New Roman", Times, serif; 
	font-weight: none; 
	letter-spacing: 0.2em;
	text-decoration: none; 
	color: #6a8dd4;
}
ul
{
	font: 11pt "Times New Roman", Times, serif;
	margin-top: 0px;
	line-height: 26pt;
	text-align: left;
	color: #5e5e5e;	
	letter-spacing: 0.1em;
	list-style: square url("images/bullet.jpg");
}


/* placement */

#container {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image:url('images/blueFade.png');
	background-repeat: repeat-x;
	background-color: #fff;
}
#container2 {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 0px solid #fff;
	background-color: #fff;
	background-image:url('images/paperBackground2.jpg');
	background-repeat: repeat-y;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 50px 5px #888;
}
#logo {
	position: absolute;
	width: 1000px;
	height: auto;
	margin-top: -813px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: opx;
	border: 0px solid #fff;
}
#navigation {
	position: absolute;
	width: 800px;
	height: auto;
	margin-top: -565px;
	margin-right: auto;
	margin-left: 118px;
	margin-bottom: opx;
	border: 0px solid #fff;
}	
#body {
	position: relative;
	width: 1000px;
	height: auto;
	margin-top: -500px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #fff;
}
#sidecolumn {
	position: relative;
	width: 236px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	color: #fff;
}
#bodytype {
	position: relative;
	width: 700px;
	height: auto;
	margin-top: -232px;
	margin-right: auto;
	margin-left: 236px;
	margin-bottom: 5px;
	color: #fff;
}
#text {
	position: relative;
	width: 700px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 14px;
	margin-bottom: 5px;
	color: #636363;
}
#footer {
	position: relative;
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	color: #fff;
	z-index: 10;
}
#contactus {
	position: absolute;
	width: 250px;
	height: auto;
	margin-top: -245px;
	margin-right: auto;
	margin-left: 185px;
	margin-bottom: 5px;
	font: 10pt "Times New Roman", Times, serif; 
	line-height: 16pt;
	text-align: center;
	letter-spacing: 0.1em;
	color: #636363;
	z-index: 11;
}
#legallink {
	position: absolute;
	width: 400px;
	height: auto;
	margin-top: -293px;
	margin-right: auto;
	margin-left: 547px;
	margin-bottom: 5px;
	font: 10pt "Times New Roman", Times, serif; 
	text-align: center;
	letter-spacing: 0.1em;
	color: #636363;
	z-index: 99;
}
#legal {
	position: absolute;
	width: 400px;
	height: auto;
	margin-top: -235px;
	margin-right: auto;
	margin-left: 547px;
	margin-bottom: 5px;
	font: 10pt "Times New Roman", Times, serif; 
	text-align: center;
	letter-spacing: 0.1em;
	color: #636363;
}
img.floatLeft { 
    float: left; 
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}
img.floatRight { 
    float: right; 
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 7px;
}
