/* ============================================================= */
/* Elements */
/* ============================================================= */
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul {
	font-family : Lucida Grande,sans-serif;
	font-size : 1em;
}
/* ============================================================= */
/* ============================================================= */
/* Base styles */
/* ============================================================= */
a {
	cursor : auto;
	font-size: 1em;
	font-weight: bold;
}

a:link {
	background : transparent;
	color : #333399;
	
}

a:visited {
	background : transparent;
	color : #08A3CA;
	text-decoration : ;
}

a:hover {
	color : #FF0000;
	text-decoration : underline;
}

a:active {
	background : transparent;
	color : #333399;
	text-decoration : underline;
}


LI {
	
	line-height : 1;
	margin : 1.5em 10% 0em 10%;
	text-align: left;
}


 /* page layout */
body {position: relative; background: ); margin: 0; padding: 0;}


div#content {
	top: 76px; 
	left: 161px; 
	right: 25px;
   color: #white; background: #white; 
	padding: 10px; 
   border: 3px solid #373737;
   width: 750px;
	text-align: left;
}	
		
div#content p {
	margin: 0 1em 1em;
	font-size: 1em;
	
}
div#content h3 {margin-bottom: 0.25em;}

h1 {margin: 20px .5em .75em .75em; 
	padding: 6px 6px 6px; 
	text-align: left; 
	background: #373737; color: #fff; 
	letter-spacing: 0em;  
	font: bold 18px sans-serif; 
	height: 28px; 
	vertical-align: middle; 
	white-space: nowrap;
	}
	
h3 {
	margin: .5em .5em .75em .75em; 
	padding: 6px 6px 6px; 
	text-align: left; 
	font-size: 1em;
	font-weight: bold;
}	
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: 008; }
div#content a:visited {color: #008;}
div#content a:link:hover {color: #f00; }
div#content a:visited:hover {color: #f00;}
code, pre {color: #808080; font: 110% monospace;}

/* classes */
.hilite  { text-align: left; letter-spacing: 0em; vertical-align: middle; margin: 0.5em 0.5em 0.75em 1em; padding: 6px; height: 28px }

.emphasis { font-style: italic; }

.copyright { 
	color: Gray;
	text-align: center;
}

.center {
	text-align: center;
}

.hide {
	color: White;
}