@charset "iso-8859-1";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #c9d2d1;
	background-image: none;
	font-size: 14px;
}
.thrColFixHdr #container {
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
} 
.Page-indication {
	font-weight: bold;
	color: #e28f29;
}

.thrColFixHdr #header {
	background-color: #FFF;
	height: 155px;
	width: 962px;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 580px;
	font-size:14px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-attachment: scroll;
	background-color: #FFF;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
	color: #069;
	background-image: url(img/right_side_bar_background.jpg);
	background-repeat: no-repeat;
	background-position: right 550px;
	height: 580px;
}
.thrColFixHdr #mainContent {
	color: #333;
	margin-top: 0px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
	
} 
.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}


.thrColFixHdr #footer {
	text-align: center;
	vertical-align: middle;
	
} 
.thrColFixHdr #container #mainContent #remarks {
	font-size: 12px;
	font-style: italic;
}



.thrColFixHdr #footer p {
	font-size: 13px;
	text-align: center;
	color: #00407d;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C9D2D1;
	padding-right: 0px;
	padding-left: 0px;
}
.second_layer_menu {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
	
.thrColFixHdr #container .top_menu {
	font-size: 14px;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C9D2D1;
	border-bottom-color: #C9D2D1;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 5px;
	padding-left: 70px;
	text-align: center;
}
.thrColFixHdr #container #mainContent highlight {
	font-size: 16px;
	color: #333;
}
#highlight {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent table {
	font-size: 14px;
	text-align: left;
	border: medium none #e28f29;
	color: #333;
}

.thrColFixHdr #container #mainContent div table tr td div div div em {
	text-align: right;
}
.h3 {
	font-weight: bold;
}
.left_menu {
	background-color: #FFF;
	background-image: url(img/Left_side_bar_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 320px;
	width: 176px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

