@charset "UTF-8";
/* CSS Document */

/***********************************************/
/* Vigilix */
/***********************************************/

/***********************************************/
/* HTML tag styles HOMEPAGE */
/***********************************************/
.homeRightside{
	background-image: url(graphics/rightside.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.homeLeftside{
	background-image: url(graphics/leftside.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.whitebar{
	background-color: #FFFFFF;
	height: 6px;
}

.newslink{
	padding-bottom: 6px;
	padding-top: 10px;
}

/***********************************************/
/* Layout Divs */
/***********************************************/

#bannerHome{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	visibility: visible;
}
#greenbar{
	background-image: url(graphics/green_bar.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	height: 14px;
	width: 100%;
	left: 0px;
	top: 255px;
}
#whitebarHome{
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 269px;
	background-color: #FFFFFF;
}
#masterHome{
	position: absolute;
	left:0px;
	width:100%;
	top: 289px;
	visibility: visible;
	background-color: #FFFFFF;
}
