/* ------------------- CSS Document */

body {
	margin: 			0px;
	background-image:	url(../images/background.jpg);
	font:				12px Arial, Helvetica, sans-serif;
	color: 				#333;
}


.table_background {
	background-image:	url(../images/background_int.gif);
	background-repeat:	repeat-y;
}

.table_menu {
}

/* ------------------- Main Menu */

.navlist {
	margin:				0;
	padding:			0;
}

.navlist img {
	border:				none;

}

.navlist li {
	list-style:			none;
}


.navlist_colapsed {
	display:			none;
	margin:				0 0 15px 62px;
	padding:			0;
}

.navlist_colapsed li {
	list-style:			none;
	height:				15px;
}

.navlist_colapsed a {
	text-decoration:	none;
	font-size:			11px;
	color:				#333;
}

.navlist_colapsed a:hover {
	color:				#d83f31;
}



/* ------------------- Main Article */

.table_article {
	padding:			0 35px 0 27px;
}

.table_article p {
	margin:				15px 40px 0 0;
	line-height:		18px;
}


.table_article a{
	color:				#d83f31;
}


.table_article a:hover{
	color:				#000;
}


.table_article ul {
	margin:				5px 0 0 0;
	padding:			0 0 0 0;
}

.small_list ul li {
	list-style-type:	none;
	margin:				3px 0 0 0;
	padding:			0 0 0 0;
}

.table_article ul a {
	color:				#d83f31;
	font-size:			11px;
	text-decoration:	underline;
}

.table_article ul a:hover {
	color:				#333;
}

.in_this_article {
	margin:				0 0 0 0;
}
.in_this_article li {
	list-style-type:	none;
	margin:				3px 0 0 0;
	padding:			0 0 0 0;
}

.in_this_article ul li {
	margin:				0 0 0 0;
	padding:			0 0 0 0;
}

.in_this_article ul a {
	text-decoration:	underline;
	color:				#d83f31;	
}

.in_this_article ul a:hover {
	color:				#333;
}


.in_this_article ul a.current_page { color: #333; }

/*
.in_this_article ul a.current_page {color:	#00000;
}
*/

.mini_text {
	font-size:			11px;
	line-height:		16px;
}

.question {
	font-weight:		bold;
	color:				#d83f31;
}

.answer {
	font-weight:		100;
	color:				#333;	
	display:			block;
}

.biography {
	font-size:			11px;
	color:				#999;	
}

h1 {
	font-size:			24px;
	font-weight:		100;
	color:				#d83f31;
	margin:				35px 0 0 0;
}

h2 {
	font-size:			17px;
	font-weight:		100;	
	color:				#d83f31;
	margin:				35px 0 0 0;
	padding: 			0 0 0 0;	
}

h2 a {
	text-decoration:	none;

}

h3 {
	font-size:			14px;
	font-weight:		bold;	
	color:				#333;
	margin:				15px 0 0 0;
	padding: 			0 0 0 0;	
}

h4 {
	font-size:			12px;
	font-weight:		100;	
	color:				#333;
	margin:				0 0 10px 0;
}

/* ------------------- Page Elements */

.inline_table {
	margin:				10px 0 0 0;
}

.inline_table td {
	height:				20px;
	vertical-align:		middle;
}

.go_top {
	background-image:	url(../images/go_top.gif);
	background-repeat:	no-repeat;
	background-position:	0 5px;
	font:				11px Arial, Helvetica, sans-serif;
	color:				#999;
	text-decoration:	none;
	margin:				15px 40px 0 0;
	padding:			5px 0 0 18px;
	display:			block;
	border-top:			1px dotted #ddd;	
}

.go_top:hover {
	color:				#333;
}

.links_sitemap {
	color:				#d83f31;
	font:				11px Arial, Helvetica, sans-serif;
	margin:				3px;
	
}

.links_sitemap:hover {
	color:				#333;
	text-decoration:	none;
}

.list li {
	background-image:	url(../images/bullet.gif);
	list-style-type:	none;	
	background-repeat:	no-repeat;
	background-position:	0 8px;
	margin: 			0 0 0 15px;
	padding:			3px 0 0 15px;
}

.small_list li {
	list-style-type:	none;
	margin:				3px 0 0 0;
	padding:			0 0 0 0;
}


/* ------------------- Footer */

.table_footer {
}

.table_footer p {
	margin: 			0;
	text-align:			center;
	font:				10px Arial, Helvetica, sans-serif;
	color:				#999;
}

.table_footer a {
	font:				10px Arial, Helvetica, sans-serif;
	color:				#bbb;
	text-decoration:	none;
}

.table_footer a:hover {
	color:				#fff;
}

/*-------------------- links before and after */

