body{
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0;
	padding:0;
}
/*Universal padding for the contents*/

.inside{
	padding:5px;
}


/*default styling*/

#header{
	height:178px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:45px;
	color:#FAFAFA;
	margin-top:22px;
	text-align:left;
}
#header td{
	padding:5px;
}
#header .maya{
	background:url(../images/mayaImg1.png) no-repeat left bottom;
}
#mayaImgHalf{
	width:236px;
	background:url(../images/mayaImg2.png) no-repeat left top;
	height:inherit;
}

/*Left Module for navigation and other texts*/
#left{
	width:195px;
	height:inherit;
	float:left;
	clear:both;
	border-top:#FFFFFF 1px dashed;
}
#left a{
	color:#FFFFFF;
}
/*end of #left*/

#content{
	background:#FFFFFF url(../images/bgLeft.gif) repeat-y left top;
	text-align:left;
}
#content .img{
	margin:0 10px;
}
#content td.bg{
	background:url(../images/bgTopContent.png) repeat-x left top;
}
#content .big{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
/*rightContent link styling*/

#rightContent{
	float:right;
	width:100%;
	background-color:#009CBA;
}
#rightContent h1, #rightContent li{
	text-align:left;
}
#rightContent h1{
	font-size:21px;
	font-weight:bold;
	font-style:italic;
	padding:10px 20px;
}
#rightContent a{
	color:#0066CC;
	text-decoration:underline;
}
#rightContent a:visited{
	color:#4188e0;
	text-decoration:underline;
}

/*end of #rightContent*/

#menu{
	width:236px;
	height:inherit;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#menu a, menu a:hover{
	width:236px;
	margin:0;
	padding:0;
}
#menu a{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#FAFAFA;
	text-decoration:none;
	line-height:250%;
	background:url(../images/menu.gif) no-repeat left top;
}
#menu a:hover{
	background:url(../images/menuHover.gif) no-repeat left top;
	display:block;
	text-decoration:underline;
	cursor:pointer;
}
.txt{
	padding-right:50px;
	text-align:right;
}
#footer{
	width:100%;
	height:100px;
}
#footer{
	width:100%;
	height:inherit;
	clear:both;
}
#footer p{
	padding:10px 0;
	color:#FFF831;
}
#footer a{
	color:#FFF831;
	text-decoration:none;
}
#footer a:hover{
	color:#F4F4F4;
	text-decoration:underline;
}
