 	
@charset "UTF-8";


/* Layout Structure
---------------------------------------- */

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/entrepreneur-book-banner.jpg) height: 131px width: 780px;
	height: 131px;
	text-align: left;
	width: 780px;
		background-image: url(/images/entrepreneur-book-banner.jpg)
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	border:hidden;
	padding: 5px, 5px, 5px, 15px;
	margin: 0, 15px, 0, 5px, 10px;
}
	
.twoColFixLtHdr #mainContent {
	text-align: left;
	width: 520px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	}

.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
}


.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}



.table #table {
	border-style: dotted;
	border-color: #999999;
	border-width: thin;
	align: right;
	
	}
	
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	}
	
	
.sidehead1, sidehead2 {
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 125%;
	margin-top: 10px;
	margin-bottom: 3px;
}
	
.sidehead1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #cc6633;
	font-weight: normal;
	}
	
.sidehead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}

	
td, th {
	padding: 5px;
	}

th {
	text-align: center;
	background-color:#cc6633;
	}
	
/* Headings
---------------------------------------- */
h3, h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 125%;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 3px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 135%;
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
	}


h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000;
	line-height: 125%;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}


h3 {
	color: #006699;
	
	}

h4 {
	color: #cc6633;
	
	}
	

h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc6633;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	margin-top: 2px;
	margin-bottom: 3px;	
	}
	

/* Other text elements
---------------------------------------- */
body  {
	background-color: #FFFFFF;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 125%;
	color: #333333;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0, 10px, 0, 10px;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	color: #006699;
	text-align: left;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 70px;
	}

	

hr {
	color: #006699;
	width: 67%;
	text-align: left;
		}

li {
	margin-top: 3px;
	margin-bottom: 8px;
	}
	
.sidebar  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	padding: 5px, 5px, 5px, 15px;
	margin: 0, 15px, 0, 5px, 10px;
	color: #333333;
	text-align: left;
}

	
.testimonialname  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	padding: 5px, 5px, 5px, 15px;
	margin: 0, 15px, 0, 5px, 10px;
	color: #cc6633;
	text-align: left;
}

	
	


/* Miscellaneous styles
---------------------------------------- */
	
.copyright {
	color: #555555;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ font-weight:bold; color: #cc6633; }
a:visited	{ font-weight:bold; color: #cc6633; }
a:hover	{ font-weight:bold; color: #006699; }
a:active	{ font-weight:bold; color: #006699; }
