﻿/*
	Customization of Theme1, default style
	
	Enable stylesheet tags to apply (remove the comment tags)
*/
.body
{
	/* Background color for website */
	/*
	background-color: #f0f1ec;
	*/
}

#topBarTable
{
	/*----- Style for the topBarTable -----*/
	/*Places a background image across topBarTableLeftCell  and topBarTableRigthCell */
	/*
	background-image: url(/filearchive/images/white.gif);
	*/
}

#topBarTableLeftCell 
{
	/*----- Style for the topBarTableLeftCell -----*/
}
#topBarTableRightCell 
{
	/*----- Style for the topBarTableRightCell -----*/
}
.topMenu
{
	/*----- Style for the topMenu -----*/
	/*border-top: solid 2px #b0b5b9;*/
}

#headerImage
{
	/*----- Style for the headerImage -----*/
	background-image: url(/filearchive/css/white.gif);
	*/
}

#headerImageMinHeight
{
	/*----- Style for the headerImageMinHeight -----*/
	/* Sets the height and width of the header image */
	/*
	height: 145px;
	width: 870px;
	*/
}

#footerTextDiv 
{
	/*----- Style for the footerTextDiv -----*/
	/*
	background-image: url(/filearchive/css/bottomBar_bg.gif);
	color: #556469;
	border-left: solid 1px #d3dade;
	border-right: solid 1px #d3dade;
	border-bottom: solid 1px #d3dade;
	border-top: solid 2px #b0b5b9;
	*/
}

#footerTextTableLeftCell a, #footerTextTableLeftCell a:hover
{
	/*----- Style for the footerTextTableLeftCell -----*/
	/*
	color:#556469;
	*/
}