html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0 0 0 0;
	
}

body {
	
	width:100%;
	top:0;
	height: 100%;
	margin: 0 auto;
	padding:0 0 0 0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1d1d1d;
	line-height:1.5em;
}

a{ color: #EB821E; }

a:visited{ color: #db7411; }

a:hover, a:focus{ color: #538504; text-decoration:none; }

p{	margin:1em 0; }

hr{
	width:90%;
	border:0;
	border-top:1px solid #7F7F7F;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #E67D25; font-weight:bolder; }

h1, h2, h3{color:#39947B; font-weight:lighter;}

h1{ font-size:24px; border-bottom:1px solid #ccc; margin-bottom:20px;}

h2{	font-size:20px; color:#1D1D1D; font-size:14px; font-weight:bold; margin-top:9px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }

#container {
	position: relative;
	width:100%;
	overflow:hidden;
	background:white;
	z-index:1;
}

#content{
	position:relative;
	display:block;
	left:0;
	margin:0 ;
	padding:10px 10px 40px 10px;
	top:0;
	z-index:5;
}

.calloutBox{
	float:right;
	position:relative;
	margin:0 -10px 0 0;
	padding:0 0 0px 30px;
	height:135px;
	display:block;
}

.calloutBox2{
	float:right;
	position:relative;
	margin:15px -31px 0 0;
	padding:20px 0 20px 30px;
}


#aside, #header, #subMenusContainer{
	display:none;
}

#footer {
	position: relative;
	bottom: 0;
	display:block;
	margin:0 0 0 0;
	width:100%;
	text-align:center;
	color:#DB7C03;
	left:0;
	font-size:10px;
	background:#fff;
}