h1, h2, h3, h4, h6, p, ul {
	margin: 0;
}
h5 {
	margin: 0;
	font-size:150%;
}
.clearfix {
	clear:both;
	line-height:1%;
	height:1%;
	display:block;
}
a {
	color: #d41c1e;
	text-decoration: none;
}
.blue-page a {
	color: #182775;
}
a:hover {/*font-weight:bold;*/
	text-decoration: underline;
}
object, embed {
	margin: 0;
	padding: 0;
	display: block;
}
html {
	font-size: 68.8%
}
/* html {
	font-size: small;
}*/

html, body {
	height: 100%;
}
form, fieldset, body {
	margin: 0;
	padding: 0;
}
/*table{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}*/
td, th {
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	background: #a0a0a0;/*text-align:center !important;*/
}
body.blue-page {
/*
	Akash doesn't like the blue background color.
	background: #00316D;
	*/
	text-align:center;
	
}
.wrapp {
	width: 100%;
	overflow: hidden;
}
.main-border-box {
	width: 100%;
}
.main-border-box .t-l {
	background: url(images/box/main-border-box-top.png) no-repeat;
	margin: 0 0 -8px;
	position: relative;
	width: 100%;
	z-index: 5;
}
.main-border-box .t-r {
	background: url(images/box/main-border-box-top-r.png) no-repeat 100% 0;
	width: 100%;
	height: 12px;
	overflow: hidden;
}
.main-border-box .b-l {
	background: url(images/box/main-border-box-bot.png) no-repeat 0 100%;
	margin: -8px 0 0;
	position: relative;
	width: 100%;
	z-index: 5;
}
.main-border-box .b-r {
	background: url(images/box/main-border-box-bot-r.png) no-repeat 100% 0;
	width: 100%;
	height: 12px;
	overflow: hidden;
}
.main-border-box .m-l {
	background: url(images/box/main-border-box-middle.gif) repeat-y;
}
.main-border-box .m-r {
	background: url(images/box/main-border-box-middle-r.gif) repeat-y 100% 0;
	padding: 0 4px;
	position: relative;
	z-index: 3;
}
* html .main-border-box .m-l {
	height: 1%;
}
* html .main-border-box .m-r {
	height: 1%;
}
*+html .main-border-box .m-r {
	height: 1%;
}
/*main container start*/
#main-container {
	width: 980px;
	margin: -1px  auto auto auto;
	background: #fff;
	min-height: 100%;/*	text-align: left;*/
	text-align:center;
}
* html #main-container {
	height: 100%;
	width: 980px;
}

#flashobj {
  position: relative; /*or absolute*/
  z-index: 0;
} 


/*header start*/
#header {/*font-size: 15px;*/
}
#header .holder {
/*	background: #a0a0a0 url(../images/header-top-border.gif) repeat-x; 
	font-family: Arial, Helvetica, sans-serif;*/
}
.blue-page #header .holder {
	background: #ffffff;
}
#header .holder .bot-bg {
	background: #FFFFFF;
	padding: 0 0 1px;
	width: 980px;
	position: relative;
}
/*MEnu Code Starts Here*/
.chromestyle {
	width: 100%;
	font-weight: bold;
}
* html .chromestyle{ /*IE only hack*/
	width: 100%;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	border-left: none; /*0px solid #BBB;*/
	border-bottom:none;
	width: 100%;
	background: url(images/chromebg.gif) top top repeat-x; /*THEME CHANGE HERE*/
	padding: 13px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #ffffff;
	padding: 4px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	text-align:left;
	line-height:18px;
	z-index:1000;
	background-color: #369;
	width: 200px;
	visibility: hidden;
}
html*#dropmenudiv {
[z-index:999;
]
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-align:left;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #000;
}
/*MEnu Code ends Here*/


/*content start*/
#content {
/*padding: 0 0 10px;*/
}
/*sections start*/
.sections {
	width: 972px;
	overflow: hidden;
	padding: 1px 0 0 2px;
}
.sections .columnfull {                                                       /* Columns                                  */
	width: 810px;
	float: left;
	padding: 0 0 0 4px;
}
.sections .headfull {
	width: 802px;
	position: relative;
}
.sections .columnadd {                                                       /* Columns                                  */
	width: 150px;
	float: left;
	padding: 0 0 0 4px;
}
.sections .headadd {
	width: 142px;
	position: relative;
}
.sections .columnmain {                                                       /* Columns                                  */
	width: 560px;
	float: left;
	padding: 0 0 0 4px;
}
.sections .headmain {
	width: 552px;
	position: relative;
}
html*.sections .columnlast {                                                       /* Columns                                  */
 [width: 240px;
	float: left;
	padding: 0 0 0 4px;
]  width: 250px;
	float: left;
	padding: 0 0 0 4px;
}
html*.sections .headlast {
 [width: 232px;
	position: relative;
]  width: 242px;
	position: relative;
}
.sections .column {                                                       /* 1st Double Columns                           */
	width: 279px;
	float: left;
	padding: 0 0 0 0;
}
.sections .box {
	padding: 4px 0 0;
}
/*head area tab start*/
.sections .head {
	width: 271px;
	position: relative;
}
.sections .tabset {
	width: 100%;
	overflow: hidden;
	background: url(images/box/sections-tabset-head.gif) repeat-x 0 100%;
	padding: 0 0 3px;
}
.sections .tabset li {
	float: left;
}
.sections .item-1 li {
	width: 100%;
}
/*head area tab end*/
/*sub block start*/
.sections .sub-block {
	width: 100%;
}
/*head area start*/
.sections .sub-block .head {
	background: url(images/box/sections-sub-block-head.gif) repeat-x 0 100%;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	width: 100%;
	overflow: hidden;
	padding: 7px 0 4px;
	min-height: 14px;
}
.sections .sub-block .head a {
	height: 14px;
	overflow: visible;
}
.sections .sub-block .head p, .sections .sub-block .head a.link {
	margin: -1px 0 0 11px;
	color: #5b5a5a;
}
.sections .primary .head {
	background: #eee;
	border: none;
	padding: 0;
}
.sections .sub-block .head ul {
	float: right;
	padding: 1px 0 2px;
}
.sections .sub-block .head ul li {
	float: left;
	padding: 0 4px 0 0;
}
.sections .sub-block .head ul li a {
	width: 15px;
	height: 11px;
	background-repeat: no-repeat !important;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
/*head area end*/
/*body area start*/
.sections .sub-block .body-holder {
	padding: 0 0 6px;
}
.sections .sub-block .body-no-pad {
	padding: 0;
}
/* -------------------------------------------- [ tabbed content ] -- */
/*table start*/
.sections .newsscroll table th {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	color: Red;
}
.sections .news table th {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	color: Red;
}
.sections table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	/*	margin: 1px 0 10px;*/
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	/*	text-align: normal;*/
	color: #646464;
}
.sections table th {
	background: #f2f2f2;
	color: #00316D;
	padding: 6px 4px 8px;
	font-family: Verdana;
	font-weight: normal;
	text-transform: uppercase;
}
.blue-page .sections table th {
	color: #182775;
}
.sections table td {
	padding: 3px 4px;
	font-weight: normal;
	font-family: Arial;/*	border-bottom: 1px solid #cacaca; */
}
.sections table td.color {
	background: #f2f2f2;
	width: 38px;
}
.sections table td.title {
	font-family: Arial;
	font-weight: normal;
}
.sections table .title {
	padding-left: 10px;
	font-family: Arial;
	text-align: center;
}
.sections table .last td {
	border: none;
}
/*table end*/



                                                                                          /*eof: /assets/templates/css/all.css */
