body {
   margin : 0px;
   padding : 0px;
   text-align :center;
   background : url("/media/img/bgstrip3.png");
   background-color : #a6e800;
   /* background-color : #f4ff95; */
   /* background-color : #FEC100;YELLOW */
   /* background-color : #FFE8FF;LIGHTPINK */
   /* background-color : #FFFFFF;WHITE */
   /* background-color : #FAF715;BRIGHTYELLOW */
   /* background-color : #D2C6CD;GREY_VIOLET */
   /* background-color : #FFCCCB;PINK */
   background-repeat : repeat-x;
   background-position : top center;
}

a:focus {
   outline: none;
}

img {
   border : 0;
}

#centerColumn {
   width : 760px;
   min-width : 760px;
   padding : 1px 5px 20px 5px;
   margin : auto;
   text-align : left;
}

#topbar {
   float : left;
   border : 0px;
   height : 100px;
   margin-top : 60px;
}

#topbar img.noborder {
   margin : 0px 10px 0px 10px;
}

#logo {
   float : right;
   border : 0px;
   height : 100px;
   margin-top : 84px;
}

#content {
   clear : both;
   /*   margin-top : 6px; */
   margin : 0px 5px 0px 5px;
/*   background-color : #ffffff;*/
}

#content a:hover
{ 
   text-decoration : underline;
}

#content img.RIGHTSIDE,
#content img.LEFTSIDE,
#content img.CENTERED {
   padding : 5px;
}

#content img.RIGHTSIDE {
   float : right;
   margin : 5px 10px 5px 10px;
}

#content img.LEFTSIDE {
   float : left;
   margin : 5px 10px 5px 10px;
}

#content img.CENTERED {
   display : block;
   margin-top : 6px;
   margin-bottom : 10px;
}

.singlenews {
   clear : both;
   background-color : #ffffff;
   -moz-border-radius: 1.0em;
   -webkit-border-radius: 1.0em;
   border-radius: 1.0em;
   text-align : justify;
   text-decoration : none;
   padding : 10px 15px 5px 15px;
   font : 14px arial, sans-serif;
   color : #999999;
   text-decoration : none;
   margin-bottom : 10px;
   line-height : 150%;  
}

.singlenews h1.newstitle {
   text-decoration : none;
   color : #a6e800;
   font : 16px arial, sans-serif;
   font-weight : bold;
   margin : auto;
}

.singlenews a.newstitle {
   text-decoration : none;
   color : #00A8FF;
   font : 16px arial, sans-serif;
   font-weight : bold;
   margin : auto;
}

.singlenews a.newslink {
   text-decoration : underline;
   color : #999999;
   font : 10px arial, sans-serif;
   font-weight : bold;
   margin-top : 0px;
   margin-bottom : 5px;
   margin-right: 0px;
   margin-left: 0px;
}

.singlenews h1.newsundertitle {
   text-decoration : none;
   color : #999999;
   font : 10px arial, sans-serif;
   margin-top : 1px;
   margin-bottom : 1px;   
   margin-right: 0px;
   margin-left: 0px;
}

.singlenews h1.newsundertitleright {
   text-decoration : none;
   color : #999999;
   font : 10px arial, sans-serif;
   text-align : right;
   margin-top : 1px;
   margin-bottom : 1px;   
   margin-right: 0px;
   margin-left: 0px;
}

#footer {
   clear : both;
   color : #2a2a2a;
   font : 10px arial, sans-serif;
   text-decoration : none;
   text-align : right;
   margin-right : 10px;
}

