﻿/* Georgia - 30 kerning, Bradley Hand ITC -45 kerning, Arial 1pt, standard font set */
/* CSS stylesheet created 5/27/2009 by Scott Duvall for remodel of Midway Pharmacy website */
/* website is laid out with a header, footer and page content region... every page has content and includes header and footer */


#MainContainer{
	width: 900px;
	margin: 0px auto;
}
#NavBar {
	border-style: hidden hidden none hidden;
	background-color: #97AAA4;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	width: 900px;
}
#Body {
	background-color: #FFFFFF;
	border: thin solid #C0C0C0;
	width: 900px;
}
#PageBanner {
	background-color: #0154A4;
	width: 900px;
	display: block;
	clip: rect(auto, auto, auto, auto);
}
td.navlist {
	background-color: #97AAA4;
	border: 1px dotted #CCC199;
	width: 900px;
	text-align: center;
}
td.regulartext {
	font-family: Georgia;
	font-size: small;
	vertical-align:top
}
a.a-navoff {
	border-style: none;
	font-family: Georgia;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
	padding: 5px;
}
a.a-navoff:hover {
border-style: none;
	font-family: Georgia;
	font-size: medium;
	font-weight: bold;
	color: #0B1956;
	font-variant: small-caps;
	text-decoration: none;
	padding: 5px;
}
	
.tdwatermark {
	background-image: url('images/rx-watermark.gif');
}
.standardpara {
	font-family: Georgia;
	font-size: small;
}
.standardlist {
	font-family: Georgia;
	color: #2B528A;
}
.tiny {
	font-family: Arial;
	font-size: 8pt;
}
body.midwaybody {
background-image:url(images/bg.gif);
text-align:center;
}

