@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: center;
	z-index: -50;
	padding: 0px 0px;
}
#header {
	height: 86px;
	width: 100%;
	float:left;
	z-index:50;
	margin: 0;
}
#main {
	position:absolute;
	left: 190px;
	top: 104px;
	background-color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 20px 10px 4px 10px;
	width: 630px;
	z-index:25;
}
#right {
	position:absolute;
	left: 832px;
	top: 133px;
	background-color: #ffffff;
	float: right;
	margin: 0;
	padding: 20px 10px 4px 10px;
	width: 136px;
	z-index:25;
	height: 299px;
}
#special {
	position:absolute;
	left: 834px;
	top: 465px;
	background-color: #FFFFFF;
	float: right;
	margin: 0;
	padding: 20px 10px 4px 10px;
	width: 158px;
	z-index:25;
	height: 176px;
	border-color: #000000;
	border: 6;
}
#content {
	background-color: #FFFFFF;
	float: inherit;
	margin: 0;
	padding: 5px;
	z-index: 20;
}
#left {
	background-image: url(geometry/left_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	width: 152px;
	height: 382px;
	left: 19px;
	top: 118px;
	float: left;
	padding: 0px;
	margin: 5px;
	z-index: 1;
}
#left_inset {
	position: absolute;
	top: 55px;
	left: 7px;
	background-image: url(geometry/left_inset_bg.png);
	background-color: #FFFFFF;
	background-position:top;
	background-repeat: repeat-y;
	width: 137px;
	height: 281px;
	padding: 15px 0px 0px 0px;
	float: none;
	z-index:50;
}
#NL_sub {
	position: absolute;
	top: 525px;
	left: 23px;
	background-color: #FFFFFF;
	float: right;
	width: 152px;
	height: 281px;
	padding: 15px 0px 0px 0px;
	float: none;
	z-index:50;
		
}
#footer {
	background:#FFFFFF;
	width: 100%;
	padding: 10px 5px;
	float: left;
	z-index: 1;
}


/* Font Settings */
h2	{
	font:Arial, Helvetica, sans-serif normal;
	color: #ffffff;
	font-size: 16px;
}
h3	{
	font:Arial, Helvetica, sans-serif normal;
	color: #ffffff;
	font-size: 14px;
}
p	{
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#000000;
	text-align:left;
}
ul	{
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:left;
}

.h2blue	{
	font:Arial, Helvetica, sans-serif normal;
	color: #000099;
	font-size: 16px;
}

.h1blue	{
	font:Arial, Helvetica, sans-serif normal;
	color: #000099;
	font-size: 21px;
}
.bodytextb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
}
.bodyred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height: 1.3;
	font-weight: normal;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {font-size: 24px}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
