/*inherit not supported by IE*/
/*current issue with font size in IE vs. other browsers*/
/*Dark blue headers-003366*/
/*body text- 666*/
/*ugly brown-826c45*/	
/*off-white bg-f2f2f5*/		
/*light blue text-bbd2e0*/
/*body text color 383737*/

body {
margin : 20px;
padding : 0;
font : 73.01% "Trebuchet MS", verdana, arial, sans-serif;
color : #666;
background : #003250 url(img/bgd.png) repeat;
}

#container {
/*width was 780 to start*/
width : 800px;
/*stock border was 5px*/
border : 0px solid #fff;
margin-left : auto;
margin-right : auto;
padding : 10px;
color : #666;
background : #f2f2f5;
}

		/*TOP BANNERs*/
#banner {
float : left;
width : 450px;
/*stock height was 160*/
height : 100px;
padding : 0;
margin-bottom : 15px;
color : #666;
/*background : inherit;*/
background : #f2f2f5;
}

#bannerb {
float : right;
width : 320px;
margin : 0 5px 15px 10px;
padding : 0;
color : #666;
background : #f2f2f5;
}
			/*TOP MENU*/
#navcontainer {
clear : both;
width : 100%;
}
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin-left : 0;
background : #036;
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 : #036;
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 : 190px;
margin-right : 0px;
background : inherit;
color : #383737;
/*was 666*/
/*part of effort to fill in dividing line. Runs too high in Center block.*/
/*border-left : 1px solid #35373a;*/
}

			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 170px;
margin : 0 0 0 0;
padding : 10px;
color : #383737;
background : #f2f2f5;
/*vertical line dividing left bar -header.php- from main body, set by contents of left section.*/
border-right : 1px solid #35373a;
}

			/*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 : #003366;
}

#menu a:hover {
background : #a1aac9;
color : #fff;
}
			/*RIGHT CONTENT*/
#sidebar-b {
float : right;
width : 170px;
margin : 0;
padding : 10px;
border-left : 1px solid #999;
background : #f2f2f5;
color : #666;
}
			/*RIGHT SCROLLBAR*/
div.scroll {
overflow : auto;
height : 15em;
width : 140px;
padding : 1ex;
color : #333;
background : #f2f2f5;
border : 1px solid #eee;
margin : 20px 0 25px 10px;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
color : #bbd2e0;
background : #003366;
}
#footer a:link, #footer a:visited {
/*background : inherit;*/
background : #003366;
color : #eee;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
/*background : inherit;*/
background : #003366;
color : #f2f2f5;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 5px;
letter-spacing : 3px;
font-size : 160.01%;
color : #003366;
/*background : inherit;*/
}
h2 {
margin : 0 0 10px 5px;
letter-spacing : 3px;
font-size : 140.01%;
color : #003366;
/*background : inherit;*/
}
h3 {
font-size : 120.01%;
color : #003366;
/*background : inherit;*/
}
h4 {
margin : 0 0 0 0;
font-size : 90.01%;
color : #003366;
/*background : inherit;*/
}

			/*LINKS*/
a {
#color : #826c45;
color : #2064a9;
font-weight : bold;
text-decoration : none;
/*background : inherit;*/
}
a:hover {
color : #697899;
/*background : inherit;*/
}
			/*CLASSES*/
.news {
font-size : 80%;
/*background : inherit;*/
color : #333;
}
.sitename {
font-size : 180%;
margin : 0 0 10px 0;
color : #826c45;
/*background : inherit;*/
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}