/* Defaults white: FCF5DB green:A2A33D light green: B9BA66 red: 923B27 */

body {
text-align: center;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
color: #000000;
background: #ffffff;	/*FCF5DB*/ 
padding: 0;
margin: 5px 5px 5px; /*top left bottom*/
}

form {
margin: 0;
padding: 0;
}

/* Links 923b27 dac8df*/
a:link {
color: #006087;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}

a:visited {
color: #006087; /*923b27 000099*/
background : inherit; 
text-decoration : none; 
}

a:active {
color: #999999;
background : inherit; 
text-decoration : none; 
}

a:hover {
color: #000000;
background : #D6E4F1;	/*FCF5DB*/
text-decoration: underline; 
}

/* Outer layer */

#outer {
text-align: left;
background: #fcfefc;
color: inherit;
div-align: center;
border: 1px solid #000000;
margin: 0 auto;
padding: 0;
width: 800px; /*total width*/
}

/* Header */

.header {
background: #ffffff; /*A2A33D*/
height: 120px;
}

.logolink { /*div where logo is situated*/
padding: 0px 0px;
width: 785px;
height: 120px;
}

.logolink img { /*properties logo img*/
border: 0; 
}

.logolink a { /*links in the logo*/
background: inherit;
text-decoration: none;
}

.logolink hover {
background: inherit;
text-decoration: none;
}

.logolink visited {
background: inherit;
text-decoration: none;
}


/* Top Navigation Bar */

.top-nav {
height: 25px;
width: 800px;
background: #AEC1D2;			/*B9BA66*/
color: inherit;
border: solid #000000;
border-width: 1px 0;
}

.top-nav-inner {
padding: 5px 10px;
}

.top-nav-inner a:link {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: none;
font-size: 11px;
}

.top-nav-inner a:visited {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: none;
font-size: 11px;
}

.top-nav-inner a:active {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: none;
font-size: 11px;
}

.top-nav-inner a:hover {
background: #D6E4F1; 	/*FCF5DB*/
color: #555555;
font-weight: bold;
text-decoration: none;
font-size: 11px;
}


/* Content Section */

.content {
padding: 4px 4px 4px 4px; 
margin: 0;
width: 800px;
}

.right-col { /* td with extras*/
border: 1px solid #000000;
background: #F4E0EE; /*C99ABA 5A2F5C DAC8DF 923b27 fcce32*/
width: 145px;
}

.right-nav { /* div with extras*/
margin: 3px;
border-bottom: 0px;
}

.rnav-hdr { /* extras title - header*/
background: #C99ABA; /*FCF5DB c5c6ac*/
color: #000000;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 11px;
font-weight: bold;
border-bottom: 1px solid #000000; 
margin: 0;
padding: 3px 5px;
}

.right-nav p { /* p in extras*/
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px; 
line-height: 14px;
margin:5px;
}

.right-nav .cht { /* p in extras*/
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px;
color: #ffffff;
line-height: 14px;
margin:5px; 
}

.right-nav img {
border: 0;
}

/* box with the ads on the right column */
.right-ad { /* div with extras*/
margin: 10px 8px 10px 8px; /* top right bottom left */
border: 1px solid #000000;
background: #ffffff;
}

.right-ad .text { /* text in ads */
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px;
font-weight: bold;
text-align: center;
line-height: 14px;
margin:4px; 
}

.rad-hdr { /* extras title - header*/
background: #FCF5DB; /*c5c6ac*/
color: #000000;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 9px;
border-bottom: 1px solid #000000; 
margin: 0;
padding: 2px 2px;
}

a.rhdr:link { /* Links in Extra column */
color: #000000;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
/*font-weight: bold;*/
/*text-transform: uppercase;*/
}

a.rhdr:visited {
color: #000000;
background : inherit; 
text-decoration : none;
/* font-weight: bold;*/
}
a.rhdr:active {
color: #555;
background : inherit; 
text-decoration : none; 
}
a.rhdr:hover {
color: #000;
background : #C99ABA;  /*FCF5DB fcfefc*/
text-decoration : none; 
}

a.nav:link {
color: #000099;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
}
a.nav:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a.nav:active {
color: #999;
background : inherit; 
text-decoration : none; 
}
a.nav:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}

/* Main content box */
.content-box { /*where the title of the page is*/
padding: 0;
margin: 0;
width: 400px;
}

/* left content box where news are shown */
.lfcol {
float: left;
width: 560px;
margin: 0 0 10px 15px; 
background: #fcfefc;
color: #000000;
}

.lnav-hdr { /*before rnav-hdr*/
background: #c5c6ac; 
color: #000000; 
font-family: verdana, tahoma, arial, sans-serif;
font-size: 12px;
font-weight:bold; 
border-bottom: 1px solid #000; 
border-left: 2px solid #000000;
margin: 3px 0; 
padding: 2px;
}

/* main content area */
.content-title { /* used for the page title properties*/
margin: 5px 10px 15px; 
font-size: 14px;
text-decoration: underline;
}

.content-box .cont { 
margin: 10px 10px 15px 10px;
font-size: 11px; /*size of the news text*/
line-height: 15px;
}

.content-box .bio { 
margin: 10px 10px 15px 10px;
font-size: 11px; /*size of the news text*/
}

/* added by me, to put date */
.content-box .ndate {
margin: 5px 0px 15px;
font-size: 10px;
line-height: 15px;
}

/* added by me, to put headline */
.content-box .headline {
font-size: 13px;
}

/* added by me, to put pictures */
.content-box .npicture {
border: 1px solid #000000;
margin: 0px 8px 1px 0px; /* top right bottom left */
float: left;
}

.content-box .cont-list {
margin: 2px 10px 5px 10px;
}

.content-box .sub-hdr { 
margin: 2px 10px 10px; 
font-size: 12px;
text-decoration: underline;
}

/* Bottom footer box NOT USED*/

.footer-col {
margin: 0 0 0 4px;
}

.footer-box {
border: 1px solid #000000; 
background:#B9BA66; /*343234*/
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px;  
color:#ffffff;
padding: 0 0 0 15px;
}

.footer-box .cont1 {
margin: 8px 10px 5px 5px;
font-size: 11px;
line-height: 15px;
}
.footer-box .cont2 {
margin: 2px 10px 15px 5px;
font-size: 11px;
line-height: 15px;
}

.footer-box input {
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px; 
}

/* Copyright layer - footer */

.copyright {
background: #AEC1D2; /*B9BA66 c5c6ac*/
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 10px; 
font-weight: bold; 
padding: 6px; 
border: solid #000000; 
border-width: 1px 0 0; 
width: 773px;
}

.rh-ad {
padding: 10px 0;
}

/* Terms of use on front page */
.tou {
margin: 0 0 0 10px;
}



/* small font*/
small.fontsize {
font-size : 9px;
color : #999999;
background : inherit;
}


/* Search form */

.search-form {
color: #000;
background: #c5c6ac;
padding: 5px;
margin: 0px 0 10px 30px;
border: 1px solid #333333;
width:465px;
text-align: center;
white-space: nowrap;
}


/* ADVERTISEMENTS */
/* container div is 'id=adspace' */
#adspace {
background: inherit;
}						
.ads {
background: inherit;
margin: 5px 0 15px 4px; 
font-size: 11px; 
padding: 5px;
border: solid #555; 
border-width: 1px 0 0 1px;
}
.ads a:link { font-size: 11px; }