body,td,th,p {
	text-rendering: optimizeLegibility;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,p {
	padding: 0;
}
h1 {
	color: #00F;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	color: #00F;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #00F;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
}
a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #F60
}
ul {
	padding: 0;
}
li {
	list-style-type: square;
	margin-left: 20px;
	padding-left: 20px;
}
img {
	border: 0;
}

.floatleft {
	float: left;
	margin-right: 20px;
}
.floatright {
	float: right;
	margin-left: 20px;
}
div.clearfloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
div#header {
	background: url(images/headerbg.png) repeat-x top right;
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}
div#banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	position: relative;
}
div#topmenu {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 640px;
	position: absolute; 
	bottom: 10px;
	right: 10px;
}
#topmenu a {
	color: #CFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FFF;
}
div.breadcrumbs {
	font-size: 11px;
}
div.prevnext {
	font-size: 11px;
}
div#pagecontainer {
	width: 960px;
	min-height: 320px;
	margin-left: auto;
	margin-right: auto;
}
div#containerleft {
	float: left;
	width: 690px;
}
div#containerright {
	float: right;
	width: 250px;
}
.containerrule {
	height: 0;
	border-width: 2px 0 0;
	border-color: #00F;
	border-style: solid;
}
.barcontainer h2 {
	text-transform: uppercase;
	font-size: 12px;
}
div#footer {
	background: url(images/footerbg.png) repeat-x top right;
	width: 100%;
	height: 100px;
}
div#footerimg {
	background: url(images/footer.png) no-repeat;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}
div#footertext {
	padding: 10px 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 780px;
	height: 80px;
}
div#footertext a {
	color: #FFF;
	text-decoration: underline;
}
div#footertext a:hover {
	color: #FFF;
	text-decoration: none;
}
span#copyright {
	font-size: 10px;
}

/* Side Navigation (To Depracate) */
.quote {
	margin: 30px;
	padding: 10px;
	border: 1px solid #06F;
	background-color: #EFF;
	color: #03F;
}
.quote:hover {
	background-color: #CFF;	
}
.sidequoteblue {
	text-align: center;
	margin: 15px;
	padding: 10px;
	border: 1px solid #06F;
	background-color: #EFF;
	color: #06F;
}
.sidequoteblue:hover {
	background-color: #CFF;	
}
.sidequoteorange {
	text-align: center;
	margin: 15px;
	padding: 10px;
	border: 1px solid #F60;
	background-color: #FEC;
	color: #F60;
}
.sidequoteorange:hover {
	background-color: #FD9;	
}

/* Old Formatting 
.large {
	font-size: 20px;
}


p.heading {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-align: left;
}
p.novspace {
	width: 160px; 
	text-align: left; 
}
*/



/* Home Navigation Icons */
#homenavigation {
	background: url(images/home/get-started.png) no-repeat left;
	height: 80px; /* For HEADER
	width: 730px;
	position: absolute;
	top: 20px;
	right: 20px; */
}
.icon {
	padding: 0 0 20px;
}
.icon img {
	border: none;
	-moz-transform:scale(0.8, 0.8);
	-webkit-transform:scale(0.8, 0.8);
	-o-transform:scale(0.8, 0.8);
	-ms-transform:scale(0.8, 0.8);
	transform:scale(0.8, 0.8);
	-moz-transition-property:scale;
	-webkit-transition-property:scale;
	-o-transition-property:scale;
	transition-property:scale;
	-moz-transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	transition-duration:0.2s;
	-moz-transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	-webkit-backface-visibility:hidden;
}
.icon img:hover {
	-moz-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	-o-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	transform:scale(1, 1);
}

/* Tooltips */
.tt {
    position:relative;
    z-index:8;
	color: #00F;
	font-weight: bold;
}
.tt span {
	display: none;
}

.tt:hover {
	z-index:9;
	background: ;
}
.tt:hover .tooltip {
    display: block;
    position: absolute;
    top: 0;
	left: -14px;
	padding: 16px 0 0;
	width:108px;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.9;
	MozOpacity: 0.9;
	opacity: 0.9;
}
.tt:hover .top {
	display: block;
	padding: 22px 10px 0;
    background: url(images/tooltip.png) no-repeat top;
}
.tt:hover .middle {
	display: block;
	padding: 0 10px; 
	background: url(images/tooltipm.png) repeat top; 
}
.tt:hover .bottom {
	display: block;
	padding: 0 10px 10px;
    background: url(images/tooltip.png) no-repeat bottom;
}


/* Navigation TOC */
p.level1 {
	margin: 0;
	padding: 0;
}
.level1 a {
	display : block;
	padding: 6px 0 4px;
	text-align: left;
	color : #00F;
	font-size: 12px;
	font-weight : bold;
	min-height: 16px;
	line-height: 16px;
}
.level1 a.current {
	background-color:#EFF;
}
.level1 a:hover {
	color : #F60;
}

p.level2 {
	margin: 0;
	padding: 0;
}
.level2 a {
	display : block;
	padding: 4px 0 4px 20px;
	text-align: left;
	color : #00F;
	font-size: 11px;
	font-weight: normal;
	min-height: 14px;
	line-height: 14px;
}
.level2 a.current {
	background-color:#EFF;
}
.level2 a.currentbold {
	font-weight: bold;
	background-color:#EFF;
}
.level2 a:hover {
	color : #F60;
}
