/* CSS Basic Document */
body {
	margin: 0px auto;
	padding: 0px;
	background: #BABBBE url(images/top_body_bg.gif) left top repeat-x;
}

.header {
	background: url(images/header.gif) left top no-repeat;
	height: 100px;
}

.menu_box {
	background: url(images/menu_bg.gif) left top repeat-x;
	height: 30px;
	color: #FFFFFF;
}

.body_box {
	padding: 20px 7px 25px 18px;
	background-color: #FFFFFF;
	color: #5C5C5C;
}

.heading {
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #09115F;
	text-decoration: none;
	padding-left: 10px;
}

.box {
	border: 1px solid #5C5C5C;
	margin: 0;
	padding: 0;
	background-color: #EEF0D6;
	color: #5C5C5C;
}


.footer_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 0px 10px;
	background: url(images/footer_bg.gif) left top repeat-x;
	color: #FFFFFF;
	height: 30px;
}

.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.leftcolumn_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFFFFF;
	background: url(images/heading.gif) left top repeat-x;
}

.leftcolumn a {
	color: #FFFFFF;
	text-decoration: none;
}

.leftcolumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.img_border {
	border-right: #c2c2a0 3px solid;
	border-top: #c2c2a0 3px solid;
	border-left: #c2c2a0 3px solid;
	border-bottom: #c2c2a0 3px solid;
}

/* CSS text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}

.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

.menu_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}

.body_link {
	color: #5C5C5C;
	text-decoration: underline;
	background-color: inherit;
}

.body_link:visited {
	color: #035E92;
	text-decoration: underline;
}

.footer_link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-color: inherit;
}

.footer_link:hover {
	text-decoration: underline;
}

.back_top a {
	color: #5C5C5C;
	text-decoration: underline;
}

/*LEFT MENU STARTS HERE*/
.leftmenu, .leftmenu li ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
}

.leftmenu li {
position: relative;
}

.leftmenu li ul { /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.leftmenu li a {
background-color: #035E92;
font: normal 12px Arial, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.leftmenu .arrowdiv {
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.leftmenu li a:visited, .leftmenu li a:active{
color: #FFFFFF;
}

.leftmenu li a:hover {
background-color: #047EC4;
}

/* For IE */
/* html .leftmenu li { float: left; height: 1%; }
/* html .leftmenu li a { height: 1%; }
/* End */
