/* When a style is define for both an ID and a tag or class, */
/* you can split out the id to define it differently.        */

/* Body */
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}
#body_index {
	/* You can define styles on an individual page basis based on       */
	/* the ID of the body tag, which is body_[pagename] (without .html) */
}

/* Page Title */
H1{ margin:0px; }
H1,
#page_title { 
	font-family:Helvetica, Verdana, sans-serif;
	color:#FFFFFF;
	font-size:20px;
	height:359px;
	height:expression('359px');
	width:778px;
	width:expression('950px');
	background:url('/heading_bg.gif') no-repeat 0px 0px #000;
	line-height:129px;
	text-align:left;
	padding:22px;
  padding-left: 200px;
	position:absolute;
	left:0px;
	top:0px;
}
/* Main Area */
.mainarea, 
#mainarea {
	width:1100px;
	background:#000;
	padding-top:expression('185px');
	padding-top:170px;
	padding-right:150px;
	padding-left:150px;
	position:relative;
}

/* Major Heading */
H2,
#heading_1 { 
	color:#FFF;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:19px;
	font-weight:bold;
  position: relative;
  padding-top: 50px;
}

/* Minor Heading */
H3,
#heading_2,
#heading_3,
#heading_4,
#heading_5,
header_1,
header_2,
header_3 {
	color:#FFF;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	position:relative;
}

/* Navigation Links */
#linksarea {
	font-weight:bold;
	width:102px;
	width:expression('122px');
	position:absolute;
  background: #666;
	left:0px;
	top:341px;
	color:#000000;
	text-align:center;
  padding: 10px; 
  height: 1000px;
}
#linksarea a,
#linksarea a:link,
#linksarea a:visited,
#linksarea a:active {
	color:#000;
	text-decoration:none;
	font-family:Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	display:block;
}
#linksarea a:hover {
	text-decoration:underline;
}
.linksdivider {
	display:none;
}

/* "Current Page" menu link, optional */
#linksarea a.ivCP,#linksarea a:link.ivCP,#linksarea a:visited.ivCP,#linksarea a:active.ivCP,
.ivCP{ background: #000; color: #fff; }

/* Text Area */
.textarea {
  width: 820px; 
	font-size:12px;
	color:#FFFFFF;
	font-family:Helvetica, Verdana, sans-serif;
	position:relative;
}

.textbox1 {
	width:750px;
	width:expression('760px');
	float:left;
	padding-left:22px;
	padding-right:11px;
}
.textbox2 {
	width:750px;
	float:right;
	padding-left:11px;
	padding-right:22px;
}
.textbox3 {
	width:750px;
	width:expression('800px');
	padding-left:22px;
	padding-right:22px;
  position: relative; /* for slide_show page */
}
.textbox4 {
	width:750px;
	width:expression('760px');
	float:left;
	clear:left;
	padding-left:22px;
	padding-right:11px;
}
.textbox5 {
	width:750px;
	width:expression('760px');
	float:right;
	clear:right;
	padding-right:22px;
	padding-left:11px;
}
.textbox6 {
	width:640px;
	width:expression('596px');
	padding-left:22px;
	padding-right:22px;
}


/* Text Items */
.textitem,
#text_1,
#text_2,
#text_3,
#text_4,
#text_5 {
}

#text_1{ 
  width: 550px; 
}

/* Link Items */
.linkitem, .linkitem a,
#link_1,
#link_2,
#link_3,
#link_4,
#link_5 {
	color:#0000FF;
}

/* Image Items */
.imageitem img,
#image_1 img,
#image_2 img,
#image_3 img,
#image_4 img,
#image_5 img {
}
#bottombuffer{
	width:100%;
	height:22px;
	clear:both;
}