/* common */
body {
	background-color: #FFFFFF;
	color: #000000;
	font: 69% Arial, Helvetica, sans-serif;
}
a, a:link {
	color: #005DA4;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1, h2 {
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
h1 {
	margin: 0 0 8px 0;
	color: #000000;
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h2, h3, h4, p {
	margin: 0 0 4px 0;
}
ul {
	margin: 0 0 4px 0;
	padding: 0 0 0 16px;
}
ul ul {
	margin: 0;
}
ol {
	margin: 0 0 4px 12px;
	padding: 0 0 0 16px;
}
ul li {
	list-style: square;
	line-height: 120%;
}
ol li {
	list-style-type: decimal;
	line-height: 120%;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
/* head */
#headSection {
	border-bottom: 1px solid #000000;
	height: 64px;
}
/* logo */
.logo {
	background:  url(../Media/images/logo-s.gif) no-repeat;
	height: 90px;
}

/* title */
#headSection h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 70px;
	line-height: 80%;
}
#headSection h1 span {
	clear: left;
	display: block;
	color: #000000;
	font-size: 65%;
}
#headSection h1 a, #headSection h1 a:visited, #headSection h1 a:hover {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.leftColumn,.breadcrumbs, .rightColumn,#mainNavigationMenu, #mainNavigation p.breadcrumbs, .banner, .dgLink, .smalllogo {
	display: none;
}

.frontpage img {
	display: none;
}
/* main content */
#main {
	padding: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	height: 1%;
}
#main:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
#main h1 {
	font-size: 160%;

}
#main table.borders {
	width: 100%;
	border-collapse: collapse;
}
#main table.borders th, #main table.borders td {
	padding: 1px 2px 2px 2px;
	border: 1px;
	border-color: #999999;
	border-style: solid;
	vertical-align: top;
}
#main table.borders th {
	text-align: left;
}
/* footer */
#footer {
	margin-top: 8px;
	border-top: 1px solid #000000;
}
/* top & bottom menu*/
ul.menu {
	display: none;
}
/* forms */
.inText {
	border: 1px solid #999999;
	padding: 1px 2px;
}
.inButton {
	border: 1px solid #999999;
	font-weight: bold;
}

.newsItem img {
	float: left;
	margin: 0 8px 4px 0;
	padding: 2px;
}
.moreInfo {
	font-style: italic;
}
.seeMore {
	font-style: italic;
	text-align: right;
}
#Newsletters {
	padding: 5px;
}
/* sitemap */
#siteMap ul {
	margin: 0;
	padding: 0;
}
#siteMap ul ul {
	padding-left: 24px;
}
#siteMap li {
	list-style: none;
}
#siteMap li li {
	list-style: square;
}
#siteMap p {
	padding-top: 8px;
	font-weight: bold;
	font-size: 120%;
}
/* rest */
.table100, .w100 {
	width: 99.9%;
}
.nowrap {
	white-space: nowrap;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.pagePrint, .lastUpdated {
	float: right;
}
.pagePrint {
	display: none;
}
.hidden {
	display: none;
}

