body {
	padding-left: 50px;
	margin: 0;
	overflow-y: scroll;
	font-family: Verdana;
	font-size: 18px;
}

/*
 ** TOOLBAR **
 */

#toolbar {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
	border-bottom: 2px solid;
	border-color: #841B2D;
}

#toolbar-logo {
	display: inline-block;
	padding: 15px;
	padding-left: 0px;
}

#toolbar-wrapper {
	margin: 0 auto;
	text-align: right;
	float: right;
}

#toolbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
	position: relative;
	text-align: left;
}

#toolbar ul li {
	display: inline-block;
}

#toolbar ul li:hover {
	/*background-color: #841B2D;*/
}

#toolbar ul li a,visited {
	color: #999;
	display: block;
	padding: 15px;
	text-decoration: none;
}

#toolbar ul li a:hover {
	color: #9B111E;
	text-decoration: none;
}

#toolbar ul li:hover ul {
	display: block;
}

#toolbar ul ul {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 145px;
}

#toolbar ul ul li {
	display: block;
}

#toolbar ul ul li a,visited {
	color: #ccc;
	padding-top: 10px;
}

#toolbar ul ul li a:hover {
	color: #9B111E;
}

/*
 ** CONTENT **
 */

#content {
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;	
}

#content a{	
	color: #9B111E;
}

#content span {
	font-weight: bold;
	color: #9B111E;
}

#content .codewriting {
	font-family: Consolas;
	font-weight: normal;
	font-size: 13px;
	color: #9B111E;
}

#content .sc {
	font-weight: normal;
	font-variant: small-caps;
	color: #5C5C58;
}

/*
 ** CONTENT-SECTION **
 */
 
.content-section {
	padding: 0px 30px 0px 30px;
}

.content-section-title {
	font-size: 22px;
	color: #5C5C58;
	padding-bottom: 20px;
}

.content-section-subtitle {
	font-size: 16px;
	color: #646469;
	padding-bottom: 10px;
}

.content-section-text {
	font-size: 14px;
	color: #7E7E85;
	text-align:justify;
	text-justify:inter-word;
	padding-bottom: 20px;
}

/*
 ** CLEAN LIST **
 */
 
.cleanlist{
	list-style-type: none;
}

.cleanlist li{
	padding: 2px;
}


/*
 ** COLORED LIST **
 */
 
.coloredlist {
	list-style-type: none;
	max-width: 90%;
	padding-top: 20px;
}
 
.coloredlist li{
	padding: 10px;
}

.coloredlist li:nth-child(odd){
	background-color: #D3D3D3;
	color: #5C5C58;
}

.coloredlist li:nth-child(even){
	background-color: #E8E8E8;
	color: #646469;
}

/*
 ** COLORED TABLE **
 */
 
.coloredtable {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;	
}

.coloredtable table {
	margin-left: 40;
	margin: auto;
}
 
.coloredtable td{
	padding: 10px;
	padding-bottom: 5px;
}

.coloredtable tr:nth-child(odd){
	background-color: #D3D3D3;
	color: #5C5C58;
}

.coloredtable tr:nth-child(even){
	background-color: #E8E8E8;
	color: #646469;
}

/*
 ** COLUMNS SECTION **
 */

.content-section-textcolumns {
	font-size: 14px;
	color: #7E7E85;
	text-align: left;
	padding: 20px;
	padding-bottom: 0px;
	background-color: #E8E8E8;
	display: inline-block;
}

.content-section-textcolumns .content-section-textcolumns-text {
	padding-bottom: 20px;
}

.content-section-textcolumns  .content-section-textcolumns-left {
	float: left;
    width: 32%;
	padding-right: 20px;
}
.content-section-textcolumns  .content-section-textcolumns-center {
    float: none;
	width: 30%;
    overflow: hidden;
    display: table-block;
	padding-bottom: 0px;
}

.content-section-textcolumns  .content-section-textcolumns-right {
	width: 32%;
    float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}