body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	color: #686767;
	text-align: left;
}

#deco_bottom {
	background-image: url(../images/body_bg_bottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 10px;
	color: #959393;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
	background-image: url(../images/deco_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer a:link, #footer a:visited, #footer active {
	color: #959393;
	text-decoration: none;
}

#footer a:hover {
	color: #959393;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* ----------------------------------------------------- "Main Page" styles ------------------------------------------------------ */
#index_content {
	position: relative;
	top: 0;
	left: 0px;
	width: 960px;
	height: 509px;
	background-image: url(../images/index_content_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

#signup_newsletter {
	position: absolute;
	left: 15px;
	top: 225px;
	width: 170px;
	height: 34px;
}

#read_newsletter {
	position: absolute;
	left: 15px;
	top: 259px;
	width: 170px;
	height: 40px;	
}

#announcement {
	position: absolute;
	left: 15px;
	top: 345px;
	width: 175px;	
}

.announcement_text {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	color: #686767;
	text-align: left;
	line-height: 14px;
}

.announcement_text a:link, .announcement_text a:visited, .announcement_text a:active {
	color: #686767;
	text-decoration: none;
}

.announcement_text a:hover {
	color: #c2191c;
	text-decoration: none;
}

#welcome_text {
	position: absolute;
	left: 220px;
	top: 119px;
	width: 345px;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	color: #686767;
	text-align: left;
	line-height: 14px;
}

#btn_read_more {
	position: absolute;
	left: 489px;
	top: 196px;
	width: 71px;
	height: 25px;
}

#overview {
	position: absolute;
	top: 327px;
	left: 206px;
	width: 366px;
	height: 157px;
	clear: both;
}

#banner_main {
	position:absolute;
	left:590px;
	top:30px;
	width:370px;
	height:460px;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------- "Sub Pages" styles ------------------------------------------------------ */
#sub_content {
	width: 960px;
	height: 499px;
	background-image: url(../images/sub_content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#sub_flash {
	position: relative;
	left: 10px;
	top: 29px;
	width: 291px;
	height: 441px;
}

.content_text {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	color: #686767;
	text-align: justify;
	line-height: 16px;
}

.content_text a:link, .content_text a:visited, .content_text a:active {
	color: #686767;
	text-decoration: underline;	
}

.content_text a:hover {
	color: #c2191c;
	text-decoration: underline;
}

.tbl_col1 {
	border-left: 1px  #c2191c dashed;
	border-right: 1px  #c2191c dashed;
	border-bottom: 1px  #c2191c dashed;
	padding: 5px;
	vertical-align:top
}
/* ------------------------------------------------------------------------------------------------------------------------------- */
