@charset "utf-8";
/*PBJV WEB SITE GLOBAL STYLE*/
/*Last update: 26/10/2009*/
body  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #003365 /*dark blue*/ ;
}
/* --------------------------------------------------------------- */
/* STYLES for links
/* --------------------------------------------------------------- */
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
/* --------------------------------------------------------------- */
/* style for horizontal line
/* --------------------------------------------------------------- */
hr { /*replace the hr with image to separate books intro on index page*/
	list-style-image: url(../images/hr_line.gif);
	list-style-type: none;
}
/* --------------------------------------------------------------- */
/* style for container that host the page
/* --------------------------------------------------------------- */
#topnavbar {
	height: 25px;
	line-height:25px;
	background-color: #B51729 /*RED*/ /* was #003365 BLUE*/;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%; /*11pt*/
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 10px; /*was 10px*/
	margin-bottom: 3px;
	word-spacing: 0.1em;	
}
.thrColFixHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /*the auto margins (in conjunction with a width) center the page*/
	text-align: left; /*this overrides the text-align: center on the body element.*/
} 
/* --------------------------------------------------------------- */
/* style for header
/* --------------------------------------------------------------- */
.thrColFixHdr #header {
	margin: 0;
	padding: 0;
} 
.thrColFixHdr #sidebar_left {
	float: left; /*since this element is floated, a width must be given*/
	width: 120px; /*padding keeps the content of the div away from the edges*/
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #center_region {
	float: left; /*since this element is floated, a width must be given*/
	width: 540px; /*padding keeps the content of the div away from the edges*/
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/* --------------------------------------------------------------- */
/* style for table
/* --------------------------------------------------------------- */
table {
	border-collapse:collapse;
}
/* --------------------------------------------------------------- */
/* style for primary container that hold the entire page
/* --------------------------------------------------------------- */
.thrColFixHdr #mainContent {
	margin-left: 20px;
	margin-right: 10px;	
}  
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	margin: 40px 0px 0px;
}
.thrColFixHdr #footer p {
	margin: 20px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	font-size:77% /*around 9pt*/
}
/* --------------------------------------------------------------- */
/* Styles for text
/* --------------------------------------------------------------- */
.align-center{
	text-align:center;
}
.h1 {
	color: #000;
	font-size: 108%;
	font-weight: bold;
}
.h2 {
	font-size: 100%; /*13px*/
}
.text11 {
	font-size: 85% /*11px*/;
	color: #000; /*black*/
	margin-top: 1em;
	text-decoration: none;
}
.text12_Bold {
	font-weight: bold;
	color: #000;
	margin-top: 1em;
	font-size: 93% /*12px; was 108% = 14px, BUT it appear too bold in IE7*/;
}
.headerNav {
	font-size: 67%;
	color:#FFC871;
	display:block;
	padding-top:0.5em; /*simulate vertical-align to middle*/
	padding-right: 19px; /*provide margin to the right*/

}
.title_roundedBar { /*for first title WITH rounded corner effect*/
	font-size: 96%; /*13px*/
	font-weight: bolder;
	text-align: left;
	color: #4B3A21;
	background-image: url(../images/bar_rounded.gif); /*rounded corner effect*/
	background-repeat: no-repeat;
	background-color: #FFC871;
	height: 23px;
	margin-top: 0.7em;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 19px;
	display: block;
	border-bottom-width: thin; /*apply thin line below the box*/
	border-bottom-style: solid;
	border-bottom-color: #4B3A21;
}
.title { /*for other titles WITHOUT rounded corner effect*/
	font-size: 96%;
	font-weight: bolder;
	color: #4B3A21;
	background-color: #FFC871;
	margin-top: 2em;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 19px; /*indent the title*/
	display: block;
	height: 23px;
	border-bottom-width: thin; /*apply thin line below the box*/
	border-bottom-style: solid;
	border-bottom-color: #4B3A21;
}
.subTitle {
	font-size: 93%;
	font-weight: bold;
	color: #4B3A21;
	padding-left: 19px;
	margin-top: 0.7em;
}
.breadcumb {
	font-size: 80%; /*10px*/
	color: #4B3A21;
	padding-left: 19px;
	margin-top: 6em; /*to give some space from top*/
}
.txtBody12 {
	font-size: 85%; /*11px*/
	/*text-align:justify;*/
	color: #4B3A21;
	padding-left: 19px; /*to align the text with title*/
	margin-top: 0.7em;
}
.squareList li { /*square styled unordered list*/
	text-align: left;
	list-style: square;
	margin-top: 0.3em;
}
/* --------------------------------------------------------------- */
/* MISC
/* --------------------------------------------------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	text-align: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	text-align: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul li {
	margin-left: 1.5em; /*to align the bullet list with paragraph*/
	padding-left:10px; /*to keep the list items align in the same left line*/
	list-style-type: disc;
	list-style-position: outside;
}
top-margin-40{
	margin-top: 40px;
}
