html
{
	overflow-y: auto;
}

body
{
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
	color: #505050;
	background: #cbcbcd url('/media/content_designs/3/body_bg.gif');
	margin: 0px;
}

small
{
	font-family: verdana, sans-serif;
}

a
{
	color: #225A8B;
	text-decoration: none;
}

a:hover
{
	color: #FF3300;
	text-decoration: underline;
}

h1, h2, h2 a
{
	color: #f04723;
	font-family: arial, sans-serif;
	font-weight: bold;
}

h1
{
	font-size: 14pt;
	margin-top: .3em;
	margin-bottom: .1em;
}

h2
{
	font-size: 12pt;
	margin-top: .2em;
	margin-bottom: 0px;
}

h3
{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
}

p
{
	margin-top: 0px;
}

th
{
	color: #333333;
	background-color: #bedbeb;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-bottom: 1px dotted #bcc5aa;
}

form
{
	display: inline;
}

img
{
	border: 0px;
}

ul
{
	list-style-image: url(/media/content_designs/3/li.gif);
}

ul li
{
	padding-left: 6px;
}

.tableRow
{
	background: #FFFFFF;
}

.tableRow:hover
{
	background: #F3F5F4;
}

.formRow
{
	background: #eef5f9;
	border-bottom: 1px dotted #bcc5aa;
}

div.navCategory a
{
	color: #222222;
}

div.navLink
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-left: 8px;
	padding-top: 2px;
}

#designHeader2
{
	background: url(/media/content_designs/3/contentheader.jpg) no-repeat;
	width: 717px;
	height: 75px;
	clear: both;
	padding-top: 7px;
}

#designHeader2Home
{
	background: url(/media/content_designs/3/contentheader_home.jpg) no-repeat;
	width: 717px;
	height: 222px;
	clear: both;
}

#designContent
{
	padding: 0px 6px 6px 6px;
	background: #fcfbfa url(/media/content_designs/3/content-bg.gif) no-repeat bottom left;
	min-height: 300px;
}

#designContentFooter
{
	background: #fcf1cc;
	border-bottom: 1px solid #fcc31d;
	height: 10px;
}

#designFooter
{
	font-size: 10px;
	background: #ffffff;
	padding: 5px 2px 0px 2px;
	color: #abaaaa;
	border-top: 1px solid #dedede;
}

#designFooter a
{
	color: #9a9999;
}

#designContainerBorderBottom
{
	background: url(/media/content_designs/3/container_border_bottom.gif) #ffffff repeat-x;
	height: 19px;
}

#designContainer
{
	margin: 0px auto;
	width: 980px;
	background: url('/media/content_designs/3/container_bg.gif') repeat-y;
}

#designContainerPadding
{
	padding: 0px 18px 0px 18px;
}

.bt
{
	vertical-align: bottom;
}

.leftMenuItem
{
	position: relative;
	top: -7px;
	left: -6px;
	font-weight: bold;
	background: url(/media/content_designs/3/left_menu_line.gif) bottom left repeat-x;
	padding: 4px 5px 5px 15px;
}

.leftMenuItem a
{
	color: #58595b;
	display: block;
}

#leftMenuText
{
	padding-right: 40px;
}

#whatsIncluded a:hover
{
	color: #d2242a;
	text-decoration: none;
}

#freeAssessment
{
	background: url(/media/content_designs/3/free_assessment_bg.gif) no-repeat;
	width: 216px;
	height: 221px;
}

#freeAssessment form
{
	font-size: 8pt;
}

#freeAssessment input
{
	font-size: 8pt;
	margin-top: 2px;
}

#freeAssessmentPadding
{
	padding: 35px 6px 6px 6px;
}

.freeAssessmentLabel
{
	clear: left;
	float: left;
	width: 60px;
	padding-top: 5px;
}

.designRightSection
{
	background: url('/media/content_designs/3/right-content-bg.gif') repeat-y;
	padding: 0px 5px 3px 5px;
}

.designRightSectionFooter
{
	background: url('/media/content_designs/3/right-footer.gif') no-repeat;
	height: 15px;
}

div.important
{
	background: #e0e0e0;
	padding: 6px;
	border: 1px dashed #909090;
}

div.code
{
	padding: 4px 2px 4px 2px;
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	background: #ffeecc;
	margin-bottom: 8px;
}

span.code
{
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	background: #ffeecc;
}

@media print
{
	#designContainerBorderTop, #designContainerBorderLeft, #designContainerBorderBottom, #designContainerBorderRight
	{
		display: none;
	}

	#designHeader, #designLeftNav, #designContentHeader
	{
		display: none;
	}
}

