/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	margin: 0 auto;
	font-size: 100.01%; /*fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC;
}

/***** Begin laying out the wrappers *****/


#wrapper {
	position: relative;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 820px;
}


#header {
	margin: 0 auto;
}


#contentwrapper {
	 width: 820px;
	 background: url(images/tms_bg.jpg) repeat-y;
}

#insidewrapper {
	width:800px;
}

#insidewrapper2 {
	width:600px;
	margin: 0 auto;
}

#insidewrapper2 form {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

#content {
	width: 540px;
	margin: 10px 10px;
	float: left;
	background-color: #FFF;
}

#Sidebar {
	width: 180px;
	margin:10px;
	float: right;
	text-align: center;
}

#freeReport {
	width: 180px;
	height: 502px;
	background: url(images/free_report.jpg) no-repeat;
	background-position: top center;
}


#Sidebar .giveaway {
	background: url(images/free_bg.jpg) repeat-x;
}

#Sidebar form {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}

#Sidebar input {
	width: 150px;
}

#Sidebar p {
	padding: 5px 25px;
	Color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}


h1 {
	Color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.8em;
	text-align: center;
}

h1.Sm{
	padding-top: 20px;
	Color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
}

h1.blu{
	padding-top: 20px;
	Color: #4E79B7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
}

p.CallOut {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
}

.CallOutSm {
	color: #990000;
	font-weight: bold;
}

.CallOut3 {
	font-size: 1.2em;
	font-weight: bold;
}

 p, ul {
 	margin-left: 20px;
	Color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
	padding: 5px;
}

/*the Lg class is for the bullets on the home page under the headline */
ul, ul.Lg {
	margin-left: 20px;
}

li {
	margin: 8px 0;
}

p.Lg, ul.Lg {
	font-size: 1.2em;
}

ul.Lg li {
	margin-left: 20px;
}

/* none of these declarations are used but sving them for the future
.TestimonialBox {
	width: 449px;
	background: #FFFFCC;
	border: 1px solid #5081BB;
	padding: 5px;
	margin-top: 8px;
}


.pullQuote {
	font-size: 1.0em;
	font-family: georgia, "Times new roman", serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#Sidebar .pullQuote2 {
	font-size: 0.9em;
	font-family: georgia, "Times new roman", serif;
	font-weight: bold;
	font-style: italic;
	color: #193670;
}

.Sig {
	text-align: right;
	font-style: italic;
}

#Sidebar .Sig2 {
	text-align: right;
	font-style: italic;
	color: #193670;
}

.BoxBottom {
	width: 452px;
	height: 31px;
	background: url(images/testimonial_bg.jpg) no-repeat;
}

.BonusBox {
	width: 449px;
	background: #D1DDF0;
	border: 1px solid #5081BB;
	padding: 5px;
	margin-top: 8px;
}

#Sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	color: #00008B;
	margin: 10px 5px;
	
}
#Sidebar li {
	margin: 0 25px;
	Color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
}

*/

#Sidebar h2 {
	padding-top: 5px;
	Color: #193670;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
}


.clearFloat {
	clear:both;
	height: 1px;
}

a:link {
	color: #00008B;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

a:visited {
	color: #4E79B7;
	text-decoration: none;
	font-size: 1.2em;
	Font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

a:active {
	color: #4E79B7;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

/* fix for gap in IE on header image */
img.clear {
	display: block;
}

/*Give some room to image aligned with text */
img.Pad {
	margin: 5px;
	padding: 3px;
	border: 1px solid #666;
}

img.Pad2 {
	margin: 5px;
	padding: 3px;
}



#Footer {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#Footer p {
	Color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}


#Footer #Links {
color: #FFFFFF; 
font-size:0.7em;
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif;
text-align:center;
}

