body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #979AAD;
}
h2 {
	font-size: 18px;
	color: #979AAD;
}


a {
	color: #FE0000;
	text-decoration: underline;
}
a:hover {
	color: #FE0000;
	text-decoration: none;
}
#container {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.specials {
	text-align: center;
	border: thin solid #979AAD;
	padding: 5px;
}

#container #logo {
	background-color: #4169E2;
	font-weight: bold;
	color: #FFFFFF;
}
#container #logo a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#container #navbar {
	background-color: #9FA0B2;
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
	height: 39px;
}
#container #navbar a {
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;
	text-align: center;
	
}
#container #navbar a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	
}
#container #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 100px;
	color: #F87616;
}
.lf1 {
	width: 200px;
}
.lf2 {
	width: 200px;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #000000;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #B3B3B3;
}
.menutext {
	background-color: #979AAD;
	color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}

.menutext1 {
	background-color: #979AAD;
	color: #000000;
	text-align: left;
	padding: 3px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}
.menutext2 {
	font-weight: bold;
	color: #0099CC;
}

#sectionLinks a:hover{
	text-decoration: none;
	background-color: #F97717;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
}

.menu1{
border-style: inset;
border-width: 0px;
background-color: #CBCBD5;
}


.submenu{
 background-color:#FFFFCC;

}

.hide{
display: none;
}
