/* Column widths are as follows:
 * Left: 250px
 * Right: 289px
 */
/* =========================================================================================== */
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	min-width: 639px;         /* 2 x LC width + RC width - 50 */
}

/* Anchor related styles */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a.image:hover {
	text-decoration:none;
}
a:hover {
	background: none;	
}

td {
	vertical-align:top;
}
p,h1,pre {
	margin:0px 10px 10px 10px;
}	
h1 {
	font-size:14px;
	padding-top:10px;
}
h2 {
	font-size: 1.75em;
	color: #ffce00;
	margin-left: 5px;
}
html>body h2 {
	margin-top: 0px;
}
/* ============================================================================================= */

.boldtxt {
	font-weight: bold;
}
.festivaltxt {
	font-weight:bold;
	font-size:15px;
	color: #ff0000;
}
.underlinetxt {
	text-decoration:underline;
}
.italictxt {
	font-style:italic;
}

.redtxt {
	color: #ff0000;
}
#container {
	overflow: hidden;
}

#container .column {
	position: relative;
	vertical-align:top;	
}

/* =================== HEADER =================== */
#header .topBar {
	background-color: #DBF869;
}
#header .navBar {
	border: 1px solid #b9d647;
	background-color: #FFFFA4;
}
a.menu1Item {
	padding:5px;
}
a.menu1Item:hover {
	text-decoration:underline;
}
/* =================== HEADER ENDS =================== */

#center {
	font-size: 1.1em;
	width: 100%;
	background: url(../images/main_page/gateway1.jpg) #FFFFFF no-repeat center;
}

/* =================== LEFT COLUMN =================== */
#left {
	width: 200px;             /* LC width */
	padding-bottom: 5px;
	border-right: 1px solid #DBF869;
}
/* Firefox Hack */
html>body #left {
	background: none;
}
/* IE6 Hacks */
* html #left {
	width:199px;
}

/* Menu Related CSS starts here */
#left dt#currentMenuItem {
	display:block;
	background-color:#FFFFA4;
	border: 1px solid #b9d647;	
	font-size: 12px;
}

#left dt#festiveMenu {
	display:block;
	background-color:#EB570F;
	font-color:#FFE613;
}
#left dt {
	display: block;

	list-style-type:none;
	cursor: pointer;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom: 5px;
	text-align:center;

	border: 1px dashed #DBF869;
	padding:6px;
}
#left dt:hover {
	background-color:#FFFFA4;
	border: 1px solid #b9d647;
}
a.lefta {
	display:block;
	text-decoration: none;
	font-size: 12px;
}


/* Menu Related CSS ends here */

#left dt.newdt {
	padding: 1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
#left dt.newdt:hover {
	background-color:#fff;
}
#whatsnew {
	background-color: #fff;
}
#newhead1 {
	border: 1px solid #b9d647;
	padding: 2px;
	background-color: #DBF869;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
}
/* =================== LEFT COLUMN ENDS =================== */

/* =================== RIGHT COLUMN =================== */
#right {
	width: 286px;
	border-left: 1px solid #DBF869;;
}
#right dt {
	display: block;

	list-style-type:none;
	cursor: pointer;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	font-size:12px;
	border: 1px dashed #DBF869;
	padding:6px;
}
#right dt:hover {
	background-color:#DBF869;
	border: 1px solid #b9d647;
}
#right dt.newdt {
	padding: 1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
#right dt.newdt:hover {
	background-color:#fff;
}

#newhead2 {
	border: 1px solid #b9d647;
	padding: 2px;
	background-color: #DBF869;
	font-size: 12px;
	font-weight:bold;
}
/* IE6 hack */
* html #right {
	width:287px;			/* RC width - 2 */
}
/* =================== RIGHT COLUMN ENDS =================== */

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #DBF869;
	font-size: 10px;
}

#footer a {
	font-size: 10px;
}


