/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Lucida, Lucida Sans, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

#topsection {
	background: url(images/rainbowgrad3.gif) repeat;
	height: 100px;
	margin-top: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #999999;
}
#contentwrapper {
float: left;
width: 100%;
}

#contentcolumn {
margin: 0 215px 0 215px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 215px;
	margin-left: -100%;
	background: url(images/greyborder.png) repeat;
	text-align: center;
}

#rightcolumn{
float: left;
width: 215px; /*Width of right column*/
margin-left: -215px; /*Set left marginto -(RightColumnWidth)*/
background: url(images/greyborder.png) repeat;
	text-align: center;}

#footer{
clear: left;
width: 100%;
background: #e0e0e0;
color: #ffffff;
text-align: center;
padding: 4px 0;
	border-width: 2px;
	border-style: solid;
	border-color: #999999;
}

#footer a{
color: #990000;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.small {
	font-size: 9px;
	line-height: 120%;
	color: #000000;
	letter-spacing: .75px;
}
	
p {
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}

ul li {
	font-size: 12px;
	color: #333333;
	line-height: 125%;
	letter-spacing: 0.25px;
	margin-bottom: 3px;
	list-style-type: square;
}
ol li {
	font-size: 12px;
	color: #333333;
	line-height: 125%;
	letter-spacing: 0.25px;
	margin-bottom: 3px;
}
h1 {
	font-size: 24px;
	color: #000000;
	line-height: 115%;
	font-weight: 700;
}
h2 {
	font-size: 18px;
	color: #636633;
	line-height: 115%;
	font-weight: 700;
}
h3 {
	font-size: 14px;
	color: #42626a;
	line-height: 115%;
	font-weight: 700;
}
.steps {
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
}

a.text:link {
	text-decoration: none;
	color: #6633CC;
	font-weight: bold;
}
a.text:visited {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
}
a.text:hover {
	color: #ff3300;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-weight: bold;
}
a.text:active {
	text-decoration: none; 
	color: #6633CC;
	font-weight: bold;
}
table.colors {
	border-bottom: #cccccc 1px;
	border-left: #cccccc 1px;
	border-right: #cccccc 1px;
	border-top: #cccccc 1px;
	border-style: solid;
}