/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body
{
	background-color: #DEC7E5;
	color: #000000;
	margin: 0 0 0 0;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	/* Centers the page content container in IE 5 browsers. */
	font: 14px/16px "Book Antiqua", "California FB", Georgia, serif;
	font-family: "Book Antiqua", "California FB", Georgia, serif;
}

/* Commonly used to style page titles. */
h1
{
	color: #777890;
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
}

/* Commonly used to style section titles. */
/*h2
{
	background-color:#990099;
	color:#FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	padding-top: .75em;
	padding-bottom: 0.5em;
	border-top: 1.5em solid #dec7e6;
	padding-left: 1em;
	height: 1em;
}
*/
.value_point
{
	color: #666666;
	font-size: 1.5em;
	padding:4px 0;
	font-weight:bold;
}

/* Sets the style for unvisited links. */
a, a:link
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

/* Sets the style for visited links. */
a:visited
{
	color: #50516b;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

/* Sets the style for a link that has focus. */
a:focus
{
	color: #0000FF;
}

/* Sets the style for a link that is being activated/clicked. */
a:active
{
	color: #383644;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper
{
	margin: 0 0px;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	/* Redefines the text alignment defined by the body element. */
	width: 800px;
	background: url(../images/middle.png) repeat-y;
}

#home_outerWrapper
{
	margin: 0 0px;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	/* Redefines the text alignment defined by the body element. */
	width: 65em;
	background: url(../images/indexmiddle.jpg) repeat-y;
}

#outerWrapper #header
{
	padding: 0px;
	background: url(../images/header3.png);
	height: 185px;
	width: 800px;
	margin-left: 0em;
}

#home_header
{
	padding: 0px;
	height: 185px;
	width: 796px;
	margin-left: 1px;
	background: url(../images/header_index2.png);
	margin-top: 1px;
}

#leftColumn1
{
	/* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding:0px 0px 0px 60px;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 8%;
	margin-left: 20px;
}

#content/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
{
	font-size: 1.1em;
	text-align: left;
	margin-left: 12.5em;
	width: 75%;
	font-family: "Book Antiqua", "California FB", Georgia, serif;
}

.clearFloat/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
{
	clear: left;
	display: block;
}

img{border:none;}
.leftColumn1-list
{
	color: black;
	padding-right: 0px;
	text-align: center;
	display: block;
	margin-left: -7em;
	font: bold .9em "Book Antiqua", Georgia, "Times New Roman", Times, serif;
}

.book1
{
	float: right;
	font-weight: bold;
	width: 40%;
	margin: 1em auto;
}

.book2
{
	float: right;
	font-weight: bold;
	width: 40%;
	margin: 1em auto;
}

.leftColumn1-list li
{
	margin-top: 2em;
	color: #0000CC;
	text-decoration: none;
	list-style: none;
}

.side_testimonial
{
	color:#663399;
	font-size:0.9em;
	margin-top:2em;
	margin-left:-4.5em;
	width:8em;
	font-style: italic;
}

#footer
{
	background: url(../images/footer.png);
	height: 102px;
	width: 800px;
	clear: both;
}

#home_footer
{
	background: url(../images/Footer_index.png);
	clear: both;
	height: 88px;
	width: 796px;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.blacktext
{
	color: #000000;
	text-align: center;
}

.border
{
	padding-right: 20px;
	padding-left: 12px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

legend
{
	font-weight: bold;
}

label
{
	display: block;
}

input
{
	width: 100px;
}

textarea
{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus
{
	background: #ffc;
}

input[type="text"], textarea
{
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

blockquote
{
	width: 13.5em;
}

.clearboth
{
	clear:both;
}

.center-text
{
	text-align:center;
}

.display-block
{
	display:block;
}

.question
{
	font-weight:bold;
}

.side-sig
{
	font-weight:bold;
	padding-bottom: 8em;
	font-size: .85em;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding-top: 1em;
}

h2
{
	text-align:center;
	background: #FFCCCC;
	height: 1em;
	font: bold 1.5em "Book Antiqua", "California FB", Georgia, serif;
	border-top: 2px groove #5F3A74;
	border-right: 5px groove #5F3A74;
	border-bottom: 5px groove #5F3A74;
	border-left: 2px groove #5F3A74;
	clear: right;
	width: 85%;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	color: #333;
	margin: .5em auto 0.75em;
}

.ClassHeader
{
	text-align:center;
	background: #FFCCCC;
	height: 1em;
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: 2px groove #5F3A74;
	border-right: 5px groove #5F3A74;
	border-bottom: 5px groove #5F3A74;
	border-left: 2px groove #5F3A74;
	clear: right;
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	font-family: "Book Antiqua", "California FB", Georgia, serif;
	margin-right: auto;
	margin-left: auto;
}

.plan_header
{
	text-align:center;
	background-color:#993399;
	color:#FFFFFF;
	margin:4px 0;
	padding: 4px 0;
	font-weight:bold;
}

.book_dividers
{
	padding:0.5em 0.5em 0.5em 0.75em;
	border-left:#FFFF00 dotted thin;
}

.book_button_dividers
{
	border-left:#FFFF00 dotted thin;
	padding:0.5em;
	width: auto;
	height: auto;
}

.paypal_table
{
	width:95%;
	background-color:#663399;
	color:#FFFF00;
	border-left:1px #FFFF00 solid;
	border-top:1px #FFFF00 solid;
	border-right:3px #FFFF00 solid;
	border-bottom:3px #FFFF00 solid;
	clear: right;
}

#content-home
{
	font-size: 1.1em;
	text-align: left;
	margin-left: 8em;
	width: 70%;
	height: 450px;
}

#home-text
{
	color: #FFFFFF;
	line-height: 1.2em;
	float: right;
	padding-left: 3px;
	width: 600px;
}

.soundsample
{
	padding: 1em 0.5em 2em;
	background: #80007F;
	border-top: 0.25em outset #666;
	border-right: 0.5em outset #666;
	border-bottom: 0.5em outset #666;
	border-left: 0.25em outset #666;
	width: 260px;
	margin: 0.2em auto;
	color: #FECCCD;
	text-align: center;
}

.articlecover
{
	padding-right:1em;
	margin-top:1em;
	padding-bottom:2.5em;
	padding-left: 1.5em;
}

.gmarticle
{
	margin-bottom: 1.5em;
	border-bottom: thick ridge #90F;
	padding-bottom: 0.75em;
	font-size: 12px;
	width: 95%;
	border-top: medium ridge #90F;
	border-right: thick ridge #90F;
	border-left: medium ridge #90F;
}

#column2
{
	float: left;
	width: 250px;
	margin-left: 3em;
	margin-top: 1em;
	clear: right;
}

#column1
{
	width: 250px;
	float: left;
	margin-top: 1em;
}

#outerWrapper #content .giftarticles
{
	width: 500px;
}

.learnmore
{
	font-size:18px;
	clear: right;
	color: #009;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 4em;
}

.product
{
	width:600px;
	float:right;
	margin-bottom:0.5em;
	font-family: "Book Antiqua", "California FB", Georgia, serif;
}

.productdescription
{
	margin: 0.35em 0.5em 0.25em 4em;
	width:75%;
	color: #666;
	font-size: 1.2em;
	line-height: normal;
	text-align: left;
}

.product table tr td
{
	padding:0.15em 0;
	text-align:center;
}

.productimage
{
	float: right;
	margin: 1em;
}

.subcat
{
	color:#dec7e6;
	background-color: #666;
	text-align: center;
	padding: 0.35em 0;
	font: bold 1em Arial, Helvetica, sans-serif;
}
