body	{
	background-color: #0F0F6B;
	text-align: center;
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	margin: 0px;
	}

p {
  padding: 0px 7px 0px 7px;
  text-align: left;
  line-height: 18px;
  }

a {
  color:#6666ff;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
        text-decoration: none;
        }

.page
	{  		
	width: 750px;
	margin-left: auto; margin-right: auto;				
	background-color: #0F0F6B;
	padding: 0px;
	}

.header {
        width: 100%;
	height: 230px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(images/header.gif) top center no-repeat transparent;
	color: #000000;
	}

.content {
        width: 576px;
        margin: 15px 156px 0px 13px;
        padding: 1px 0px 1px 0px;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #ffffff;
	}

.sidebar {
        margin: 0px;
	background-color: #0F0F6B;
	font-size: 11px;
	font-family: "Verdana", sans-serif;
	color: #000000;
	width: 145px;
	float: right;
	text-align: left;
	}

.copyright {
        text-align: center;
        }

.menu a {
      font-size: 18px;
      color: #ffffff;
      font-weight: bold;
      text-decoration: none;
      }

.menu a:hover {
      color: #6666ff;
      }

.menu p {
      padding: 0px;
      }

.post-title {
            font-weight: bold;
            }

    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
      padding: 0px 7px 0px 7px;
    }

    .rssxpresschtitle {
      display: none;
      font-size : large;
      color : #006393;
    }

    .rssxpresschdesc {
      display: none;
      color: black;
      text-align : center;
    }

    .rssxpressittitle {
          background-color : #ffffff;
          text-align: center;
    } 

    .rssxpressitdesc {
         background-color : #ffffff;
         padding: 0px 0px 10px 0px;
         text-align: justify;
    }

    .rssxpresstable {
      text-align : left;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
      background-color : #ffffff;
    }


.footer {
        margin: 0px;
        height: 108px;
        background: url(images/footer.gif) top center no-repeat transparent;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #16425a;
	z-index: 100;
	clear: both;
	}
	
.video {
       text-align: center;
       }




