﻿@import url("layout.css");
body {
	font-family: "Goudy Old Style";
	font-size: medium;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 0px;
	border-bottom: thin #800000 solid;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: url('Immigration-Top-Border-New.jpg');
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
/* Masthead Styles */
/* Navigation Styles */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3F536B;
}
#content img {
	padding: 5px;
	border: 0px solid #708090;
}
/* Sidebar Styles */
/* Footer Styles */
#footer p {
	font-size: small;
	color: #c4c4c4;
	font-weight: bold;
}
#footer a {
	color: #800000;
}
#footer a:hover {
	color: #000080;
}
/* Link Styles */
a:hover {
	color: #800000;
}
a {
	color: #000080;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
a:active {
	color: #000080;
}


