﻿@import url("layout.css");
body {
	font-family: "Bookman Old Style", Courier, Arial, sans-serif;
	font-size: 1.0em;
	background-color: #FFF5C1;
	background-image: url(../exptextb.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1124px;
	margin: 12px;
}
#masthead {
	text-align: center;
	width: 700px;
    margin:2px auto auto 240px;
	border: 1px solid #EEE8AA;
	background-color: #fff;
	background-image: url(../images/pistol_background.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
  height: auto
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
    margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #1E90FF;
	background-color: #fff;
    min-height: 300px
}
#content {
	float: left;
	width: 820px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 14px;
	border: 1px solid #431;
	background-color: #FFF9D5;
}
#footer {
	text-align: center;
    margin: 2px auto auto 260px;
    clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #431;
	background-color:#FFF19F;
}
/* Masthead Styles */
#masthead h1 {
	color: #994400;
  height: 30px
}
#masthead h3 {
	color: #520;
  height: 38px
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Content Styles */

#link {
  color: #800000;;
  font: bold medium Style;
}
#content h1,h2,h3,h5,h6 {
	margin: auto;
	color: #800000;
}
#h4  {
       width:120px;

  margin-right: auto;
  margin-left: 560px
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
  background-position: center;
  background-repeat: repeat
}
#footer a {
	color: #800000;
	text-decoration: underline;

}
  #footer a:active {
    color: #000000;
    text-decoration: underline;

}
#footer a:hover {
	color: #0000FF;
	text-decoration: none;
}


a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style_center  {
     text-align: center

}






