  body {

	margin: 0;

	padding: 0;

	background: #FFFFFF;

	font-family: Arial, sans-serif;

	font-size: 14px;

	color: #000000;

}


table {
	border-collapse: collapse;
	border: none;
}

td {
	vertical-align:top;
	padding-bottom: 5px;
	padding-right: 20px;
}


h1, h2, h3 {

	margin: 0 0 1em 0;

	padding: 0;

	font-family: Arial, sans-serif;

	font-weight: normal;
	
	color: #333399;

}



h1 {

	font-size: 32px;
	text-align: center;


}



h2 {

	font-size: 24px;

}



p, ul, ol {

	margin: 0 0 2em 0;

	text-align: justify;

	line-height: 26px;

}



a:link {

	color: #333399;

}



a:hover, a:active {

	text-decoration: none;

	color: #3B0700;

}



a:visited {

	color: #333399;

}



img {

	border: none;
}




/* Header */



#header {

	width: 939px;

	margin: 0 auto;

}





/** LOGO */



#logo {

	/* float: center; // Validator error: float center is not a float value */

	width: 939px;

	height: 293px;



}





#wrapper {

	width: 940px;

	margin: 0 auto;


}



/* Page */



#page {

	width: 939px;

	margin: 0 auto;

}



/* Content */



#content {

	float: right;

	width: 630px;

	padding: 30px 30px 0 0;

}




/* Sidebar */



#sidebar {

	float: left;

	width: 220px;

	padding: 30px 0 0 10px;
	
	background: #F0F0F0;

}



#sidebar ul {

	margin: 0;

	padding: 0;

	list-style: none;
	

}



#sidebar li {

	padding-bottom: 10px;
	
	color: #333399;

	font-size: 18px;
}






/* Footer */

p.footer {

	text-align: right;
	
}

#footer {

	width: 939px;

	height: 80px;

	margin: 0 auto;

	background: #F0F0F0;

	font-family: Arial, sans-serif;
	
	font-size: 10px;

}

.refnum {
    color: #333399;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.refbody {
    line-height: 1.1;
    display: block;
    position: absolute;
    border: 1px solid;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
}

.skipnav a {
    transition: top .5s ease-out, background .5s linear;
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
    background: #592B2F;
    z-index: 100;
}

.skipnav a:focus {
    position: absolute;
    left: 0;
    top: 0;
    background: #140a0b;
    transition: top .5s ease-out, background .5s linear;
}