@charset "utf-8";
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 12px;
	background-color: #F3F7EA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	vertical-align: top;
	width: 810px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: medium none #BC5F0A;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	top: auto;
	right: auto;
	height: auto;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 20px;
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BC5F0A;
	border-right-color: #BC5F0A;
	border-bottom-color: #BC5F0A;
	border-left-color: #BC5F0A;
	color: #454545;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: auto;
	border: medium solid #2741BA;
	color: #221B1A;
} 
.twoColFixLtHdr #header {
	height: 125px;
	display: block;
	width: 810px;
	font-size: 10px;
	background-color: #F3F7EA;
	word-spacing: normal;
	letter-spacing: 1px;
	text-align: center;
	float: none;
	line-height: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BC5F0A;
	border-right-color: #BC5F0A;
	border-bottom-color: #BC5F0A;
	border-left-color: #BC5F0A;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #F3F7EA;
	font-size: 90%;
	text-align: left;
	vertical-align: text-top;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	text-indent: 0px;
	display: block;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: auto;
	line-height: 20px;
	clear: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #BC5F0A;
	margin-top: 0px;
}
.twoColFixLtHdr #footer {
	font-size: 10px;
	line-height: 16px;
	background-color: #F3F7EA;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	border-right-style: none;
	border-right-color: #ED6429;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
menu divider {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #E4B469;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-position: inside;
	list-style-type: none;
	font-size: 90%;
	color: #FFFFFF;
	margin-right: 1em;
	margin-left: 1em;
	padding: 2px;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #757575;
}
.style13 {
	font-style: italic;
	color: #D3A357;
	font-weight: normal;
}
.style14 {
	color: #4E4E4E;
	font-weight: bold;
	font-size: 115%;
}

a:link {
	color: #3744B5;
}
a:visited {
	color: #FC7410;
}

/* CSS Document */

style3 {
	border: thin solid #3300FF;
}
a:hover {
	text-decoration: underline;
	color: #3744B5;
}
a:active {
	text-decoration: underline;
	color: #748E51;
}
.style12   {
	border: thin none #F4BF42;
	background-color: #FFFFFF;
	padding: 3px;
}
.style16 {
	font-size: 20px;
	line-height: 28px;
}
.style19 {
	font-size: 14px;
	line-height: 32px;
	font-style: italic;
}

.style21 {
	font-size: 20px;
	line-height: 30px;
}

.style22 {color: #3333FF}
.hrcolor {
	color: #5A71DC;
}
.button {
	background-color: #FFFFFF;
	width: 770px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	height: 45px;
	border: thin none #5A71DC;
}
.clear {
	clear: both;
}
.style38 {
	font-size: 90%;
}
.style39 {
	color: #FFFFFF;
	font-size: 10px;
}

.hrcolor {
	background-color: #5A71DC;
}
.tellfriendbox {
	background-color: #BC5F0A;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #FFFFFF;
}
.rightalign {
	text-align: right;
}
.style40 {
	color: #FFFFFF;
	font-weight: bold;
}
.style41 {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 12px;
}
.style46 {
	border: medium double #006F00;
}
.linespace {
	line-height: 26px;
}
.aweberbox {
	padding: 3px;
}
.grayborder {
	border: 1px solid #BC5F0A;
	padding: 10px;
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	color: #BC5F0A;
}
.contentborder {
	border: 1px solid #CCCCCC;
}
.rightcorner {
	margin: 2px;
	padding: 3px;
	background-color: #FFFEDF;
	border: 1px solid #CCCCCC;
}

