@charset "UTF-8";

#userContent {
	float: left;
	height: auto;
	width: 697px;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	font-size: 1.2em;
}
#userContent  h1  {
	font-size: 1.9em;
	font-weight: normal;
	padding-bottom: 8px;
	color: #0768A9;
}
#userContent   h2   {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 0.3em;
}
#userContent h3 {
	font-weight: bold;
	padding-bottom: 0.3em;
	color: #0768A9;
}

#userContent p { padding-bottom: 1em;}

#userContent .introPara {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 0.7em;
}

#userContent td a {
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0768A9;
	height: auto;
	width: auto;
	float: right;
	margin-bottom: 1px;
}
#userContent   td   a:hover { background-color: #FF8818; }
#userContent  ul, #userContent ol {
	padding-left: 1.5em;
	font-weight: normal;
	padding-bottom: 1.4em;
	padding-top: 0em;
	padding-right: 12em;
}
#userContent  ol  li {
	list-style-type: decimal;
	list-style-position: outside;
}

#userContent  ul  li {
	list-style-type: disc;
	list-style-position: outside;
}

#userContent ol li ol li  { list-style-type: lower-alpha; }

#userContent ol li ul li { list-style-type: circle; }

#userContent ol li ul li ul li {
	list-style-type: circle;
	padding-bottom: 0px;
}
#userContent .jargonHeading {
	color: #666666;
	text-decoration: underline;
}
#userContent a {
	color: #666666;
}
#userContent .blueBold {
	font-weight: bold;
	color: #0768A9;
	padding-bottom: 0.3em;
}
#userContent .blue   {
	color: #0768A9;
}
#userContent    .rightCol {
	float: right;
	width: 300px;
}
#userContent .leftCol {
	float: left;
	width: 300px;
}
#userContent td { padding: 10px; }
#userContent   .tableWithBorder {
	border: 1px solid #0768A9;
}

#userContent .tableWithBorder td { border: 1px solid #0768A9; }
#userContent .button {
	float: left;
	height: 20px;
	width: 50px;
	background-color: #EE0202;
	border: 1px solid #666666;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 5px;
}
#userContent .button:hover { background-color: #0765A4; }
