﻿@import url("layout.css");
#welcome-p {
	padding: 0px;
	margin: 10px 5px 10px 5px;
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	font-style: italic;
	
}
#thelist ul {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
#thelist {
	padding: 0px;
	margin: 0px;
}
#h3c {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	color: #000000;
	width: 266px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#h2c {
	padding: 0px;
	font-size: x-large;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-left: 35px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #14568A;
}
#container {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #FFFFFF;
	background-image: url('../images/cloudsbg.jpg');
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #0000FF;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	margin: 0px;
	padding: 0px;
	
}
html>body #column_l {
	padding: 0 15px;
	background-color: #FFFFFF;
	
}
#content {
	background-color: #fff;
	
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none;
	border-width: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 1px 3px 1px 3px;
	background-color: #0000FF;
	margin-right: 6px;
	margin-left: 6px;
	font-size: .8em;
}
#navigation a:hover {
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3399FF;
	margin-right: 6px;
	margin-left: 6px;
	font-size: .8em;
}
/* Right Column */
#column_r img {
	border: 0px solid #808080;
	}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: large;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-size: medium;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	padding: 2px;
	margin: 0px;
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
	font-size: medium;
}
.style_italic {
	font-style: italic;
}
#thelist li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}



