html, htm, body
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
vertical-align:top;
margin:0px;

}


TABLE, TD
{
border:5;
vertical-align:top;
}
#banner_logo
{
height:100px;
width:120px; 
}
#banner_left
{
height:100px;
width:20px;
background-image:url(../Img/banner_bg_left.jpg);
background-repeat:no-repeat;
}
#banner_middle
{
	height:100px;
	background-image:url(../Img/banner_bg_middle.jpg);
	background-repeat:repeat-x;
	border-left-style: solid;
	border-top-width: thin;
}
#banner_right
{
height:100px;
width:20px;
background-image:url(../Img/banner_bg_right.jpg);
background-repeat:no-repeat;

}


#content
{
width:100%;
height:450px;
padding:0px 0px 5px 0px;
background-color:#FFFFFF;
}
#left_nav
{
 background-image:url(../Img/bg_grey_120.gif);
background-repeat:repeat-y;
}
.leftNav_link_td
{
background-image:url(../Img/leftNav_bg.gif);
background-repeat:repeat-x;
height:15px;
}
IMG
{
border:none;
margin:0;
padding:0;
}
a:link
{
	color:#0066FF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	list-style-type: none;
}
a:visited
{
	text-decoration:underline;
	color: #0066FF;
}
a:hover
{
	color:#0066FF;
	cursor: auto;
	text-decoration: blink;
	font-size: 12px;
	font-weight: bolder;
}
A.Normal:Link
{
font-size:12px;
text-decoration:none;
}
A.Normal:Hover
{
font-size:14px;
text-decoration:none;
}
A.Normal:Visited
{
font-size:14px;
text-decoration:none;
}
A.Normal:Active
{
font-size:14px;
text-decoration:none;
}
A.Left_nav:Link
{
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}
A.Left_nav:Visited
{
font-size:14px;
text-decoration:none;
color:#FFFFFF;
}
A.Left_nav:Hover
{
font-size:14px;
text-decoration:none;
color:#FF9900;
}

A.Left_nav:Active
{
font-size:14px;
text-decoration:none;
color:#FFFFFF;
}
#Left_nav_head
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
background-color:#0066FF;
text-align:center;
}
.box {
	font: 300 normal 12px/normal Arial, Helvetica, sans-serif;
	background: #CCCCCC repeat-x;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: table-cell;
	height: auto;
	width: auto;
	border-width: medium;
	border-style: outset;
	list-style: disc inside;
	cursor: nw-resize;
	page-break-before: auto;
	page-break-after: auto;
	text-transform: none;
	overflow: visible;
	position: fixed;
	visibility: visible;
	z-index: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}
