body {
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
}
img {
	border: 0;
}
/* Masthead */
#masthead {
	width: 100%;
	height: 67px;
	background: #3966AA;
}
#shoppingIcon {
	position: absolute;
	right: 90px;
	top: 10px;
}
#shoppingLinks {
	position: absolute;
	right: 20px;
	top: 12px;
}
#shoppingLinks p {
	font-size: 7.5pt;
	margin: 0;
}
#shoppingLinks a:link, #shoppingLinks a:visited, #shoppingLinks a:hover {
	color: #fff;
	text-decoration: none;
}
#shoppingLinks a:hover {
	text-decoration: underline;
}

/* Main Menu */
#mainMenu {
	position: absolute;
	top: 67px;
	left: 0px;
	width: 100%;
	background: #3966AA url(../graphics/masthead/m1_bg.gif) repeat-x;
	z-index: 500;
}
#mainMenu img {
	border: 0px;
}
#simpleSearch {
	position: absolute;
	top: 88px;
	right: 15px;
	vertical-align: top;
	margin: 0;
}
#simpleSearch p {
	font-size: 8.5pt;
	font-weight: bold;
	color: #999;
	margin: 0;
}
#exeSearch {
	font-size: 8.5pt;
	font-weight: bold;
	color: #fff;
	background-color: #aaa;
	border: outset #ccc 3px;
}

/* Breadcrumb Menu */
#breadcrumbMenu {
	position: absolute;
	top: 88px;
	left: 0px;
}
#breadcrumbMenu p {
	font-size: 8pt;
	color: #999;
	font-weight: bold;
	margin: 0.2em 1em;
}
#breadcrumbMenu a {
	font-weight: normal;
	color: #009;
}

/* Content area properties */
#allContent {
	margin: 60px 10px 10px 10px;
}

/* Page Menu */
#pageMenu {
	float: left;
	width: 175px;
}
#pageMenu h2 {
	font-size: 9pt;
	color: #999;
	border-bottom: solid #999 1px;
}
#pageMenu ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: url(/graphics/bullet.gif);
}
#pageMenu ul li {
	font-size: 8.5pt;
	font-weight: bold;
	color: #666;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
#pageMenu ul li a {
	color: #009;
	font-weight: normal;
}
#pageMenu ul li ul{
	list-style-image: none;
	list-style-type: none;
}

/* Center Content Area */
#mainContent {
	margin-left: 185px;
	margin-right: 185px;
}
#mainContent * {
	font-size: 10pt;
	color: #000;
}
#mainContent h1 {
	font-size: 13pt;
	color: #c00;
	text-transform: uppercase;
}
#mainContent h1 span.subtitle {
	font-size: 11pt;
	color: #000;
	text-transform: capitalize;
}
#mainContent h2, #secondaryContent h2 {
	color: #c00;
	border-top: solid #666 1px;
}
#mainContent h3, #secondaryContent h3 {
	color: #FF6600;
	font-style: italic;
}

/* Right Content Area */
#secondaryContent {
	float: right;
	width: 175px;
}
#secondaryContent * {
	font-size: 9pt;
	color: #000;
}
#secondaryContent h3 {
	margin-bottom: 0.1em;
}
#secondaryContent ul {
	margin-top: 0.1em;
}
/* Footer Properties */
#footer {
	clear: both;
	height: 106px;
	background: #fff url(../graphics/footer/footer_welch_general.jpg) no-repeat left top;
	margin-top: 30px;
}
#footerMenu {
	float: right;
}
#footerMenu a:link, #footerMenu a:visited, #footerMenu a:hover {
	font-size: 7.5pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	border-right: solid #fff 1px;
}
#footerMenu a:hover {
	text-decoration: underline;
}
#footerMenu a:link.end, #footerMenu a:visited.end, #footerMenu a:hover.end {
	border-right: 0px;
	padding-right: 0px;
}
#footer p {
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 12px 8px 6px 12px;
}
#footer p#copyright {
	font-size: 75%;
	margin-top: 6px;
}
.notation {
	font-size: x-small!important;
}
