@charset "UTF-8";
/* CSS Document */

body {
background:url(images/sales-techniques-bg.gif);
background-repeat:repeat;
margin: 5px 0 0 0;
}

#container {
width:650px;
margin:auto;
}

#header {
background:url(images/top.jpg) bottom;
background-repeat:no-repeat;
width:650px;
height:128px;
padding:0;
}

#mid {
background:url(images/mid.jpg);
background-repeat: repeat-y;
width:650px;
padding:0;
}

#content {
width:650px;
margin:auto;
}

#leftcol {
width:200px;
vertical-align:top;
padding-top:5px;
padding-bottom:20px;
}

#rightcol {
width:450px;
vertical-align:top;
padding-top:5px;
}

#rightcol-box {
width:410px;
margin:auto;
padding-bottom:20px;
}

#footer {
background:url(images/footer.jpg) top;
background-repeat: no-repeat;
width:650px;
height:22px;
padding:0;
}


/*copyright section*/

#copyright {
width:600px;
margin:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}

#copyright p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
}

#copyright a {
color:#ffffff;
text-decoration:underline;
}

#copyright a:hover {
color:#0000FF;
text-decoration:underline;
}

/*font style*/

p {
font-family: georgia;
font-size: 12pt;
}

h1 {
font-family: Tahoma;
font-size: 14pt;
font-weight: bold;
color: #000000;
}

h2 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #990002;
margin-top:0px;
}

h2 a {
color: #990002;
text-decoration:underline;
}

h2 a:hover {
color: #990002;
text-decoration:none;
}

h2 a:visited {
color: #990002;
text-decoration:underline;
}

li {
list-style:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
margin-top:5px;
margin-bottom:3px;
margin-left:15px;
}

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10px;
	margin-top:-12px;
	}

/*color*/

a {
color:#0000ff;
text-decoration:none;
}

a:hover {
color:#000033;
text-decoration:underline;
}

/*sidebar subheader*/

.subhead {
margin-left:5px;
}

/*optin section*/

#optin-box {
width:179px;
margin:auto;
margin-top:20px;
margin-bottom:15px;
}

#optin-top {
background: url(images/optin-top.jpg) bottom;
background-repeat:no-repeat;
width:179px;
height:102px;
padding:0;
}

#optin-mid {
background: url(images/optin-mid.jpg);
background-repeat: repeat-y;
width:179px;
padding:0;
}

#optin-footer {
background: url(images/optin-footer.jpg) top;
background-repeat:no-repeat;
width:179px;
height:30px;
padding:0;
} 

#sidebar-inner  {
    width:190px;
}

#sidebar-inner ul, #sidebar-inner ul ol {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	}

#sidebar-inner ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left:3px;
	}

#sidebar-inner ul p, #sidebar-inner ul select {
	margin: 5px 0 8px;
	}

#sidebar-inner ul ul, #sidebar-inner ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar-inner ul ul ul, #sidebar-inner ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar-inner ul ol li {
	list-style: decimal outside;
	}

#sidebar-inner ul ul li, #sidebar-inner ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}




