#row1 {
	background-color: 10498D;
	background-image: url("../images/css_themes/grey_blue/top_slice.gif");
	margin: 0 0 0 116px;
}
#row2 {
	background-color: C10000;
	background-image: url("../images/css_themes/grey_blue/mid_slice.gif");
	margin: 0 0 0 116px;
}
#row3 {
	background-image: url("../images/css_themes/grey_blue/bottom_slice.gif");
	background-color: black;
	margin: 0 0 0 116px;
	padding: 0 0 0 0;
	height: 67;
}


#nav li
{
	float: left;
	background: url("../images/css_themes/grey_blue/tab_left.gif") no-repeat left top;
}

#nav a
{
	display: block;
	text-decoration: none;
	color: black;
	background: url("../images/css_themes/grey_blue/tab_right.gif") no-repeat right top;
}

#nav li.here
{
	background: url("../images/css_themes/grey_blue/tab_selected_left.gif") no-repeat left top;
}

#nav a.here
{
	color: white;
	background: url("../images/css_themes/grey_blue/tab_selected_right.gif") no-repeat right top;
}

#time
{
	color: white;
}
#greeting
{
	color: white;
	top: 26;
}
#subnav a
{
	color: white;
}




div.w-box
{
	margin: 0;
	padding: 0;
	width: auto;
	background: url("../images/css_themes/grey_blue//w-left.gif") top left no-repeat;
}

div.w-box-head
{
	background: url("../images/css_themes/grey_blue//w-title-right.gif") top right no-repeat;
	font-size: 12px;
	font-weight: 900;
	line-height: 17px;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0;
	margin-left: 6px;
	text-align: left;
	white-space: nowrap;
	color: white;
}

div.w-box-body
{
	background: url("../images/css_themes/grey_blue/w-right.gif") top right repeat-y;
	padding: 0;
	padding-right: 6px;
	margin: 0px;
	margin-left: 6px;
}

div.w-box-content
{
	background-color: E7E2E2;
	margin: 0;
	padding: 4px;
	text-align: left;
}

div.w-box-foot
{
	background: url("../images/css_themes/grey_blue//w-bottom-left.gif") bottom left no-repeat;
}

div.w-box-foot p
{
	background: url("../images/css_themes/grey_blue//w-bottom-right.gif") bottom right no-repeat;
	margin: 0;
	margin-left: 6px;
	line-height: 6px;
}

A.sm:hover {
	color:#000099;
	background-color: #070B89;
	font-family:arial,helvetica,sans-serif;font-size:9pt;
	text-decoration:none;
	font-weight:bold
}
