﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: "Arial", sans-serif;
	background-image: url("http://www.lilesnet.com/PanamaCanal2006/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	border-top: 2px solid #8c8c8c;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: center;
	background-color: #B7CAD5;
	background-repeat: repeat;
}
#masthead h2 {
	color: #800080;
	text-align:center;
	margin: 0px;
	font-size: xx-large;
}
#masthead h3 {
	color: black;
	text-align:center;
	margin: 5px;
}



/* Navigation */
#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #cdc;
	overflow: scroll;
}

#navigation .divider {
	clear: both;
	height:1px;
	width:100%;
	color: black;
	border-color:black;
	margin: 0px;
	padding: 0px;
	}
#navigation ul {
	list-style-type: none;
	/* (for cross-browser compatibility add two lines) */
	padding: 0px;
  margin: 0px;
}
#navigation li {
	float: left;
	padding: 3px 8px 3px 8px;
}
#navigation a {
	font-weight: normal;
	font-size: large;
	text-decoration: none;
	color: #000;

}
/* mouse over link */
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #FF0000;
	}
	
#NavigationColor {
	width: 980px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#FF9;
}


#content {
	width: 950px;
	padding: 15px;
	background-color: #fff;
}
#content h2 { 
	color: #008000;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content table {
	margin:0px auto 0px auto;
	border: 1px solid black; 
	border-collapse: collapse; 
	font-family: Verdana,Arial,Helvetica; 
	width: 800px;
	
}
#content td {
	padding:5px;
	font-size: x-large;
	border: 1px solid black; 
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}

#footer p {
	font-size: medium;
	color: #c77;
}


/* Site typography h2 {
	font-size: x-large;
	
}*/
h1 {
	font-size: 40px;
	color: #c77;
}

h3 {
	font-size: large;
	color: #FF0000;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: .9em;
	color: #000;
}
ol {
	font-size: .9em;
	color: #000;
}
p {
	font-size: x-large;
	color: #000;
	margin-bottom: 20px;
	margin-top: 10px;
}
blockquote {
	font-size: .9em;
	color: #000;
}

/* Footer */

/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.no-margin {
	margin-bottom:0px;
	margin-top:0px;
}
