body {
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 11pt;
	font-style: italic;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 10pt;
	font-style: italic;
}
p, li, td, dt, dd, blockquote {
	font: 10pt Arial, Helvetica, sans-serif;
}
#pageHolder {
	position: relative;
	width: 750px;
}
#masthead {
	position: relative;
	width: 750px;
	height: 128px;
	background: url(/graphics/template/mast_bg.gif) left top repeat-x;
}
#masthead img.Logo{
	position: absolute;
	top: 12px;
	left: 191px;
}
#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 191px;
	height: 128px;
	background: url(/graphics/template/mast_photo_frame.gif) no-repeat;
}
#slideshow img {
	position: absolute;
	top: 6px;
	left: 8px;
}
#mainMenu {
	position: absolute;
	top: 99px;
	left: 191px;
}
#mainMenu ul {
	padding: 0;
	margin: 0;
}
#mainMenu li {
	display: inline;
	list-style-type: none;
}
#mainMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#mainMenu a:hover {
	text-decoration: underline;
}
#contentHolder {
	margin-top: 10px;
}
#contentTable {
	width: 750px;
}
#contentTable td {
	vertical-align: top;
	padding: 0 10px;
}
#contentTable td td {
	padding-left: 0;
	padding-right: 0;
}
#sectionMenu {
	width: 115px;
	border-right: solid #1c8dff 2px;
}
#mainContent {
	width: 460px;
}
#secondaryContent {
	width: 175px;
	background-image: url(/graphics/template/secondary_bg.gif);
}
#pageFooter {
	padding-top: 20px;
}
#pageFooter p {
	font-size: 9pt;
	text-align: center;
}
