/* Stylesheet for items on the HOMEPAGE only*/

body {background-color: #ffffff;}
p {
	font-family: optima,arial;
	font-size: 10pt;}
td {}

/* Styles for the Welcome Section */	
#WelcomeText h1 {
	font-size: 15px;
	font-weight: bold;
	color: DarkOliveGreen;
	background: none;
	padding-bottom: 1px;
	padding-top: 2px;
	text-align: left;
	}

#WelcomeText ul {margin-left: 20px;}

#WelcomeText ul li {
	font-size: 9pt;
	color:#800000;
	font-family: optima, arial;
	list-style-image: url('../images/OSE-bullet.gif');
	}
	
#WelcomeText p {
	font-style: italic;
	color: sienna;
	font-size: 10pt;
	font-family: optima, arial;
	padding-top: 0px;
	}

/* Styles for the Featured Menu Section*/	
#FeaturedMenu table td {
	border: 1px solid lightsteelblue;
	color: white;
	font-family: optima;
	font-size: 12px;
	}

.featuredbutton
{
background-color: #999933;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
}

.featuredbutton a, .featuredbutton2 a
{
color: white;
text-decoration: none;
}

.featuredbutton2
{
background-color: peru;
padding-left: 5px;
height: 45px;
}

.featuredbutton a:hover,.featuredbutton2 a:hover
{font-weight: bold;}

/* Styles for the AD section */
#AD {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #cd853f #cd853f #800000 #cd853f;
	}
#AD p {text-align:center;}

#AD a:link, #AD a:visited
{color:#600000;font-weight:bold;}

#AD a:hover
{color:chocolate;}

/* Styles for the Monthy Special Section */	
#SpecialText {
	color: white;
	/*font-weight: bold;*/
	}
/* Styles for the Layout Table */
td.bottom {vertical-align: bottom;}