/* CSS Document */
* {
padding:0;
margin:0;
}

.navbar a:link {
color: #fcf101;
text-decoration: none;
}
.navbar a:visited{
color: #fcf101;
text-decoration: none;
}
.navbar a:hover {
color: #fc3c30;
text-decoration: none;
}
.navbar a:active{
color: #fcf101;
text-decoration: none;
}

.programnavbar a:link {
color: #fcf101;
text-decoration: none;
}
.programnavbar a:visited{
color: #fcf101;
text-decoration: none;
}
.programnavbar a:hover {
color: #1050AE;
text-decoration: none;
}
.programnavbar a:active{
color: #fcf101;
text-decoration: none;
}

.contentbox a:link {
color: #fc3c30;
text-decoration: none;
}
.contentbox a:visited{
color: #fc3c30;
text-decoration: none;
}
.contentbox a:hover {
color: #1050AE;
text-decoration: none;
}
.contentbox a:active{
color: #1050ae;
text-decoration: none;
}

body {
background-image: url(red_bar_scroll.gif);
background-repeat: repeat-x;
font-family: Arial;
font-size: 14px;
}

.bluetitle {
color: #1050AE;
font-size: 18px;
font-weight: bold;
text-align: center;
}

.activetabtl {
height: 32px;
width: 103px;
float: left;
background-image: url(red_tab.gif);
background-repeat: no-repeat;
padding-top: 6px;
}

.idletabtl {
height: 32px;
width: 103px;
float: left;
background-image: url(blue_tab.gif);
background-repeat: no-repeat;
padding-top: 6px;
}

.activetabol {
height: 22px;
width: 103px;
float: left;
background-image: url(red_tab.gif);
background-repeat: no-repeat;
padding-top: 16px;
}

.idletabol {
height: 22px;
width: 103px;
float: left;
background-image: url(blue_tab.gif);
background-repeat: no-repeat;
padding-top: 16px;
}

.logoleftbar {
margin: 4px 0px 0px 0px;
width: 180px;
float: left;
}
html>body> .logoleftbar {
margin: -10px 0px 0px 0px;
}

.italbox {
color: #1050ae;
font-size: 12px;
font-style: italic;
font-weight: bold;
margin: 14px 0px 0px 187px;
}
html>body> .italbox {
margin: 14px 0px 0px 190px;
}

.navbar {
color: #1050AE;
margin: 55px 0px 0px 190px;
text-align: center;
}

.programnavbar {
color: #1050ae;
margin: 21px 0px 0px 187px;
background-color: #fc3c30;
border-style: solid;
border-width: 1px 2px 1px 2px;
border-color: #fc3c30;
padding: 6px 18px 6px 18px;
width: 620px;
}
html>body> .programnavbar {
margin: 21px 0px 0px 190px;
padding: 6px 18px 5px 18px;
}

.programcontentbox {
margin: 0px 0px 0px 187px;
border-style: solid;
border-width: 1px 2px 2px 2px;
border-color: #fc3c30;
padding: 12px 8px 12px 8px;
width: 640px;
}
html>body> .programcontentbox {
margin: 0px 0px 0px 190px;
}

.contentbox {
margin: 94px 0px 0px 187px;
padding: 12px 8px 12px 8px;
border-style: solid;
border-width: 30px 2px 2px 2px;
border-color: #fc3c30;
width: 640px;
}
html>body> .contentbox {
margin: 21px 0px 0px 190px;
}

.redtitle {
color: #fc3c30;
font-size: 16px;
font-weight: bold;
}

.contentfooter {
color: #1050ae;
font-size: 13px;
text-align: center;
margin: 0px 0px 12px 187px;
background-color: #fc3c30;
border-style: solid;
border-width: 1px 2px 1px 2px;
border-color: #fc3c30;
padding: 5px 18px 6px 18px;
width: 620px;
}
html>body> .contentfooter {
margin: 0px 0px 12px 190px;
}