/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8A8A8A;
	background-color: #FFFFFF;
}

#container {
	width: 915px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	color: #000000;
}
#container2 {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	color: #000;
}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-weight: normal;
	text-align: left;
	margin: 0 auto;
	color: #000;
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	font-size: xx-large;
	text-align: center;
}

.largeText {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #117FB0;
}
img{
	border-style: none;
}
/* link colors */
a:link {
	color: #0E84B6;
	text-decoration: underline;
	size: 2;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0E84B6;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #0E84B6;
	font-weight: bold;
}
a:active {
	color: #0E84B6;
}
dt {
	font-weight: bold;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mylist{
	text-align:left;
	font-size: 80%;
	}
.mylist dd {
	padding-top: 0px;
	padding-bottom: 5px;
}
.mylist dt {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px;
	text-align: left;
}


#footer {
	background-image: url(images/copyrightbar.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 40px;
	width: 915px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}
#header {
	background: #FFFFFF;  
} 

.largeText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
}
.ListLink {
	font-weight: bold;
}
#specials {
	float: right;
}
#littleperson {
	position: absolute;
	left: 48%;
	top: 312px;
	right: auto;
	bottom: auto;
}
.centeredmedium {
	font-size: 110%;
	text-align: center;
}
.seventyfivepercent {
	color: #000;
	font-size: 75%;
}

table {
	margin: 0 auto; 
	padding: 0;
}
#orange {
	color: #FF9933;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	color: #117FB0;
	text-align: center;
}
.largeText2 .contactlink a {
	color: #000;
}
h1	{
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 150%;
	color: #0E84B6;
	text-align: center;
}
h3 {
	font-size: 180%;
	font-weight: bolder;
	color: #000;
	text-align: center;
}
h4 {
	font-size: 150%;
	font-weight: bolder;
	color: #000;
	text-align: center;
}
h5 {
	font-size: 150%;
	font-weight: bolder;
	color: #CC0033;
	text-align: center;
}
.centeredmedium {
	color: #000000;
}
.largeText2 a {
	color: #000;
}

