body {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	background-color: #dfdfdf;
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
}

div#layoutcontainer {
	background-color: #ffffff;
	width: 764px;
	margin: 9px auto 9px auto;
	overflow: visible;
	text-align: left;
}

div#pagecontainer {
	border : 1px solid #666666;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #3333FF;
}

a:hover {
	text-decoration: none;
	color: #FB881D;
}

p#heading {
	font-weight: bold;
}

p#subheading {
	font-weight: bold;
}

p#standout {
	color: #1C3D79;
}

div#banner {
	background-image: url(images/banner_bg.gif);
	height: 159px;
}

*html div#banner {
	height: 159px;
}


div#title {
	margin-top: 16px;
	margin-bottom: 10px;
	margin-left: 26px;
}

div#side_right {
	float: right;
	width: 254px;
	min-height: 300px;
	margin-top: 50px;	
	margin-right: 16px;
}

*html div#side_right {
	height: 300px;
	margin-right: 6px;
	width: 234px;
}

div#side_right a {
	color: #666666;
	text-decoration: none;
}

div#side_right a:hover {
	text-decoration: none;
	color: #FB881D;
}

div#home {
	margin-top: 2px;
	margin-bottom: -6px;
	min-height: 50px;
	width: 222px;	
	float: right;
}

*html div#home {
	margin-bottom: 22px;
}

div#home img {
	margin-bottom: -9px;
	margin-left: -2px;
}

*html div#home img {
	margin-bottom: -6px;
}

div#demos {
	margin-top: 2px;
	min-height: 50px;
	width: 222px;	
	float: right;
}

div#demo_items {
	padding: 1px;
	margin-top: -15px;
	margin-left: -10px;
	color: #666666;
	font-size: 0.9em;
}

div#demo_items a {
	color: #999999;
}	

div#pdf {
	margin-top: 2px;
	min-height: 50px;
	width: 222px;	
	float: right;
}

div#pdf img {
	margin-bottom: -10px;
}

div#browsercheck {
	margin-top: 0px;
	min-height: 50px;
	width: 222px;
	float: right;
	font-size: 0.9em;
}

div#browsercheck img {
	padding-left: 4px;
	margin-bottom: -7px;
	margin-right: 2px;
}

*html div#browsercheck img {
	margin-bottom: -3px;
}


div#main_content {
	margin-top: 35px;
	margin-right: 254px;
	margin-left: 16px;
	margin-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 300px;
}

*html div#main_content {
	height: 300px;
	margin-top: 20px;
}

div#page_heading {
	font-size: 1.15em;
	font-weight: bold;
}

input.submit {
	background: #FB9434;
	font-family: verdana;
}


div.list {
	
	padding: 0px 4px 0px 4px;
}

div.clear {
	clear: both;
}

div#disclaimer {
	background-color: #ffffff;
	width: 742px;
	margin: 9px auto 9px auto;
	padding: 10px 10px 10px 10px;
	overflow: visible;
	text-align: center;
	border: 1px solid #666666;
	font-size: 0.75em;
}