﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #003a7b;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead{
	text-align: right;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
	height: 140px;
}
#navigation {
	float: left;
	background-color: #003a7b;
	border-top: 1px solid #003a7b;
	border-bottom: 1px solid #003a7b;
	width: "100%";
}
html>body #navigation {
	overflow: hidden;
}
#column_2 {
	margin: 20px 0 0 0;
	width: 630px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_2 {
	width: 567px;
	padding: 0 15px;
	background-color: #fff;
}
#column_l {
	margin: 20px 0 0 0;
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 367px;
	padding: 0 15px;
	background-color: #fff;
}
#issue_1 {
	width: 370px;
	background-color: #fff;
}	

#issue_2 {
	width: 370px;
	background-color: #fff;
}	
#issue_3 {
	width: 370px;
	background-color: #fff;
}	
#issue_4 {
	width: 370px;
	background-color: #fff;
}	
#issue_5 {
	width: 370px;
	background-color: #fff;
}	
#issue_6 {
	width: 370px;
	background-color: #fff;
}
#column_r {
	background-position: bottom left;
	width: 220px;
	padding: 10px 10px;
	background-color: #8CB9F2;
	background-repeat: no-repeat;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #8CB9F2;
	color: #000000;
	top: 1px;
	left: 24px;
}
#content {
	background-color: #fff;
}
#footer {
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 10;
}
/* Masthead */
#masthead h1 {
	color: #003a7b;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #800000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left; 
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8CB9F2;
	display: block;
	padding: 5px;
	border: 1px #8CB9F2 solid;
	background-color: #003a7b;
	font-size: large;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border: 1px #8CB9F2 solid;
	background-color: #003a7b;
}
/* Right Column */
#column_r img {
	border: 2px solid #464235;
	color: #361508;
		float: none;
	}
/* Site typography */
.mpacNormal { font-family: Tahoma; font-size: medium; text-decoration: none; font-variant:normal}

h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #003a7b;
}

h3 {
	font-size: large;
	color: #800000;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
h3Center {
	font-size: x-large;
	color: #003a7b;
	text-align:center
}


ul {
	font-family: Tahoma; font-size: medium; color: #000000;
	font-size: medium;
	list-style-type: disc;
	padding: 0;
	margin-left: 20px;
}
li {font-family: Tahoma; font-size: medium; color: #000000;
     padding-bottom: 15px;
}
p {
	border-color: #CD422D;
	border: medium #D7503C;
	font-family: Tahoma;
	font-size: medium;
	color: #000000;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	font-size: medium;
	color: #003a7b;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_centered {
	text-align: center;
}

.style_picture {
	border:medium;
	border-color: maroon;
}


