.title 
{
	color: #708090;
	background-color: #ececec;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 2px solid #ffc1c1; 
	/*	border: 2px solid #f2f7fb;*/
	text-align: center;
}
.nav 
{
	text-align: center;
	width:100%;
	background-color: #5c5cae;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	color: #5c5cae;
	border: 0px solid;
	border-bottom: 2px solid #ffa4a4;
}
.nav ul 
{
	list-style-type: none;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	border: 0;
}
.nav li 
{
	margin: 0 0 0 0; 
	border: 0;
	padding: 0 0 0 0;
	text-align: center;
	display: inline;
}
#titlebar
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #ffc1c1; 
}
.nav #choice 
{
	background-color: #ffc1c1;
	border-bottom: 2px solid #ffc1c1;
	border-left: 2px solid #ffc1c1;
	border-top: 2px solid #ffc1c1;
	border-right: 2px solid #ffc1c1;
	color: #5c5cae;
	float: left;
	padding: 0 4px 0 4px;
	margin: 0 4px 0 4px;
}
.nav a
{
	background-color: #5c5cae;
	border: 2px solid transparent;
	text-decoration: none;
	color: #ececec;
	width: 100px;
   display: block;
	float: left;
}
.nav a:visited
{
	color: #ececec;
}
.nav a:hover 
{
	background-color: #ffc1c1;
	border-bottom: 2px solid #ffa4a4;
	border-left: 2px solid #ffa4a4;
	border-top: 2px solid #ffd9d9;
	border-right: 2px solid #ffd9d9;
	color: red;
}

/***************************/
.skp
{
	text-decoration: none;
	background: #f5f5f5;
  font-weight: bold;
}
.skp a
{
   text-decoration: none;
   color: #708090;
	margin: 0px,0px,0px,0px solid;
	padding: 0px,0px,0px,0px solid;
	border: 1px solid #f7f7f7;
}
.skp a:visited
{
   text-decoration: none;
   color: #708090;
}
.skp a:hover
{
	background-color: #e0ddee;
	text-decoration: none;
	border-left: 1px solid #708090;
	border-bottom: 1px solid #708090;
	border-right: 1px solid #f4fff4;
	border-top: 1px solid #fff0f0;
	margin: 0px,0px,0px,0px solid;
	padding: 0px,0px,0px,0px solid;
}

/*************************/
.channel 
{
	text-align: center;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #5c5cae;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	border: 0px solid;
	border-bottom: 2px solid #ffa4a4;
}
.channel ul 
{
	list-style-type: none;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	margin-left: 40px;/*offset of tabs relative to browser left edge*/
	border: 0;
}
.channel li 
{
	margin: 0 0 0 0; 
	border: 0;
	padding: 0 0 0 0;
	text-align: center;
	display: inline;
}
.channel a 
{
	margin: 0 4px 0 0; /*Margin between each menu item*/
	border-bottom: 2px solid #5c5cae;
	border-left: 2px solid #5c5cae;
	border-top: 2px solid #5c5cae;
	border-right: 2px solid #5c5cae;
	width: 100px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ececec;
	background-color: #5c5cae;
}
.channel a:visited 
{
	color: #ececec;
}
.channel a:hover 
{
	background-color: #ffc1c1;
	border-bottom: 2px solid #ffa4a4;
	border-left: 2px solid #ffa4a4;
	border-top: 2px solid #ffd9d9;
	border-right: 2px solid #ffd9d9;
	color: red;
}
.channel #choice a
{
	background-color: #ffc1c1;
	border-bottom: 2px solid #ffc1c1;
	border-left: 2px solid #ffc1c1;
	border-top: 2px solid #ffc1c1;
	border-right: 2px solid #ffc1c1;
	color: #5c5cae
}
.channel #choice a:hover 
{
	background-color: #ffc1c1;
	border-bottom: 2px solid #ffa4a4;
	border-left: 2px solid #ffa4a4;
	border-top: 2px solid #ffd9d9;
	border-right: 2px solid #ffd9d9;
	color: red;
}
#channelbar
{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #ffc1c1; 
}