body {
margin : 20px;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
text-align : justify;
color : #666;
background : #A7BCDC url(../images/bgd.png) repeat;
}
#container {
width : 1000px;
border : 5px solid #fff;
margin-left : auto;
margin-right : auto;
padding : 10px;
color : #666;
background : #fff;
}
			/*TOP BANNERs*/
#banner {
float : left;
width : 500px;
height : 200px;
padding : 0;
margin-bottom : 15px;
color : #666;
background : inherit;
}
#bannerb {
float : right;
width : 300px;
height : 200px;
margin : 0 0 15px 10px;
padding : 0;
color : #666;
/*background : url(../images/ceop-aegis-logo-v1.1-text.png);*/
}
			/*TOP MENU*/
#navcontainer {
clear : both;
width : 100%;
}
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin-left : 0;
background : #6B99C9;
color : #fff;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #FF6600;
color : #fff;
}
#navcontainer ul li a:hover {
background : #a1aac9;
color : #fff;
}
#active a:link, #active a:visited, #active a:hover {
background : #a1aac9;
color : #fff;
}
			/*CENTRE CONTENT*/
#content {
padding : 10px;
margin-left : 0px;
margin-right : 0px;
text-align: justify;
background : inherit;
color : #666;
}
			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 170px;
margin : 0 0 0 0;
padding : 10px;
color : #666;
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 : #6B99C9;
}
#menu a:hover {
background : #a1aac9;
color : #fff;
}
			/*RIGHT CONTENT*/
#sidebar-b {
float : right;
width : 315px;
margin : 0;
padding : 10px;
border-left : 1px solid #999;
background : #fff;
color : #666;
}
			/*RIGHT SCROLLBAR*/
div.scroll {
overflow : auto;
height : 15em;
width : 140px;
padding : 1ex;
color : #333;
background : #fff;
border : 1px solid #eee;
margin : 20px 0 25px 10px;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
color : #666;
background : #6B99C9;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #FFFFFF;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #fff;
background : inherit;
color : #fff;
}
#footer p {
float : none;
text-align : center;
}
			/*TYPOGRAPHY*/
h1, h2 {
margin : 0 0 10px 5px;
/*letter-spacing : 3px;*/
font-size : 140%;
color : #FF6600;
background : inherit;
}
h3 {
font-size : 110%;
color : #6B99C9;
background : inherit;
}
			/*LINKS*/
a {
color : #6B99C9;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
color : #697899;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 100%;
background : inherit;
color : #333;
}
.sitename {
font-size : 180%;
margin : 0 0 10px 0;
color : #6B99C9;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}