
	
	body
	{
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('images/background.jpg');
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	}
	
	.wrapper
	{
	margin: 40 auto 0 auto;
	text-align: center;
		
	}
	
	.nav
	{
	margin: 0;
	padding: 0;
	background-image: url('images/navbackground.jpg');
	background-position: bottom;
	}
	
	img
	{
	margin: 0;
	padding: 0;
	border:0;
	}
	
	.header
	{
	width: 992;
	padding: 0;
	border: 0;
	}
	
	.main
	{
	width: 992;
	padding: 0;
	border: 0;
	}
	
	.bottom
	{
	text-align: right;    
	width: 992;
	padding: 0;
	border: 0;	
	vertical-align: text-bottom;
	}
	
	.copyright
	{
	text-align: right;
	width: 992;
	padding: 0;
	border: 0;
	}
	
	td p
	{
	font-size: 12px;
	padding: 10px;
	}
	
	td
	{
	font-size: 12px;
	padding: 0px;
	}
	

A:link {
	COLOR: #c29876; TEXT-DECORATION: none
}
A:visited {
	COLOR:  #c29876; TEXT-DECORATION: none
}

A:hover {
	COLOR:#97755a;TEXT-DECORATION: none;
}	
	/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family:  arial; 
	font-size: 12px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: Arial; 
	font-size: 12px;
	color: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	background-color: #2f2118
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 12px; 
	border-width: 1; 
	border-style: solid; 
	background-color: #2f2118;
	border-color: #cccccc;
	color: White;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #724400;
	cursor: hand;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	/*background-color: #cee3ef;*/
	background-color: white;
	font-family: arial, verdana; 
	font-size: 11px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	/*color: red;*/
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #2f2118;
	font-weight: bold;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	/*background-color: #cee3ef;*/
	background-color: #2f2118;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #2f2118; 
	padding: 0px;
}


.TimeDropDown
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #000;	
}


/*

A:active {
	COLOR: #fff; TEXT-DECORATION: none
}


}
*/


/* JJ added ends */

.menu table
{
color: #000000;
padding: 0;
margin: 0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 11pt;
background-image:URL(Images/MenuBackground.jpg);
}
.menu p, .menu td, .menu td p
{
color: #000000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 11pt;
background-image:URL(Images/spacer.gif);
}

.background
{
background-image:URL(Images/white.gif);
}

.menu a:link {
COLOR: #c29876; 
TEXT-DECORATION: none
}
.menu a:visited {
COLOR:  #c29876;
TEXT-DECORATION: none
}

.menu a:hover {
COLOR:#97755a;
TEXT-DECORATION: none;
}	


#navigation {
height: 23px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#tour 
{
background-image:URL(Images/MainBG.gif);
}

#MenuBody 
{
            background: #fff;
            color: #000;
            font-family: Verdana, Arial, Sans-Serif;
	        font-size: 10pt;
        }
         
	        A:link {
	            COLOR: #c29876; TEXT-DECORATION: none
            }
            A:visited {
	            COLOR:  #c29876; TEXT-DECORATION: none
            }

            A:hover {
	            COLOR:#97755a;TEXT-DECORATION: none;
	            }
        

#Right {
	border-left: 1px solid #fff;
	
/*
	background-image:URL(Images/MainBG.gif); 
*/
}


#homeAd {
font-family: Arial, Helvetica, San-Serif;
font-size: 10pt;
color: #fff;
}

#contestButton {
font-family: Arial, Helvetica, San-Serif;
font-size: 10pt;
color: #fff;
padding-bottom:10px ;
padding-Left: 100px;
margin-left: 100px;
}

#us_widget{ text-align:center!important;}