/* TYPOGRAPHY */


html {
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	text-indent: 0px;
}

h2 {
	font-size: 1.5em;
	line-height: 1.33333333em;
	margin-top: 2em;
	margin-bottom: 0.66666666em;
}

h3 {
	font-size: 1.3em;
}
 h4 {
 	font-size: 1.2em;
 	line-height: 1.5384615em;
 	margin-top: 1.5384615em;
}
p {
	font-size: 1em;
	line-height: 1.66667em;
	margin-top: 1.6666em;
	margin-bottom: .3333px;
}

em {
 	font-style: italic;
	font-weight: bold;
}

.cpgreen {
	font-weight: bold;
	color: #7fcc14;
}
.cppurple {
	font-weight: bold;
	color: #660066;
}

blockquote {
		padding: 2em 0;
		margin-bottom: 2em;
		background-color: #eeeeee;
		border-left: 2em solid #cccccc;
		padding-left: 2em;
		padding-right: 2em;
		}

blockquote p {
		margin-bottom: 0;
		font-size: 1.3em;
		line-height: 1.5384615em;
		}

cite {
		font-weight: bold;
		font-style: normal;
		display: block;
		text-align: right;
		}

a{
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

#tagLine {
	font-size: 1.5em;
	line-height: 1.66666666em;
	margin-top: 1.0em;
}





#globalNav a {
	font-size: 1em;
}


.thrColFixHdr #toppanelleft p {
	font-size: 1.2em;

}

#leftcol1 li {

}

#leftcol2 p {
	line-height: 1em;
	margin-bottom: 1em;
}



#leftcol2body h1 {
	margin-top: 1em;
}


#leftcol2body p {
	line-height: 1em;
}

#leftcol2body ol {
	margin: 2.2em;
	list-style-type: decimal;
}


#leftcol2body ul {
	margin: 2.2em;
	list-style-type: square;
}

#leftcol2body li {
	line-height: 1em;
	font-size: 1.2em;

}
#leftcol2body li.task0 {
	font-size: 3.5em;
	line-height: 1em;
	font-size: 1.2em;
	font-weight: bold;

}
#leftcol2body li.task1 {
	font-size: 3.5em;
	line-height: 1em;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-left: 2.2em;

}
#leftcol2body li.task2 {
	font-size: 3.5em;
	line-height: 1em;
	font-size: 1.2em;
	margin-left: 3.2em;

}
#leftcol2body li.task3 {
	font-size: 3.5em;
	line-height: 1em;
	font-size: 1.2em;
	margin-left: 4.2em;

}
#leftcol2body li.task4 {
	font-size: 3.5em;
	line-height: 1em;
	font-size: 1.2em;
	margin-left: 5.2em;

}


.panel h2 {
	margin-top: 0.5em;
}




#siteInfo {
	font-size: 1em;
}


ul.svclist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1em;
}

p.svclist {
   padding: 10px 0px 30px 0px;

}


ul.task
{
	margin-left: 0;
	padding-left: 0;
	line-height: 1.666em;
}


li.task0 
{
	padding-left: 0px;
	list-style: none;
}
li.task1 
{
	padding-left: 10px;
	list-style: none;
}
li.task2 
{
	padding-left: 20px;
	list-style: none;
}
li.task3 
{
	padding-left: 30px;
	list-style: none;
}
li.task4 
{
	padding-left: 40px;
	list-style: none;
}
