body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #000000;
	background-color: #fff;
	margin: 0 0;
	}
	
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{margin:0; padding:0;}


/* header styles*/
#header {
	width: 100%;
	margin: 0 auto;
	background-image:url(../images/headers/headerbackground.gif);
	height: 188px;
	text-align: center;
	}	
	
/* content styles */

#wrapper {
	width: 750px;
	margin: 10px auto 0 auto;
	}

#leftnav {
	display: block;
	clear: none;
	float: left;
	width: 180px;
	border-right: 1px solid #cccccc;
	padding: 20px 20px 20px 0;
	margin-bottom: 30px;
	text-align: right;
	}
	
#leftnav p {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
	}
	
#leftnav a:link, #leftnav a:visited {
	color: #999999;
	font-weight: bold;
	}
	
#leftnav a:hover {
	color: #0099cc;
	}
	
#leftnav a#onturquoise {
	color: #45C0C0;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;
}
#leftnav a#onmagenta {
	color: #C6538C;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;
}
#leftnav a#ongreen {
	color: #4DC44D;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;
}
#leftnav a#onbabyblue {
	color: #6FB7FF;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;
}
#leftnav a#onorange {color: #ff9933;
	font-weight:bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;
	}
	
#leftnav a#onred {color: #cc3333;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;}
	
#leftnav a#onbrightblue {color: #0099cc;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;}
	
#leftnav a#onteal {color: #009999;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;
	}
	
#leftnav a#ontan {
	color: #C68C53;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 5px;
	border-right: 10px solid;
}
	
#content {
	display: block;
	float:left;
	margin: 0 0 30px 45px;
	width: 500px;
	}
	
h1 {
	font-size: 1.9em;
	color: #cc6633;
	}
	
h2 {
	font-size: 1.8em;
	color: #999999;
	}
	
h3 {
	font-size: 1.6em;
	margin: 20px 0 10px 0;
	color: #cc6633;
	}
	
h4 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	}
	

.green {color: #4DC44D;}
.orange {color: #ff9933;}
.red {color: #cc3333;}
.brightblue {color: #0099cc;}
.turquoise {color: #45C0C0;}
.purple {color: #996699;}
.teal {color: #009999;}

table.sixkicks p.green, table.sixkicks p.orange, table.sixkicks p.red, table.sixkicks p.brightblue, table.sixkicks p.turquoise, table.sixkicks p.purple {font-size: 1.6em;}
 
	

	
#homekicks {
	margin: 10px 0 30px 60px;
	font-size: 1.5em;
	line-height: 1.3em;
	color:#000000;
	}
	
p.home {
	font-size: 1.5em;
	font-weight: bold;
	color:#333333;
	}
	
p {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	}

p.indent {text-indent: -74px;
	padding-left: 74px;}

p.nomargin {margin-bottom: 0;}

.extension {font-size: .9em; color: #666666;}

.marginbottom {margin-bottom: 20px;}

p.signup {border: 1px solid #cc3333;
	padding: 7px;
	}

table.mission td.dropcap {
	font-size: 2.5em;
	font-weight: bold;
	color: #0099cc;
	padding-right: 3px;
}

table.mission td {font-size: 1.2em;}

#content ul {
	list-style-type:none;
	margin-bottom: 2em;
	margin-left: 10px;
	}
	
#content ul li {
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
	font-size: 1.2em;
	margin: 3px 0 7px 0;
	}
	
#content ol {
	margin: 0 0 1em 100px;
	}

#content ol li {
	list-style:outside;
	margin-bottom: .7em;
	font-size: 1.2em;
	}
	
#content ul li ol li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 0;
	font-size: 1.1em;
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
a:link, a:visited {color: #0099cc; text-decoration: none;}
a:hover {color: #006699;}



/* footer sytles */
#footer {
	clear: both;
	width: 750px;
	margin: 0 auto 20px auto;
	border-top: 1px solid #006699;
	text-align: center;
	}
	
#footer p {
	color:#999999;
	font-size: 1em;
	margin: 5px 0 0 50px;
	}
