*{
	margin:0;
	padding:0;
	list-style:none
}

img{
	border:0
}

body{
	background:#fff;
	color:#111;
	font-size:13px;
	font-family:arial, verdana, sans-serif
}

p{
	margin:0 0 16px
}

ol{
	margin:3px 0 20px
}

q{ /* prevents Firefox from auto-adding quotes to <q> elements */
	quotes:none
}

input, select, textarea{
	padding:0 1px
}

label{
	position:relative;
	top:-2px;
	left:4px
}

input[type=hidden]{
	display:none
}

a:link{
	color:#f71760
}

a:visited{
	color:#f71760
}

a:hover{
	color:#e4004a;
	text-decoration:none
}

a:active{
	color:#f71760
}


/* BEGIN: Headings ================== */
h1{
	font:bold 16px arial;
	background:#569ce1;
	color:#fff;
	text-align:center;
	padding:3px 0 1px;
	margin:15px 0
}

h2{
	font-size:17px;
	margin:40px 0 4px
}

h3{
	font-size:17px;
	font-weight:normal;
	margin:0 70px 20px
}

h4{
	font-size:13px
}

h5{
	font-size:13px;
	margin:2px 0 0
}

h6{
	font-size:13px;
	margin:10px 0 15px
}
/* END: Headings ================== */


/* BEGIN: Tables ================== */
.coloredTable{
	background:#dfecf9;
	margin:0 25px 0;
	width:550px
}

.coloredTable td, .coloredTable th, .altColoredTable td, .altColoredTable th{
	border-bottom:2px solid #fff
}

.coloredTable td table td{
	border-bottom:0
}

.altColoredTable .odd{
	background:#f9f2ff
}

.altColoredTable .even{
	background:#fff
}

th{
	padding:6px 3px 3px 10px;
	text-align:left;
	vertical-align:top
}

span{
	font-size:11px;
	font-weight:normal
}

td{
	padding:3px 6px
}
/* BEGIN: Tables ================== */


#main{
	margin:auto;
	width:600px;
	border:1px solid #999;
	margin:12px auto;
	background:#fff
}

#content{
	padding:0 30px
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

#header{
	padding:10px 0 0;
	text-align:center
}

/* BEGIN: Footer ================== */
#footer{
	padding:10px;
	font-size:10px;
	color:#569ce1;
	border-top:4px solid #569ce1;
	height:80px;
	background:url(images/DCS-Line_Blue.gif) no-repeat center bottom;
	margin:40px 0 15px
}

#footerLogo{
	float:left
}

#legalInfo{
	float:right;
	width:360px
}

#altFooter{
	padding:10px;
	font-size:10px;
	color:#aa24f7;
	border-top:4px solid #aa24f7;
	height:80px;
	background:url(images/dcsline.jpg) no-repeat center bottom;
	margin:40px 0 15px
}
/* END: Footer ================== */

.swatch{
	margin:0 20px 20px 0;
	cursor:hand;
	cursor:pointer
}

.centered{
	text-align:center
}

#lblWelcome{
	font-size:23px;
	display:block;
	margin:6px 0 9px
}

.imageBulletedList li{
	background-repeat:no-repeat;
	background-position:0 1px
}

.imageBulletedList p{
	margin-top:14px
}

.step1{
	background-image:url(images/straw_1.jpg)
}

.step2{
	background-image:url(images/straw_2.jpg)
}

.pointA{
	background-image:url(images/a_straw.jpg)
}

.pointB{
	background-image:url(images/b_straw.jpg)
}

.pointC{
	background-image:url(images/c_straw.jpg)
}

ol .odd{
	background:#eee
}

.imageBulletedList li{
	padding:2px 0 2px 27px
}

.numbered li{
	margin:1px 0 1px 30px;
	list-style:decimal;
	border-bottom:1px solid #aaa
}

