﻿@import url("layout.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #369;
}

img {
	border: 0;
}

#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}

#masthead {
	text-align: center;
	background-color: #FFFFFF;
}	

/* Masthead
	
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
 */
 
.alph-list {
	list-style-type: upper-alpha;
}

.num-list {
	list-style-type: decimal;
}

#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
}

html>body #navigation {
	overflow: hidden;
}

html>body #navigation2 {
	overflow: hidden;
}

#column_l {
	width: 390px;
	padding: 10px;
	background-color: #fff;
}

html>body #column_l {
	width: 390px;
	padding: 0 15px;
	background-color: #fff;
}

#column-2 {
	width: 316px;
	padding: 5px;
	background-color: #fff;
}

html>body #column-2 {
	width: 316px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
}

#column_r {
	width: 245px;
	padding: 10px 10px;
	background-color: #fff;
}

html>body #column_r {
	width: 250px;
	padding: 10px 10px;
	background-color: #fff;
}

#column-3 {
	width: 316px;
	padding: 5px;
	background-color: #fff;
}

html>body #column-3 {
	width: 316px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
}

#content {
	width: 690px;
	padding: 5px 7px 5px 7px;
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}

/* Navigation */

#navigation ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
	padding: 5px 0;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	margin: 0;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}

/* Site typography */

h1 {
	font-size: xx-large;
	color: #4339d5;
	font-family: "Balloonist SF";
}
h2 {
	font-size: x-large;
	color: #800;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}

/* Footer */

#footer p {
	font-size: x-small;
	color: #000;
	background-color: #BDBDBD;
}

/* Footer Copyright */

#footerc {
	font-size: x-small;
	color: #000;
	text-align: center;
}


/* Links */

a {
	color: #8b0000;
	text-decoration: underline;
	border: 0;
}
a:hover {
	color: #000075;
	text-decoration: underline overline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}