html, body {
		scrollbar-face-color:#990000;
	scrollbar-arrow-color:#990000;
	scrollbar-track-color:#000066;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
    scrollbar-3dlight-color:#990000;
    scrollbar-darkshadow-color:#990000;
	margin : 0;
	padding : 0;
	top: 130px;
}

body {
	background : #000066;
	width : 100%;
	font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

a:link {
	color : #cccccc;
	background : transparent;
	text-decoration : underline;
	font-weight: bolder;
}

a:hover {
   color : #FFFF00;
   text-decoration : none;
}


/* Links within paragraphs (subtle) */
p a {
	color: #cccccc;
	text-decoration: none;
	font-weight: bolder;
}

/* Links within paragraphs (revealed) */
p:hover a { 
color: #0000ff;
text-decoration: underline;
}

#container {
	width : 90%;
	margin : 10px auto;
	background-color : #000066;
	color : #FFFFFF;
	border : 1px solid #cccccc;
	border-bottom-width : 1px;
	line-height : 130%;
}

#top {
	padding : .5em;
	background-color : #990000;
	border-bottom : 1px solid #cccccc;
	color: #FFFFFF;
}

#top h1 {
   padding : 0;
   margin : 0;
}

#leftnav {
   float : left;
   width : 160px;
   margin : 0;
   padding : 1em;
}

#content {
   margin-left : 200px;
   border-left : 2px solid #cccccc;
   padding : 1em;
}

#footer {
   clear : both;
   margin : 0;
   padding : .5em 0 1em 0;
   color : #FFFFFF;
   background-color : #990000;
   border-bottom : 1px solid #cccccc;
   border-top : 1px solid #cccccc;
}

#leftnav p {
   margin : 0 0 1em 0;
}

#content h2 {
   margin : 0 0 .5em 0;
}

#footer img {
   float : right;
}

/*  */
*>html #footer img {
        margin : 0;
}
/* end */

#footer p {
   padding-left : 5px;
}

.happy {
   border-top : 1px solid #cccccc;
   padding : 10px;
}
table {
	text-decoration: none;
}

tr:link {
	color : #cccccc;
	background : transparent;
	text-decoration : underline;
	font-weight: bolder;
}

tr:hover {
   color : #FFFF00;
   text-decoration : none;}

tr:visited {
   color : #FFFF00;
   text-decoration : none;

