*
{
	margin: 0px;
	padding: 0px;
}

img
{
	border-width:0px;
}

a 
{
	font-size:12px;
}

a:link {
	color: #D72020;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #D72020;
}

body {
	
	background: #ffffff url('../images/back_all.gif') repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}


table.site
{
	width:100%;
	height:100%;
}

td.glowLeft
{
	background:transparent;
	background-image:url('../images/glow_left.gif');
	background-position:top right;
	background-repeat:repeat-y;
}

td.glowRight
{
	background:transparent;
	background-image:url('../images/glow_right.gif');
	background-position:top left;
	background-repeat:repeat-y;
}

td.content{
	width:914px;
	background-color:#edeaea;
	background-image:url('../images/body_back.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
	
}




div.header
{
	background-image:url('../images/header.jpg');
	background-position:bottom left;
	height:112px;
	border-bottom:4px solid #db0d11;
}


td.leftMenu
{
	width:250px;
	text-align:center;
}



td.rightSection div
{

}

table.leftContainer
{
	padding-top:20px;
	margin-left:5px;
	width:240px;
	overflow:auto;

}

td.leftContainerHeader
{
	height:40px;
	background-image:url('../images/title.jpg');
	color:white;
	font-family:Times;
	font-weight:bolder;
	text-transform:uppercase;
	text-align:center;
}

td.leftContainerBody
{
	border:1px solid #D72020;
	border-top-width:0px;
	background-color:#edeaea;
	padding-left:8px;
	padding-bottom:8px;
	padding-top:4px;
	font-size:12px;
}

td.rightSection
{
	overflow:auto;
	padding-left:50px;
	font-size:12px;
}


h3
{
	margin: 0;
	padding: 0px;
	color: #D72020;
}





