/*Cascading Style Sheet*/
td.MenuLink{
background-repeat:no-repeat;
width:100%;
height:30px;
cursor:pointer;
background-image: url(../images/menu/dark_blue_swoosh.png);
}
a.Menu:link{
position:relative;
padding:12px 0px 0px 27px;

text-align:center;
/*
border:1px solid black;*/
display:block;
font-weight:bold;
text-decoration:none;
color:#197FB0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8pt;
width:100%;
height:20px;
}

a.Menu:visited{


position:relative;
padding:12px 0px 0px 23px;

text-align:center;
/*
border:1px solid black;
*/
display:block;
font-weight:bold;
text-decoration:none;
color:#197FB0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8pt;
width:100%;
height:20px;

}
a.Menu:hover{

display:block;
color:#00A5E4;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8pt;
}
#Menu{
	vertical-align:top;
	position:absolute;
	left:3px;
	padding:121px 0px 0px 0px; 
	z-index:30;
	text-align:center;
}
#Header
{
	position:absolute;
	padding:0px 0px 0px 0px; 
	z-index:3;
	top:25px;

}
#Banner{
	position:absolute;
	top:30px;
	left:250px;
	z-index:4;
}
#BigLine{
	z-index:4;
	width:90%;
	border-top:5px solid #197FB0;
	position:relative;
	top:125px; 
}

table.Menu{
width:162px;
}
td.TopLeft{
background-image:url(../images/left_slice.gif);
background-repeat:repeat-y;
width:20px;
}
td.TopLine{
	background-image:url(../images/top_slice.gif);
	background-repeat:repeat-x;
}
td.TopRight{
	background-image:url(../images/right_side.gif);
	background-repeat:repeat-y;width:20px;
}
td.LeftSide{
	background-image:url(../images/left_slice.gif);
	background-repeat:repeat-y;
}
td.RightSide{
background-image: url(../images/right_side.gif);
background-repeat:repeat-y;
}
td.BottomLine{
background-image:url(../images/bottom_slice.gif);
background-repeat:repeat-x;
}
td.MenuUnderline{
	border-top:1px solid #197FB0;
}
#MenuHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#197FB0;
}
table.MenuLink{
	width:112px;
}
#Content{
	width:600px;
	padding:121px 0px 0px 158px;
}
#ContentTable{
	width:600px;
}
#ContentTableCell{
	width:585px;
}
a.TopLinks:link{color:#999999; font-size:9px; text-decoration:none}
a.TopLinks:visited{color:#999999; font-size:9px; text-decoration:none}
a.TopLinks:hover{color:#999999; font-size:9px; text-decoration:underline}
a.TopLinks:active{color:#999999; font-size:9px; text-decoration:underline}

