body {
	/*font-family: Arial, Helvetica, sans-serif;   Modified by Parthadeb */ 
	margin: 0px;
}

.header
{
	/*font-family: Verdana, Arial;
	color: #B2583C;
	font-size: 20px;	Modified by Parthadeb */
	
	text-align:left;
	font: bold 17pt cosmos, verdana, arial, san-serif; 
	color: #900;
	margin: 10px 0px;
}

.subHeader
{
	font: bold 13pt cosmos, verdana, arial, san-serif; 
	color: #002D55;
	margin: 4px 0
}

a {
	/*font-weight: bold;
	color: Red;
	text-decoration: underline; Modified by Parthadeb*/
	margin-top: 2px; 
	color:#49906A;
}
a:hover {
	/*text-decoration: underline; Modified by Parthadeb*/
}

#container {
	text-align:center;	
}

.main {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
	padding:0px 0px 0px 0px;
	overflow:auto;	
	text-align:center;		
	width: 100%;		
}



#sidebar 
{
	float:left;
	color:#FFF;
	width: 200px;		
}

#login {
	width:157px;
	margin:25px 17px;
	/*font-size:10px; Modified by Parthadeb*/
}

.loginBox {
	width: 151px;
	margin:1px 0px 3px;
}
.Error_PageContainer
{
    border: solid 1px #FDB813;
}
.ErrorPage_Head
{
    color: #B5121B;
    /* font-size: 12px; Modified by Parthadeb */
    font-weight: bold;
}

#login a:link, #login a:visited {
	/* color: #FFF;
	text-decoration: underline;
	font-weight: normal; Modified by Parthadeb */
	margin-top: 2px; 
	color:#49906A;
}

#memberInfo {
	width:171px;
	margin:20px 5px;
	padding:5px;
	/*font-size:11px; Modified by Parthadeb */
}

.content {		
	float:right;
	text-align:left;	
	padding-top:20px;
	padding-left:20px;
}

#homepageTxt {		
	margin:0px;		
	float:left;
}

#homepagePhoto {
	width:196px;
	margin:0px;
	padding:0px 17px 0px 0px;
	float:right;
}

#bottomNav 
{
	width:708px;
	padding:5px 17px 8px;
	/*font-size:11px;
	font-weight:bold; Modified by Parthadeb */
	color:#FFF;
	background-color:#1D6DB5;
}

#bottomNav a:link, #bottomNav a:visited {
	/* color:#FCCA31; Modified by Parthadeb */
	color:#49906A;
}

.clearfloats {
	clear:both;
}

.generaltxt {
	/*color:#808284;*/
	/*font-size: 12px;
	color: Black;
	font-family:Verdana; Modified by Parthadeb */
	font-size: 12px;
	color: Black;
}
.resulttxt
{
	/*font-size: 11px;
	font-family:Verdana; Modified by Parthadeb */
	font-size: 12px;
	color: Black;
}
.hyperlinkText{
	
	/*font-size: 11px;
	color:Red;
	font-family: Verdana; 
	font-weight:bold;  Modified by Parthadeb */
	font-size: 12px;
	margin-top: 2px; 
	color:#49906A;
	
}
.PageAnchorTxt{
	/*color: Red;
	font-size: 11px;
	font-family: Verdana; Modified by Parthadeb */
	font-size: 12px;
	color: Black;
}

.routetxt {
	/*font-size: 13px;
	color:#808284;
	font-family: Verdana; Modified by Parthadeb */
	font-size: 12px;
	color: Black;
}

.head {
	margin-bottom: 11px;
}

.subHead {
	margin:17px 0px 9px;
}

.Menu_StateList
{
	/*font-size: 12px;
	color:#808284;
	font-family: Verdana; Modified by Parthadeb */
	color: Black;
}

.Menu_SearchTextBox
{
	/* font-size: 12px;
	color:#808284;
	font-family: Verdana; Modified by Parthadeb */
	color: Black;
}

/******** nav buttons *********/

.ImageF1 { background:url(../images/home-over.gif) bottom left no-repeat; }
.ImageF2 { background:url(../images/restaurants-over.gif) bottom left no-repeat; }
.ImageF3 { background:url(../images/program-over.gif) bottom left no-repeat; }
.ImageF4 { background:url(../images/edit_profile-over.gif) bottom left no-repeat; }
.ImageF5 { background:url(../images/rewards-over.gif) bottom left no-repeat; }
.ImageF6 { background:url(../images/account_balance-over.gif) bottom left no-repeat; }
.ImageF7 { background:url(../images/location-over.gif) bottom left no-repeat; }
.ImageF8 { background:url(../images/faq-over.gif) bottom left no-repeat; }

.ImageL1 { background:url(../images/home-over.gif) bottom left no-repeat; }
.ImageL2 { background:url(../images/restaurants-over.gif) bottom left no-repeat; }
.ImageL3 { background:url(../images/program-over.gif) bottom left no-repeat; }
.ImageL4 { background:url(../images/edit_profile-over.gif) bottom left no-repeat; }
.ImageL5 { background:url(../images/rewards-over.gif) bottom left no-repeat; }
.ImageL6 { background:url(../images/account_balance-over.gif) bottom left no-repeat; }

#inline-images a:hover img {
	visibility:hidden;
}
#inline-images a {
	font-size:37px !important;
	background-position:left bottom;
}

/* fixes for IE/win \*/
* html #inline-images a {
	height:32px;
	cursor:hand;
}
* html #inline-images a:hover {
	height:1%;
}
