* { 
margin : 0;
padding : 0;
} 
body { 
margin : 0;
padding : 0;
text-align : center;
background : #f0f0f0 url(images/bbg.gif);
} 
img { 
padding : 0px;
/*border : 1px solid #caff7a;*/
} 
img.floatTL { 
float : left;
margin-right : 10px;
margin-bottom : 0;
margin-top : 5px;
margin-left : 0;
} 
img.floatTR { 
float : right;
margin-left : 7px;
margin-bottom : 0;
margin-top : -2px;
margin-right : 10px;
} 
h1 { 
font-family : serif;
font-weight : lighter;
/*color : #9cec23;*/
color:#005edd;
font-size : 1.5em;
} 
h2 { 
/*color : #afe715;*/
 color:#00CCFF;
font-size : 1.3em;
font-weight : lighter;
text-decoration : underline;
letter-spacing : -1px;
padding-top : 10px;
padding-bottom : 5px;
} 
h3 { 
color : #444444;
font-weight : lighter;
text-decoration : underline;
font-size : 1.1em;
letter-spacing : -1px;
padding : 10px;
} 
p { 
color : #000000;
font-size : 11pt;
text-align : justify;
} 
a { 
/* color : #ba7d04; */
 color: #dd6000;
text-decoration : none;
} 

A:hover {
text-decoration: underline; 
 color:#FF8000;
}

#wrapper { 
text-align : left;
width : 900px;
margin : 10px auto 0 auto;
position : relative;
} 
#header { 
background : #272727 url(images/header-bg.gif) repeat-x bottom left;
width : 900px;
height : 145px;
} 
#header p { 
padding-left : 590px;
color : #a9fb25;
text-decoration : underline;
} 
#content-wrapper {
	width : 690px;
	background : #fff url(images/border.gif) repeat-y left 0%;
	position : absolute;
	left : 210px;
	height : 1621px;
} 
#content-inner { 
padding : 5px 15px 0 15px;
height : 1650px;
} 
#left-content {
	position : absolute;
	width : 210px;
	/* background : #cbf77f; */
	background :  #bac6fb;
	height : 1650px;
} 
ul { 
list-style : none;
} 
li { 
margin : 2px 0 2px 5px;
font:Georgia;
} 
li a { 

display : block;
width : 201px;
height : 30px;
line-height : 30px;
background : url(images/nav.gif) no-repeat left top;
text-indent : 5px;
} 
li a:visited { 
background-position : right top;
} 
#left-content p { 
padding-left : 5px;
padding-right : 5px;
font-size : 0.9em;
} 
#footer { 
text-align : center;
color : #fff;
background : #86c216;
margin-left : -210px;
display : inline;
float : left;
width : 900px;
padding-top : 5px;
padding-bottom : 5px;
background : #a4e91a;
} 
#footer p { 
text-align : center;
font-size : 0.8em;
}

/* resize the navigation sidebar */
#nav,
#nav * {
    max-width: 600px; }
#nav {
    width: 600px; }
#chrome {
    margin-left: 600px; }
.lhn-hidden #chrome {
    margin-left: 1px; }

