/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}
/*
The code below is for the structure and formatting of the Restaurant Home Page header
*/
#headerRestaurantHomePage {
	
	width: 750px;
	height: 76px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #7C97AE;
}
/*
The code below is for the structure and formatting of the Restaurant Home Page header logo
*/
#RestaurantHomePageLogo {
	padding: 0px 0px 0px 10px;
	width: 320px;
	height: 76px;
}
/*---end of header logo---*/

/*
The code below is for the structure and formatting of the Restaurant Home Page header links
*/
#RestaurantHomePageHeaderLinks {
	position: absolute;
	left: 340px;
	width: 410px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 70px;
	padding: 10px 3px 3px 3px;
	background-color: #FFFFFF;
}
a.header:link, a.header:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
a.header:hover {
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #13567D;
	text-decoration: none;
}
.headertext {
	font-weight: bold;
	font-size: 14px;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
.headertextred {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
/*---end of Restaurant Home Page header links---*/
/*---end of header---*/
/*
The code below is for the formatting of the body links
*/ 
a.body:link, a.body:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
	margin-left: 20px;
}
a.body:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #13567D;
	text-decoration: none;
}
/*---end of body links---*/
/*
The code below is for the formatting of the body links
*/ 
a.bodynopad:link, a.bodynopad:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
	margin-left: 0px;
}
a.bodynopad:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #13567D;
	text-decoration: none;
}
/*---end of body links---*/
/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 730px;
	padding: 6px;
	border: 2px solid #13567D;
	background:  #7C97AE;
}
/*---end of main content wrapper structure---*/
#helpdetail {
	width: 718px;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px;
	padding: 5px 30px 10px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
}
.sectionheading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #13567D;
	font-style: italic;
	letter-spacing: 0px;
}
.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.itemtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
.main12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: normal;
}

.main12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.main12italic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
	font-style: italic;
}
.main14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #13567D;
	font-weight: normal;
}

/*
The code below is for the placement and formatting of the footer links
*/ 
#footerwrap {
	margin-left: 200px;
	width: 472px;
	padding: 10px;
	border-top: 0px solid #7C97AE;
	border-left: 0px solid #7C97AE;
	border-right: 0px solid #7C97AE;
	border-bottom: 0px solid #7C97AE;
}	
a.footer:link, a.footer:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
}
a.footer:hover {
	font-weight: normal;
	font-size: 11px;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
}
.footertext {
	font-weight: normal;
	font-size: 14px;
	color: #7C97AE;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
/*---end of footer links---*/
/*
The code below is for the formatting of the list
*/ 
ul {
	list-style-type: disc;
	color: #7C97AE;
}
/*---end of list formatting---*/
/*---end of Style Sheet---*/
