/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
background-color:#FFFFFF;
margin:0;
}

#left {
position:fixed;
left:10px;
top:10px;
color:#333333;
text-align:left;
width:200px;
}

#left a {
text-decoration:none;
color:#333333;
}

#left a:visited {
color:#333333;
}

#left a:hover {
text-decoration:underline;
color:#009999;
}


#right {
position:absolute;
left:210px; 
top:10px;
text-align:left;
width:550px;
}

#right a {
text-decoration:underline;
color:#0000FF;
}

#right a:visited {
color:#0000FF;
}

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

#full {
position:absolute;
left:10px;
top:10px;
color:#333333;
text-align:left;
width:790px;
}

#links {
position:absolute;
left:210px;
top:10px;
text-align:left;
width:550px;
}

#links a {
text-decoration:none;
color:#333333;
}

#links a:visited {
color:#333333;
}

#links a:hover {
text-decoration:underline;
color:#009999;
}

.workinprogress {
color:#FF9999;
font-size:11px;
font-weight:bold;
}

.light {
color:#999999;
font-size:11px;
}

.copyright {
color:#CCCCCC;
font-size:11px;
}

.pinkstrip {
margin-top:0;
margin-bottom:0;
color:#666666;
background-color:#FFCCCC;
font-size:11px;
font-weight:bold;
}

.dates {
color:#FF6633;
font-size:11px;
}

.bignews {
color:#FF6633;
font-size:13px;
}

.bignewspink {
color:#FF3366;
font-size:13px;
}


.bignewsgreen {
color:#009900;
font-size:13px;
}

.bignewsgrey {
color:#333333;
font-size:13px;
}

.newsexcerpt {
color:#666666;
background-color:#FFFFCC;
font-size:10;
}


.noteteal {
color:#009999;
font-size:11px;
font-style:italic;
}

.notegrey {
color:#999999;
font-size:11px;
font-style:italic;
}