html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 100% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
background : #f2f2f2 url(images/bg.gif) repeat-y top center;
} 
a:link, a:visited { 
color : #2480ad;
background : transparent;
text-decoration : underline;
} 
a:hover { 
color : #036;
background : #8fb8cc;
text-decoration : none;
} 
a img { 
border : none;
} 
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
} 
#container
{
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 750px;
	margin: 0 auto;
	border: 10px solid #fff;
	line-height: 2em;
	color: #666;
	background-color: #F2F2F2;
} 
#top { margin: 10px auto 0;
width: 750px;
padding : 0;
height : 100px;

color : #484500;
} 
#top h1 { 
padding : 5px 0 0 25px;
margin : 0 ;
font-size : 140%;
letter-spacing : 5px;
} 
#leftnav { 
float : left;
width : 200px;
margin : 0;
padding : 1em;
} 
#leftnav p { 
margin : 0 0 1em 0;
} 
#leftnavmenu { 
list-style : none;
float : left;
width : 200px;
margin : 30px 0 30px 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 : #505050;
background : #eaeaea url(images/up.gif) no-repeat left center;
display : block;
padding : 4px 0 4px 30px;
border-left : 0 solid #8fb8cc;
line-height: 1.1;
} 
#leftnavmenu li a:hover { 
background : #9E1D82 url(images/right.gif) no-repeat left center;
color : #fff;
border-left : 0 solid #003366;
} 

#leftnavmenu #active a { 
background : #5B2098 url(images/right.gif) no-repeat left center;
color : #fff;
border-left : 0 solid #003366;
} 

.black_font
{
	color: #000;
	border: #90F dotted;
}

#content { 
margin-left : 260px;

padding : 1em;
} 
#content p { 
padding : 0 2em 0 2em;
} 
#footer { 
clear : both;
margin : 0;
padding : 0;
font-size : 0.9em;
border-top : 10px solid #fff;
color : #fff;
background : #5B2098;
} 
#footer p
{
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	text-align: center;
} 
h2 { 
margin : 1em 0 0.5em 0;
font-size : 130%;
letter-spacing : 5px;
} 
* > html #footer img { 
margin : 0;
} 
.quote { 
border-top : 1px solid #8fb8cc;
padding : 10px;
color : #036;
} 
#navcontainer { 
border-bottom : 10px solid #fff;
margin-top: 0;
} 
#navcontainer ul { 
text-align : center;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
background : #5B2098;
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 : #9E1D82;
color : white;
} 
#navcontainer #active a { 
background-color:#fff;
color:#5B2098;

} 

.home {border-left : 1px solid #fff;}

blockquote { 
font-size : 90%;
font-weight: bold;
border : 1px solid #fff;
background : #eaeaea;
color : #666;
} 




