@charset "UTF-8";
body {
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 150%;
	word-break:keep-all;
}

.leftindent {
	padding-left:5%;
	padding-right:5%;
}

.leading {line-height: 28pt;}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	word-break:keep-all;
	line-height: 1.5em;
}
.H3 {
	color: #009900;
	font-style: italic;
}
a img {
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #8EC179;
	text-decoration: none;
	line-height:30px;
	font-size:12pt;
	word-break:keep-all;

}
a:visited {
	color: #ffbf00;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #9e9e9e;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #3A5A2F url(../Images/) repeat-y;
    margin: 0 auto;

}

/* ~~ This fixed width container is the footer ~~ */
.bottomcontainer {
	width: 960px;
    margin: 0px auto;
	background-color:#61420F;
	height:80px;

}


/* ~~ The header design will accommodate a logo or banner image up to 960 pixels wide.  ~~ */
.header {
	text-align: center;
	position: relative;
}
#page-wrap {
     width: 960px;
     margin: 0 auto;
}
.tables {
	padding: 0px;
	text-align: left;
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ~~ These are the columns for the layout. ~~ 
The background colors of the columns match those in the background image of the container. This is redundant on the desktop but plays an important role for viewing with a tablet or phone.
*/
.sidebar1 {
	float: left;
	width: 180px;
	background-color: #3A5A2F;
	color: #FFF;
	margin: 0px;
	padding: 0px;		background: #3A5A2F;
}
.content {
	width: 780px;
	float: left;
	background-color: #fff;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.content ul, .content ol {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-left: 35px;

}
ol.numberedlist  {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: decimal;
	text-align: left;
	vertical-align: top;
}
ul.nav {
	list-style: none;
	border-top: 2px solid #FFF;
	margin: 0;
	background-color:#3A5A2F;
	text-align: left;
}
ul.nav li {
	border-bottom: 2px solid #FFF;
}

.underline {
	text-decoration: underline;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #518043;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color:#3A5A2F;
	color: #FFFFFF;
	padding: 5px 5px 5px 15px;
}

.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 4px solid;
	color: #FFF;
	border-top-color: #518043;
	background-color: #3A5A2F;
}
.headerbottom {
	position: relative;
	clear: both;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	border-top-color: #518043;
	background-color: #000000;
	font-size: 16px;
	line-height: 24px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #518043;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.headerbottom2 {
	position: relative;
	clear: both;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	border-top-color: #518043;
	background-color: #AB8B2C;
	font-size: 24px;
	line-height: 30px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #518043;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	letter-spacing: 2pt;
	font-family: "Arial Black", Gadget, sans-serif;
	background-image: url(images/BeReadyArtStrip.png);
	font-style: normal;
	font-weight: 900;
}
.footer p {
	font-size: 0.75em;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* The following two styles make adjust the size of images in the header and content divs for all platforms */
.header img {
	max-width: 100%;
	height: auto;
}
.content img {
}
pre {
	margin-right: 40px;
	margin-left: 40px;
}
.container .content h5 {
	color: #B90000;
}
ol {
	left: 15px;
	top: 10px;
	right: 25px;
	bottom: 20px;
	color: #000000;
	line-height: 18pt;
}
.leftwrap {
	float: left;
	padding: 0px;
	margin: 0px;
}
.bottomnav {
    padding: 10px;

}
.container .content div blockquote p .basic strong {
	color: #B90000;
}
.shadow {
	border:3px solid #C90;
	border-radius:10px;
	padding:5px;
	box-shadow: 0 0 2px 1px rgba(51,51,51,0.70);
}
	