body{
    margin:0px;
    background-color: #f1fdd5;
}

.pagefont{
    color:#504F4F;
    font-family:verdana,arial;
    font-size:11px;
}

.pagefont a{
  color:#0C789B;
   font-weight:normal;
   text-decoration:none;
}

.pagefont a:hover{
   text-decoration:underline;
}

.mainheader{
   color:#3B3B3B;
   font-family:trebuchet ms,verdana,arial;
   font-size:14pt;
   
   
}

.subheader{
   color:#E56700;
   font-family:trebuchet ms,verdana,arial;
   font-size:13pt;	 
   font-weight:normal;
}
.orangetxt{
color:#E56700;
font-weight:bold;
}
.menu{
   color:#FFFFFF;
   font-family:arial;
   font-size:12px;	
   font-weight:bold;
   padding-top:7px;
   padding-bottom:1px;
   border-bottom:1px dotted #FFE349;
   
}
.menu a{
    color:#FFFFFF;
   text-decoration:none;
}
.menu a:hover{
   color:#433658;

}

.sponsorspacing{
   margin-bottom:5px;
   padding-bottom:5px;
}

.newsitemspacing{
   margin-bottom:3px;
   padding-bottom:3px;
}

#menulist{
margin-top: 2px;
margin-left: 0;
padding-left: 0;
list-style: none;
}

#menulist li {
padding-left: 15px;
margin-bottom:10px;
background-image: url(../images/orange_arrow.jpg);
background-repeat: no-repeat;
background-position: 0 .1em;
}



#newslist{
margin: 0px;
margin-top: 2px;

padding-left: 0;
list-style: none;
}

#newslist li {
padding-left: 15px;
background-image: url(../images/news2.jpg);
background-repeat: no-repeat;
background-position: 0 .1em;
width:235px;
}

#eventslist{
margin: 0px;
margin-top: 2px;
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
}

#eventslist li {

padding-left: 15px;
background-image: url(../images/news2.jpg);
background-repeat: no-repeat;
background-position: 0 .1em;

}

.readmore{
padding-left: 15px;
background-image: url(../images/orange_arrow.jpg);
background-repeat: no-repeat;
background-position: 0 .1em;
}
.readmore a{
padding-left: 15px;
background-image: url(../images/orange_arrow.jpg);
background-repeat: no-repeat;
background-position: 0 .1em;
}
.copyright{
   font-family:arial;
   font-size:11px;
   color:#000000;
}

/************************************CSS for magtabber**************************************/
.shadetabs{

padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade2.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.magcontent{

display:none;
}

@media print {
.magcontent {
display:block !important;
}
}

