@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #999;
	font-size: 13px;
}

h1 {
	color: #f58020;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #f58020;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #5F60A2;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #5F60A2;
	font-size: 12px;
	font-weight: bold;
	line-height: 0px;
}

a:link {
	color: #5F60A2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A6AAAD;
}
a:hover {
	text-decoration: underline;
	color: #F58320;
}
a:active {
	text-decoration: none;
}

.banner {
	margin-top: 5px;
}
.lower_pan {
	background-image: url(../images/lower_pan_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	background-color: #DADBDD;
	min-height: 166px;
	font-size: 11px;
}




.menu {
	height: 36px;
	width: 827px;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	float: left;
	margin-top: 35px;
}
.slogan {
	float: right;
	margin-top: 30px;
}

.grey_line {
	float: right;
	height: 14px;
	width: 762px;
	background-color: #E7E8E9;
}



.twoColFixRtHdr #container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	height: 130px;
	width: 827px;
	margin-right: 54px;
	margin-left: 54px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 56;
	padding-bottom: 0;
	padding-left: 56;
	width: 827px;
} 
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 56px;
	padding-bottom: 0;
	padding-left: 56px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixRtHdr #footer p {
	margin: 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 */
	font-size: 9px;
}
.contents {
	padding-top: 10px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 600px;
	padding-bottom: 20px;
}
.contents1 {
	padding-top: 10px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 900px;
	padding-bottom: 20px;
}
.contents2 {
	padding-top: 10px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 1100px;
	padding-bottom: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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: 20px;
}
.lower_pan_tbl_lft {
	width: 383px;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 5px;
	height: 166px;
	font-weight: normal;
	line-height: 16px;
}
.lower_pan_tbl_rt {
	width: 398px;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 5px;
	font-weight: normal;
	line-height: 16px;
	height: 166px;
}
.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;
}
.orange_line {
	height: 14px;
	width: 762px;
	background-image: url(../images/orange_line.jpg);
	background-repeat: repeat-y;
}
#img_brdr {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6AAAB;
	border-right-color: #DBDCDE;
	border-bottom-color: #DBDCDE;
	border-left-color: #A6AAAB;
}
.td {
	height: 10px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	color: #f58020 ;
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
}
.style4 {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
}

