/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

A:link { font-weight: normal; text-decoration: none; color: #7A0436}
   A:visited { font-weight: normal; text-decoration: none; color: #7A0436}
   A:active { font-weight: normal; text-decoration: underline; color: #7A0436}
   A:hover { font-weight: normal; text-decoration: underline; color: #7A0436}


#page {
	background-color: white;
	border: 1px solid #FFFFFF;
	text-align: left;
}

#header {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: right;



	
}

#content {
	font-size: 1.2em
	}
.submenu {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: #7A0436;
	font-weight: bold;
	text-decoration: none;
}
.submenu:hover {
	text-decoration: underline;
}
.link {
	font: bold 11px verdana,helvetica,arial,sans-serif;
	color: #336699;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.redtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A0436;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F5764;
	text-decoration: none;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1F5764;
	text-decoration: none;
}
.title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1F5764;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.smallfont {
	font-size: 80%;
	}
.nopag {
	padding:0px;
	margin:0px;
	}

#footer {
	background-color: White;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
	}

	

/* End Typography & Colors */



/* Begin Structure */
body  { background-color: #1F5764; margin: 0; padding: 0 }

#page {
	background-color: white;
	margin-top: 0px; auto
	margin-right: 10%;
	margin-left:  10%;
	padding: 0;
	width: 900x;
	border: 1px solid #A5C5CD;
}
#leftnav {
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-left:  20px;
	height: 600px;
}

#maincontent {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;


	}
	
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 145px;

	}

#headerimg {
	background-image:   url(http://www.attractclientswithease.com/clientwebsites/leslieoldershaw/graphics/revisedheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	height: 145px;


	}
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	height: 71px;
	background-image: url();
	background-repeat : no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	color: #1F5764;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/
.box {
	background-color: #1F5764;
	text-align: center;
	padding: 5px;
	width: 100%;
}
#leftcol {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 20px;

}
.tablecontent {
	padding-top: 10px;
	padding-bottom: 10px;
}
.greenback {
	background-color: #A5C5CD;
	display: block;
	padding: 10px;
	color: #000000;
}
.darkgreenback {
	background-color: #1F5764;
	display: block;
	padding: 10px;
	color: #000000;
}
.grayback {
	background-color: #333333;
	display: block;
	padding: 10px;
	color: #000000;

}
.redback {
	background-color: #7A0436;
	display: block;
	padding: 10px;
	color: #FFFFFF;

}
img.padded { margin-left: 5px; margin-right: 5px;}.productTitle {
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.productTable {
	font-size: 80%;
}
.strikeout {
	text-decoration: line-through;
}
