body,div,span,p,ul,li,td,th,input,select,textarea,button { 
	font: 12px Verdana, Tahoma, Arial;
	color:#5c5c5c;
}

body
{
}

/*Home Page Style*/
/*============================================================================================================*/

a{color:#0066cc;}

TABLE#master
{
	margin-top:0px;
	width:850px;
	background-color:white;
}

TABLE#master TD#topper
{
	background-color:#c9e1f9;
	border-bottom:2px solid #599cd3;
	height:20px;
	
}

TABLE#master TD#headerMenu
{
	background-color:#dbedff;
	border-bottom:2px solid #599cd3;
	
}

TABLE#master TD#header
{
	background-color:#f9fcfe;
	background : url(/webimgs/headerBG.png) repeat-x;
	border-bottom:1px solid gray;
	text-align:left;
}



TABLE#master TD#header2
{
	border-top:1px solid black;
	background-color:#570c07;
	height:15px;
	color:white;
	
}


TABLE#master TD#leftHomeSection
{
	background : url(/webimgs/bgImage.png) repeat-x;
	width:570px;
}

TABLE#master TD#centerHomeSection
{
	background-color:#d2d1c2;
	border-bottom:1px solid gray;
	width:280px;
	padding:10px;
	text-align:left;
	
}

TABLE#master TD#rightHomeSection
{
	display:none;
}

TABLE#master TD#leftHomeSection2
{
	padding:20px;
	background-color:white;
	width:530px;
	border-right:1px solid gray;
	text-align:left;
}

TABLE#master TD#centerHomeSection2
{
	background-color:#edf4fb;
	padding:10px;
	text-align:left;
}

TABLE#master TD#rightHomeSection2
{
	display:none;
}

/*Start Second Pages Style*/
/*============================================================================================================*/

TABLE#master TD#leftSection
{
	padding:20px;
	background-color:white;
	width:600px;
	border-right:1px solid gray;
	text-align:left;
}

TABLE#master TD#centerSection
{
	background-color:#edf4fb;
	padding:10px;
	text-align:left;
}

TABLE#master TD#rightSection
{
	display:none;
}

TABLE#master TD#footer
{
	background-color:#EEEEEE;
	border-top:1px solid gray;
	padding:5px;
	height:15px;
	text-align:center;
}


/*Master Template*/


.header-large-blue {
	color:#4180B6;
	font-size-adjust:none;
	font-stretch:normal;
	font-style: normal;
	font-variant:normal;
	line-height:13pt;
	font-size:18px;
	font-weight:normal;
}

.pageTitle{ 
	padding:5px 10px 10px 0px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style: normal;
	font-variant:normal;
	line-height:13pt;
	font-size:20px;
	font-weight:normal;
	color:#4180B6;
}

.pageTitle a {
	text-decoration:none;
	color:#111;
}
.pageTitle a:hover {
	color:#4180B6;
}

.linkTitle{
	font-size:11px;
}

.linkDate{
	color:gray;
	font-size:10px;
}

.itemContainer{
	padding:20px 10px 10px 10px;
}


.itemLink{
	color:#4180B6;
	font-size-adjust:none;
	font-stretch:normal;
	font-style: normal;
	font-variant:normal;
	line-height:13pt;
	font-size:18px;
	font-weight:normal;
}

.itemDate{
	font-size:10px;
	color:gray;
	padding-bottom:10px;
}

	/* classes for validator */
	.tfvHighlight
		{font-weight: bold; color: red;}
	.tfvNormal
		{font-weight: normal;	color: black;}
