/*LAYOUT SECTION */
#leftcontent {
	position: absolute;
	left:10px;
	top:90px;
	width:200px;
	/*background:#fff;*/
	/*border:1px solid #000;*/
}
/*#centercontent {
	margin-left: 199px;
	margin-right:199px;
	margin-top:90px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
}*/
#centercontent {
	position: absolute;
	left:230px;
	top:90px;
	width:600px;
}
#headercenter {
	/*background:#fff;*/
	margin-left: 199px;
	margin-right:199px;
	margin-top:10px;
	/*border:1px solid #000;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
}
/*html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
}*/
#rightcontent {
	position: absolute;
	right:10px;
	top:90px;
	width:200px;
	/*background:#fff;
	border:1px solid #000;*/
}
/* HEADER SECTION */
.headerLayer {
	position:absolute;
	left:10px;
	top:10px;
	width:800px;
}
.titleLayer {
	position:absolute;
	height:20px;
	z-index:2;
	left:150px;
	top: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.nav {
	position:absolute;
	height:17px;
	z-index:3;
	left:150px;
	top: 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
/* END HEADER SECTION*/
/* DEFINE Boxes for text */
.cssbox1, .cssbox1_body, .cssbox1_head, .cssbox1_head h2, .cssbox2, .cssbox2_body, .cssbox2_head, .cssbox2_head h2 { 
	background: transparent url(../images/demobox.png) no-repeat bottom right; 
} 
.cssbox1 { 
	width: 600px !important; /* intended total box width - padding-right(next) */ 
	width: 585px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
} 
.cssbox2 { 
	width: 200px !important; /* intended total box width - padding-right(next) */ 
	width: 185px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
} 
/* set the top-right image */ 
.cssbox1_head{ 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
.cssbox2_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox1_head h2{ 
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
}
.cssbox2_head h2 { 
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.cssbox1_body{ 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 2px 0 15px 40px; /* mirror .cssbox_head right/left */ 
	font:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
} 
.cssbox2_body{ 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 2px 0 15px 40px; /* mirror .cssbox_head right/left */ 
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
} 
a.whitelink:link {color: #ffffff; text-decoration:none}
a.whitelink:active {color: #ffffff; text-decoration:none}
a.whitelink:visited {color: #ffffff; text-decoration:none}
a.whitelink:hover {color: #cccccc; text-decoration:underline}



#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 100%;
	bottom: 10px;
	position: absolute;
	left: 10px;
}
