body {
margin : 20px;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
color : #003399;
background : #999999
}
#container {
width : 900px;
border : 5px solid #fff;
margin-left : auto;
margin-right : auto;
padding : 10px;
color : #003399;
background : #FFFFFF;
}
			/*TOP BANNERs*/
#banner {
float : left;
width : 400px;
height : 10px;
padding : 0;
margin-bottom : 0;
color : #003399;
background : inherit;
}
#bannerb {
float : right;
width : 250px;
margin : 0 0 0 0;
padding : 0;
color : #003399;
background : #FFFFFF;
}
			/*TOP MENU*/
#navcontainer {
clear : both;
width : 100%;
}
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin-left : 0;
background : #003399;
color : #fff;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #FFFFFF;
background : #003399;
color : #fff;
}
#navcontainer ul li a:hover {
background : #00BF00;
color : #fff;
}
#active a:link, #active a:visited, #active a:hover {
background : #00BF00;
color : #fff;
}
			/*CENTRE CONTENT*/
#content {
padding : 10px;
margin-left : 190px;
margin-right : 190px;
background : inherit;
color : #000000;
}
			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 170px;
margin : 0 0 0 0;
padding : 10px;
color : #0000CC;
background : #fff;
}
			/*LEFT MENU*/
#menu {
width : 160px;
padding : 10px 0 0 0;
}

#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
display : block;
width : 140px;
padding : 0.1em 0.8em;
text-decoration : none;
color : #fff;
background : #003399;
font : 90% "Trebuchet MS", verdana, arial, sans-serif;
}
#menu a:hover {
background : #00BF00;
color : #fff;
}
			/*RIGHT CONTENT*/
#sidebar-b {
float : right;
width : 170px;
margin : 0;
padding : 10px;
border-left : 1px solid #00BF00;
background : #f2f2f5;
color : #000000;
}
			/*RIGHT SCROLLBAR*/
div.scroll {
overflow : scroll;
height : 50em;
width : 140px;
padding : 1ex;
color : #;
background : #f2f2f5;
border : 1px solid #eee;
margin : 20px 0 25px 10px;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
color : #FFFFFF;
background : #003399;
}
#footer a:link, #footer a:visited {
background : #003399;
color : #FFFFFF;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #00BF00;
background : inherit;
color : #FFFFFF;
}
			/*TYPOGRAPHY*/
h1, h2 {
margin : 0 0 10px 5px;
letter-spacing : 3px;
font-size : 120%;
color : #003399;
background : inherit;
}
h3 {
font-size : 110%;
color : #003399;
background : inherit;
}
			/*LINKS*/
a {
color : #996633;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
color : #00BF00;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 100%;
background : inherit;
color : #003399;
}
.sitename {
font-size : 180%;
margin : 0 0 10px 0;
color : #003399;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #996633;
}