html, body {
   margin : 0;
   padding : 0;
}

body {
	color : #000000;
	width : 100%;
	font : 12px Garamond, Georgia, "Times New Roman";
	background-color: #000099;
}

a:link {
	color : #0000FF;
	text-decoration : none;
	list-style-image: none;
	list-style-type: none;
	border: none;
}

a:visited {
	color : #009900;
	text-decoration : none;
	list-style-image: none;
}

a:hover {
	color : #6699ff;
	text-decoration : underline;
	list-style-image: none;
}

a:active {
	color : #000000;
	text-decoration : none;
	list-style-image: none;
}

/* Links within paragraphs (subtle) */
p a {
	color: #666666;
	text-decoration: none;
	list-style-image: none;
}

/* Links within paragraphs (revealed) */
p:hover a {
	color: #009933;
	text-decoration: none;
	list-style-image: none;
}

 #container {
   width : 90%;
   margin : 10px auto;
   background-color : #FFFFFF;
   color : #333;
   border : 1px solid #808080;
   border-bottom-width : 0px;
   line-height : 130%;
}

#top {
   padding : .5em;
   background-color : #FFFFFF;
   border-bottom : 1px solid #808080;
}
   
#top h1 {
   padding : 0;
   margin : 0;
}

#leftnav {
	float : left;

}

#rightnav {
   float : right;

}

#leftnav, #rightnav {
   width : 160px;
   margin : 0;
   padding : 1em;
}

#content {
   margin-left : 200px;
   border-left : 1px solid #808080;
   margin-right : 200px;
   border-right : 1px solid #808080;
   padding : 1em;

}

#footer {
   clear : both;
   margin : 0;
   padding : .5em 0 1em 0;
   color : #333;
   background-color : #FFFFFF;
   border-bottom : 1px solid #808080;
   border-top : 1px solid #808080;
}

#leftnav p, #rightnav p {
   margin : 0 0 1em 0;
}

#content h2 {
	margin : 0 0 .5em;
	border: thin none #000000;
	line-height: 25px;
}

#footer img {
   float : right;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

#footer p {
   padding-left : 5px;
}

#counter {
   display : none;
}

.happy {
   border-top : 1px solid #808080;
   padding : 10px;
}
#rightnav h2 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#train {
	float: right;
	margin-right: 5px;
}
#head {
	float: left;
}
#content h3 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 1.5em;
}
#train2 {

	float: left;
	margin-right: 5px;
}
