@charset "UTF-8";
body {
	background-color: #690;

}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1  #nav1  ul a {
	text-decoration: none;
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100px;
	display: block;
	padding: 10px;
	background-color: #666666;
	border: thin solid #000000;
	color: #000000;
}
#sidebar1  #nav1  ul a:hover {
	color: #FFFFFF;
	background-color: #006633;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #690;
}
#container  {
	width: 1080px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 10px;
	background-color: #690;
} 
#header  {
	height: 130px;
	background-color: #669900;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
} 
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 2.2em;
}
#header ul {
	margin: 0px;
	list-style-type: none;
	width: 905px;
	height: 35px;
	font-weight: bold;
	padding: 5px;
}
#header li {
	float: left;
	width: 180px;
	text-align: left;
}
#mainContent  p {
	padding: 5px;

}

.imglogo {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}


#header  a {
	background-color: #FF0000;
}

#header li a:link, #header li a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 0.3em;
}
#header li a:hover, #header li a:active {
	background-color: #00CC66;
}
#mainContent  {
	margin-left: 160px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	width: 640px;
	border: thick groove #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;


} 
#footer  {
	background-color: #669900;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navlabel {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;

}
#navlabel ul {
	width: 905px;
	font-weight: bold;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
}
#navlabel li {
	width: 180px;
	float: left;
	text-align: center;
}
#trainsidebar {
	float: right;
	padding: 10px;
}
#trainsidebar img {
	float: none;
	border: medium ridge #000;
}
