﻿html, body { 
margin : 0px 0px 0px 0px;
padding : 0;
}
 
body { 
font : 88% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}
			/*WRAP*/ 
#container {
min-width : 750px;
border-left : 10px solid #fff;
border-right : 10px solid #fff;
border-bottom: 0px;
line-height: 1.2em;
background : #f2f2f2;
color : #505050;    /*  #666;  */ 
} 
			/*TOP BANNER*/ 
#top { 
padding : 14px 0px 0px 8px;
height : 46px;
font : 200% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
letter-spacing: -1px;
background : #467aa7;
color : #ffffff;
}

/******************* 
#h1 {
font:76% Verdana,Tahoma,Arial,sans-serif;  
color:white;
letter-spacing:-2px;
font-weight:normal;
padding:7px 0px 0px 8px;
}

#navcontainer { 
border-bottom : 10px solid #fff;
}
 
#navcontainer ul { 
text-align : center;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
background : #036;
color : white;
width : 100%;
font-family : Arial, Helvetica, sans-serif;
line-height : 18px;
}
 
#navcontainer ul li { 
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
}
 
#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : white;
text-decoration : none;
border-right : 1px solid #fff;
}
*******************/

*******************/

#navcontainer ul li a:hover { 
background : #369;
color : white;
}

/******************* 
#navcontainer #active { 
border-left : 1px solid #fff;
}  
*******************/

			/*LEFT SIDEBAR*/ 
#leftnav { 
float : left;
width : 190px;
margin : 0;
padding : 1em;
}
 
#leftnav p { 
margin : 0 0 1em 0;
}

#leftnavmenu { 
list-style : none;
float : left;
width : 190px;
margin : 10px 0 10px 0;
padding : 0;
font-size : 1.1em;
}

/************************* 
#leftnavmenu ul { 
list-style : none;
width : 150px;
margin : 0 0 10px 0;
padding : 0;
font-size : 1.1em;
}
*************************/ 
 
#leftnavmenu li { 
margin-bottom : 0px;
} 
#leftnavmenu li a { 
font-weight : normal;
height : 20px;
text-decoration : none;
color : #467aa7;   /** #505050; **/
background : #eaeaea url(images/up.gif) no-repeat left center;
display : block;
padding : 4px 0 0 30px;
border-left : 0 solid #8fb8cc;
}
 
#leftnavmenu li a:hover { 
background : #467aa7 url(images/right.gif) no-repeat left center;
color : #fff; 
border-left : 0 solid #003366;
} 
			/*MAIN CONTENT*/ 
#content { 
margin-left : 215px;
border-left : 10px solid #fff;
padding : 1em;
}
 
#content p { 
text-align:justify;
} 
			/*FOOTER*/ 
#footer { 
clear : both;
margin : 0;
padding : 0 0 10px 10px;
font-size : 0.85em;
border-top : 5px solid #fff;
color : #505050;
background : #467aa7   
}
 
#footer p {
padding : 0 0 10px 10px;
color: white;
}

#footer a {
color: white;
text-decoration:underline;
}

#footer a:hover {
color: black;
}
 
			/*TYPOGRAPHY*/ 
h2 { 
margin : 1em 0 0.5em 0;
font-size : 130%;
letter-spacing : 5px;
}
/*************************
blockquote {
padding : 5px;
font-weight : bold;
font-style : italic;
color : #b29b35;
} 
*************************/ 
 
.quote { 
border-top : 1px solid #8fb8cc;
padding : 10px;
color : #036;
text-align:center;
padding-bottom:0;
} 

 			/*LINKS*/
a:link, a:visited { 
color :  #505050;        /** #2480ad; **/
background : transparent;
text-decoration : underline;
} 

a:hover { 
color : black;      /** #036;  **/
/* background : #8fb8cc;   */
text-decoration:underline;
}
 
a img { 
border : none;
}
/************************* 
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
}
*************************/

			/*CLASS*/
.post { 
background-color : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}

/************************ 
.post .date { 
padding-left : 15px;
margin : 0 15px 0 5px;
}

#date {
text-align:center;
}
************************/

#pscroller1
{
height: 36px;
border-top: 1px solid #4C95D6;
border-bottom: 1px solid #4C95D6;
margin: 0px 0px;
padding-top: 16px;
color: #164677;
}


