/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
}
#imgflip{float:left;
background-image:url(images/top1.jpg); 
width:286px;
height:176px;
background-repeat:repeat-x;
position:relative;
}
#topheader{float:right; width:704px; height:127px; background-image:url(images/top2m.jpg); position:relative}

#toplinks {
position:absolute;
right:25px;
top:12px;
}

#menu {
background-image:url(images/top3.jpg);
background-repeat:repeat-x;
float:right;
height:49px;
width:704px;
}
#marathisite {
/*background-image:url(images/bg_submenu.jpg);
background-position:center top;
background-repeat:repeat-x;*/
float:left;
height:42px;
width:190px;
}
#submenu {
background-image:url(images/bg_submenu.jpg);
background-position:center top;
background-repeat:repeat-x;
float:right;
height:42px;
width:990px;
}
#contenttext{float:right; width:700px;}
#leftpanel{float:left; width:274px;}

#footer{
background-image:url(images/footer.jpg);
background-position:center top;
background-repeat:repeat-x;
float:left;
width:990px;
height:57px;
padding:10px;
}

/*Orange PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F6D2A6; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.9em Verdana, sans-serif;
	color: #3E609B;
	}
.smallblacktext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color:#000000;
}
.smallblacktext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.smallblacktext a:hover{
	text-decoration:underline;
}

.smallredtext {
-x-system-font:none;
color:#CC0000;/* E24536*/
font-family:Tahoma,sans-serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
.smallredtext a {
-x-system-font:none;
color:#CC0000;
font-family:Tahoma,sans-serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-decoration:none;
}
.smallredtext a:hover {
text-decoration:underline;
}

.smallbluetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#5478BD;
}
.smallbluetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#5478BD;
	text-decoration:none;
}
.smallbluetext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}