html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 73% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
background : #f2f2f2 ;
} 

table{
border-collapse: collapse;
border-spacing: 0;
margin: 0;
padding: 0;
border: 0;
outline: 0;

}
			/*WRAP*/ 
#container { 
width : 1000px;
margin : 0 auto;
border : 5px solid #fff;
line-height : 2em;
background : #f2f2f2;
color : #666;
} 
			/*TOP BANNER*/ 
#top { 
padding : 0;
height : 175px;
background : #8fb8cc url(img/was.jpg) no-repeat;
color : #484500;
} 
#top h1 { 
padding : 5px 0 0 25px;
margin : 0;
font-size : 140%;
letter-spacing : 5px;
}
			/*TOP NAVIGATION*/ 
#topspacer { 
border-bottom : 5px solid #fff;
padding-left: 7px;
} 

			/*LEFT SIDEBAR*/ 
#leftnav { 
float : left;
width : 250px;
margin : 0;
padding : 5px;
} 
#leftnav p { 
margin : 0 0 1em 0;
} 
#leftnavmenu { 
list-style : none;
float : left;
width : 265px;
margin : 0px 0 0px 0;
padding : 0;
font-size : 0.9em;
} 

#leftnavmenu ul { 
list-style : none;
width : 150px;
margin : 0 0 20px 0;
padding : 0;
font-size : 1.1em;
} 
#leftnavmenu li { 
margin-bottom : 2px;
} 
#leftnavmenu li a { 
font-weight : bold;
height : 20px;
text-decoration : none;
color : #009900;
background : #eaeaea center;
display : block;
padding : 4px 0 0 10px;
border-left : 0 solid #8fb8cc;
} 

#leftnavmenusub{
	padding-left: 20px;
	color: #FFF
}
/******** SUB **************/
#leftnavmenu-sub { 
list-style : none;
float : left;
width : 250px;
margin : 0px;
margin-left: 15px;
padding : 0;
font-size : 0.9em;
} 
#leftnavmenu-sub ul { 
list-style : none;
width : 150px;
margin : 0 0 1-px 0;
padding : 0;
font-size : 1.1em;
} 
#leftnavmenu-sub li { 
margin-bottom : 2px;
} 
#leftnavmenu-sub li a { 
font-weight : bold;
height : 20px;
text-decoration : none;
color : #CC0000;
background : #eaeaea center;
display : block;
padding : 4px 0 0 10px;
border-left : 0 solid #8fb8cc;
} 

/******** SUB2 **************/
#leftnavmenu-sub2 { 
list-style : none;
float : left;
width : 235px;
margin : 0px;
margin-left: 30px;
padding : 0;
font-size : 0.9em;
} 
#leftnavmenu-sub2 ul { 
list-style : none;
width : 150px;
margin : 0 0 20px 0;
padding : 0;
font-size : 1.1em;
} 
#leftnavmenu-sub2 li { 
margin-bottom : 2px;
} 
#leftnavmenu-sub2 li a { 
font-weight : bold;
height : 20px;
text-decoration : none;
color : #666666;
background : #eaeaea center;
display : block;
padding : 4px 0 0 10px;
border-left : 0 solid #8fb8cc;
} 

/************************************/


			/*MAIN CONTENT*/ 
#content { 
margin-left : 275px;
border-left : 5px solid #fff;
padding : 1em; min-height:460px;
} 
#content b{
color: #000;
font-size: 1em;
}
#content p { 
padding : 0 0em 0 0em;
} 
#content table{
padding : 0;
}
			/*FOOTER*/ 
#footer { 
clear : both;
margin : 0;
padding : 0;
font-size : 0.9em;
border-top : 0px solid #fff;
color : #fff;
background : #8fb8cc;
}
* > html #footer img { 
margin : 0;
} 
#footer p { 
padding : 0 0 0 5px;
} 


			/*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;
} 
			/*SEARH BAR*/
form { 
float : right;
margin-bottom : 20px;
margin-right : 15px;
} 
input.search { 
width : 100px;
border : none;
background : url(images/input.gif);
padding : 4px;
} 
input.login { 
width : 75px;
border : none;
background : url(images/logininput.gif);
padding : 4px;
} 

 			/*LINKS*/
a:link, a:visited { 
color : #2480ad;
background : transparent;
text-decoration : none;
} 
 
a img { 
border : none;
} 

.shift{
	position:relative;
	left: -28px;
}
			/*IMAGESS*/
.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 { 
background : url(images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 

img.displayed {
display: block;
margin-left: auto;
margin-right: auto 
}