﻿/* CSS layout */
body {
	margin: 20px;
	background-image: url('brick007.jpg');
	background-repeat: repeat;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 14px;
}
a:link{ text-decoration:none; color: yellow; font-weight:bold; font-style:italic;}
a:visited{text-decoration:none;color:yellow; text-decoration:underline; font-style:italic;}
a:hover{color:white; font-weight:bold; font-style:italic;}

#pg_layout{
	text-align: center;
	width: 906px;
}
#masthead {
	padding: 12px;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 120%;
	font-style: italic;
	float: left;
	text-decoration: none;
	clear: both;
	position: relative;
	width: 100%;
}
#masthead2{
	color: #FFFFFF;
	font-size: 44px;
	font-weight: bold;
	width: 906px;
	padding: 12px 0px 12px 0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#top_nav {
	clear: both;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
}
#header {
	padding: 6px 2px 2px 2px;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
}

#container {
	border: 5px solid #FFFFFF;
	padding: 5px;
	clear: both;
	background-color: #D6C3B5;
	font-size: 15px;
	text-align: left;
	width: inherit;
}
#container2 {
	border: 5px solid #FFFFFF;
	background-color: #D6C3B5;
	font-size: 15px;
	text-align: left;
	width: 897px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
	color: #FFFFFF;
}
#footer2 {
	clear: both;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}
#column1{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFFFFF;
}
#column2{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.auto-style4 {
	border-width: 1px;
	margin: 5px;
}

.auto-style1 {
	margin-left: 6px;
	margin-right: 5px;
}

.auto-style2 {
	border-style: solid;
	border-width: 1px;
}

.linestyle1{
	width: 200px;
	height: 2px;
	color: #FFFFFF;
}
.auto-style5 {
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	}