/* GENERAL STYLES */

body {
	background-color: #eeeeee;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

p, li, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #696969;
	line-height: 18px;
	font-weight: bold;
	margin: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	line-height: 18px;
	font-weight: bold;
	margin: 2px;
}

 UL {
	padding-left: 0px;
	margin: 0px 0px 10px 20px;
}

 LI {
	padding: 0px 0px;
	margin: 0px 5px 5px 0px;
}
img {
	border: 0px;
}

/* LINK STYLES */

a { color: #CC0000; cursor: pointer;}
a:link { color: #CC0000; cursor: pointer;}
a:visited { color: #CC0000; cursor: pointer; }
a:active { color: #CC0000; cursor: pointer; }
a:hover { color: #999999; cursor: pointer; }



#sidebarHome a { color: #CC0000; text-decoration: none;}
#sidebarHome a:link { color: #CC0000; text-decoration: none;}
#sidebarHome a:visited { color: #CC0000; text-decoration: none; }
#sidebarHome a:active { color: #CC0000; text-decoration: none; }
#sidebarHome a:hover { color: #CC0000; text-decoration: none; }



#sidebar a { color: #CC0000; text-decoration: none;}
#sidebar a:link { color: #CC0000; text-decoration: none;}
#sidebar a:visited { color: #CC0000; text-decoration: none; }
#sidebar a:active { color: #CC0000; text-decoration: none; }
#sidebar a:hover { color: #CC0000; text-decoration: none; }


#trackSessions h3 {
color: #CC0000;
margin-bottom: 0px;
margin-top: 15px;
}

#trackSessions UL {
margin-top: 0px;
margin-bottom: 0px;
}


#trackSessions P {
margin: 4px 0px 8px 0px;
}


#trackSessions a { color: #999999; text-decoration: underline;}
#trackSessions a:link { color: #999999; text-decoration: underline;}
#trackSessions a:visited { color: #999999; text-decoration: underline; }
#trackSessions a:active { color: #999999; text-decoration: underline; }
#trackSessions a:hover { color: #999999; text-decoration: underline; }


#breadcrumbs { font-size: 11px;color: #999999; border-bottom: 10px solid #fff; }
#breadcrumbs a { color: #999999; text-decoration: none;}
#breadcrumbs a:link { color: #999999; text-decoration: none;}
#breadcrumbs a:visited { color: #999999; text-decoration: none; }
#breadcrumbs a:active { color: #999999; text-decoration: none; }
#breadcrumbs a:hover { color: #cccccc; text-decoration: none; }


/**/
#nav a,  #nav a:link, #nav a:visited, #nav a:active  { font-size: 11px; color: #CC0000;text-decoration: none;line-height: 20px;}
#nav  a:hover { color: #CC0000; font-size: 11px;text-decoration: none;line-height: 20px;}


#subNav a,  #subNav a:link, #subNav a:visited,  #subNavOn a:active  { font-size: 10px; color: #CC0000;text-decoration: none;line-height: 20px;}
#subNav  a:hover { color: #CC0000; font-size: 10px;text-decoration: none;line-height: 20px;}



.smallFont{
	font-size: 11px;
	line-height: 13px;
}


.bar{
	background-color: #eeeeee;
}

#boxedCopy {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-top: 1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	border-left:  20px solid #eeeeee;
	border-right: 20px solid #eeeeee;
}
#boxedCopy P {
	color: #CC0000;
}


#hotBox {
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;

}
#hotBox P {
	color: #CC0000;
}