
.menu {
   font-family: Arial;
   font-size: 16px;
   font-weight: bolder;
   color: #EC1918;
   margin-left: 10px;
   align: middle;
}
.menu A:link {
        text-decoration: none;
        color: #1C19D8;
}
.menu a:visited {
        text-decoration: none;
        color: #1C19D8;
}
.menu a:hover {
        text-decoration: none;
}

.submenu {
   font-family: Arial;
   font-size: 14px;
   font-weight: bolder;
   color: #EC2928;
   margin-left: 40px;
   align: middle;
}
.submenu A:link {
        text-decoration: none;
        color: #1C99a8;
}
.submenu a:visited {
        text-decoration: none;
        color: #1C99a8;
}
.submenu a:hover {
        text-decoration: none;
}

.style10 {color: #000000}
.style11 {color: #803458}
.style20 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #000000;
}
.style21 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
}
.style24 {
        color: #FF9900;
        font-size: 12px;
}
.style25 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
}
.style26 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
}

.switch a:link {
        text-decoration: none;
        color: #10ff99;
}
.switch a:visited {
        text-decoration: none;
        color: #10ff99;
}
.switch a:hover {
        text-decoration: underline;
        color: #009900;
}

a:link {
        text-decoration: none;
        color: #0000F2;
}
a:visited {
        text-decoration: none;
        color: #9242f2;
}
a:hover {
        text-decoration: underline;
        color: #009900;
}
a:active {
        text-decoration: none;
        color: #ECE9D8;
}

/* Header Layout */

.masterheader {

}

.header {
        background: url(../images/nav_bg8.jpg) #000000 repeat-x;
        height: 44px;

}

.header-right {
        background: url(../images/nav_bg_right8.jpg) no-repeat right;
        margin: 0;
        padding: 0;
        height: 44px;

}

.header-left {
        background: url(../images/nav_bg_left8.jpg) no-repeat left;
        margin: 0;
        padding: 0;
        height: 44px;

}

/* Primary Top Header Navigation */

.nav {
        margin: 0;
        padding: 0 0 0 6px;
        color: inherit;
}

.nav li {
        float: left;
        margin: 0;
        padding: 15px 0 0 0;
        list-style-type: none;
        text-transform: uppercase;
        font-family: verdana, arial, san-serif;
        font-size: 9px;
        font-weight: bold;
}

.nav li a,  .nav li a:visited {
        text-decoration: none;
        padding: 13px 0 14px 26px;
        color: #fff;
}

.nav li #live {
        color: #c9f381;
}

.nav li a:hover, .nav li a:active {
        background-color: inherit;
        text-decoration: none;
        color: #c9f381;
}

/* FOOTER FORMATING */

div.footer {
	/*border-top: 2px solid #ddd;*/
	clear: both;

	width: 100%;

}

.footright {
	margin: 0;
	padding: 0;
	background: url(../images/foot_right2.jpg) no-repeat right;
	height: 44px;
}

.footleft {
	background: url(../images/foot_left2.jpg) no-repeat left;
	margin: 0 0 0 0;
	padding: 0;
	height: 44px;
}

.foot {
	margin: 0 auto 0 auto;
	background: url(../images/footer2.jpg) #ededed;
	color: #4b4b4b;
	text-align: center;
	font: 8px Verdana, Arial, Helvetica, Sans-serif;
	height: 44px;
}

.foot a {
	text-decoration: none;
}

.foot a:link, .foot a:visited {
	background-color: inherit;
	color: #4333a3;
}

.foot a:hover, .foot a:active {
	background-color: inherit;
	color: #49a321;
}
