body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
td.left_col {
	background-color: #000000;
	background-image: url(images/ALLSTARSPLASH_04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
td.right_col {
	background-color: #000000;
	background-image: url(images/ALLSTARSPLASH_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top_nav  A  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}

.top_nav  A:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: underline
}
.bottom_nav  A  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}

.bottom_nav  A:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: underline
}
.style2 {font-weight: bold; font-size: 12px;}

.content_area {
	margin: 7px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 585px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.rightcontent {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.leftcontent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.boldIntroduction {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.readMore A {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: right;
}

.rightnav {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-top: 30px;
}
SPAN.leftnav A {
	text-decoration: none;
	font-size: 12px;
	color: #003366;
}
SPAN.leftnav A:hover {
	text-decoration: underline;
}

.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 160px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.glossymenu li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-color: white;
	background-image: url(../images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(/images/glossyback2.gif);
}

