body,div,span,p,ul,li,td,th,input,select,textarea,button { 
	font: 12px Verdana, Tahoma, Arial;
}

body
{
}


/*Master Template*/

TABLE#master
{
	margin-top:0px;
	width:900px;
	background-color:white;
	border:5px solid black;
}

TABLE#master TD#header
{
	background-color:white;
}

TABLE#master TD#header2
{
	border-top:1px solid black;
	background-color:#570c07;
	height:15px;
	width:900px;
	color:white;
}


TABLE#master TD#leftSection
{
	background-color:#ba5854;
	background-color:#727272;
	width:250px;
}

TABLE#master TD#centerSection
{
	background-color:white;
	width:650px;
	padding:10px;
}

TABLE#master TD#centerSection2
{
	background-color:black;
	width:650px;
	padding:10px;
}

TABLE#master TD#rightSection
{
	display:none;
}

TABLE#master TD#footer
{
	background-color:#570c07;
	padding:5px;
	height:15px;
}

.pageTitle{
	font-size:20px;
	font-weight:bold;
	color:maroon;
	padding: 10px 5px 10px 0px;
}

/*Master Template*/

div.adBlockTop{
	background-image : url(/webimgs/adBlockTop.gif);
	width:222px;
	height:20px;
}

div.adBlock{
	background-color : #ffdc98;
	width:222px;
}

div.adBlockBottom{
	background-image : url(/webimgs/adBlockBottom.gif);
	width:222px;
	height:20px;
}

