body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/nav/tiling_header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #eee;
	font-family: Tahoma;
	font-size: 12px;
}

ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:active, a:visited {
	color: #06F;
	text-decoration:underline;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

.redBoldText {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

.boldBullets a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

.boldBullets a:active {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}

.boldBullets a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

.boldBullets a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:underline;
}

h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#copyright {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

#footerCopy {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #369;
}

#footerCopy a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #369;
}

#footerCopy a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #369;
}

#footerCopy a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #369;
}

#footerCopy a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:underline;
}

#bodyCopy {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding: 8px;
}

#callOut {
	text-align: center;
}

#leftNav {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding-left: 8px;
	padding-top: 3px;
}

#leftNav a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding-left: 8px;
	padding-top: 3px;
	text-decoration:none;
}

#leftNav a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding-left: 8px;
	padding-top: 3px;
	text-decoration:none;
}

#leftNav a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding-left: 8px;
	padding-top: 3px;
	text-decoration:none;
}

#leftNav a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding-left: 8px;
	padding-top: 3px;
	text-decoration:underline;
}

/* menu styles start here */

.TopGroup
{
  background-color:#244B72; 
  cursor:pointer; 
}

.TopGroupDisabled
{
  background-color:#244B72; 
  cursor:auto; 
}

.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #4E5358 solid; 
  border-style:solid; 
  cursor:pointer; 
}

.TopMenuItem
{
  color:white; 
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  padding:20px;
  cursor:pointer; 
}

.TopMenuItemHover 
{
  cursor:pointer; 
}

.TopMenuItemHoverDisabled 
{
  cursor:auto; 
}

.MenuItem
{
  border: 1px solid #F5F5F5;
  color:#00025C;
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer; 
}

.MenuItemHover 
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer; 
}

.MenuItemActive
{
  color: #333333;
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer; 
}

.MenuItemExpanded
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F;
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer; 
}

/* media area styles start here */

#mediaFormats {
	padding: 8px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #CCCCCC;
}

#mediaTitle {
	background-color: #eee;
	padding: 8px;
	font-family: Tahoma;
	font-size: 11px;
}

#mediaTitleRight {
	background-color: #eee;
	text-align: right;
	padding: 8px;
	font-family: Tahoma;
	font-size: 11px;
}

.formatText {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

.mediaTitleText {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}