@import url("layout.css");

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #1a3a5c;
	background-image: url("../images/cubes.png");
	background-repeat: repeat;
	background-attachment: scroll;
}

#container {
	width: 700px;
	margin: 10px auto;
}

#masthead {
	text-align: center;
	width: 698px;
	border: 1px solid #1a3a5c;
	background-color: #ddeaf7;
	background-image: url("../images/cubes.png");
	background-repeat: repeat;
	background-attachment: scroll;
}

#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #1a3a5c;
	background-color: #ddeaf7;
}

#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #1a3a5c;
	background-color: #f4f8fd;
}

#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #1a3a5c;
	background-color: #1a3a5c;
}

/* Masthead Styles */
#masthead h1 {
	color: #000000;
}

#masthead h3 {
	color: #a8caec;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #a8caec;
	background-color: #ddeaf7;
}

#navigation a {
	color: #1a3a5c;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ddeaf7;
	background-color: #ddeaf7;
}

#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #2a6496;
	background-color: #2a6496;
}

/* Content Styles */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #1a3a5c;
}

#content img {
	padding: 5px;
	border: 1px solid #2a6496;
}

/* Footer Styles */
#footer p {
	color: #cce0f5;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer a {
	color: #a8caec;
	text-decoration: underline;
}

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

a {
	color: #1a5276;
	text-decoration: underline;
}

a:hover {
	color: #0d2d44;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}