html, body {
	margin:0;
	padding:0;
	background: #FFF;
	text-align: center;
}

/* Netscape 4 safe font sizes */
body, div, p, th, td, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link{
	color: #DA3333;
	text-decoration: underline;
}

a:visited {
	color: #DA3333;
	text-decoration: underline;
}

a:hover {
	color: #060;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1, h2, h3, .heading, .redheading {
	font-weight: bold;
	color: #DA3333;
}

h4, h5, h6, .subheading {
	font-weight: bold;
	color: #660;
}

h1 { 
	font-size: 22px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

.greyheading { color: #666;}

.greenheading { color: #663;}

h2 { font-size: 18px;}

h3, .heading, .greyheading, .greenheading { font-size: 16px;}

h4 { font-size: 14px;}

h5, .subheading, .redheading { font-size: 13px;}

h6, .normal {	font-size: 12px;}

hr{
	border: 0;
	height: 1px;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
}

img { border: 0;}

* html #overall {height: 1%;}
* html #middle .content {height: 1%;}
* html #left .content {height: 1%;}
* html #right .content {height: 1%;}

#overall {
	width: 600px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 600px;
	height: 110px;
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
	background: #FFF;
}

#header .content {display: none;}

#header .logo {
  float: none;
  width: 190px;
  height: 110px;
}

#navigation { display: none; }

#middle {
	padding: 0px;
	margin-left: 0;
	margin-right: 0;
	background: transparent;
}

#middle .content { padding: 0px 10px 10px 0;}

#middle .content  h2 img{
	margin: 0;
	margin-left: -3px;
	padding: 0;
}

#middle .sitemap ul { 	list-style: none; }

#left { display: none; width: 0;}

#left .content { display: none;}

#right { 	display: none; width: 0;}

#right .content { display: none;}

#footer {
	clear: both;
	width: 600px;
	padding: 0;
	margin-top: 15px;
}

#footer .content {
	float: none;
	padding: 5px 0 5px 10px;
	font-size: 11px;
	line-height: 15px;
	background: #663;
	color: #FFF;
}

#footer .content a, #footer .content a:link, #footer .content a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer .content a:hover {
	text-decoration: underline;
}

#footer .logo { display: none;}

div.float {
  float: left;
  padding: 0;
}

.clr { clear: both; }

.small { font-size: 11px;}

.error { color: red;}

#header1col {
	width: 640px;
	padding: 5px;
	text-align: left;
}

#middle1col {
	width: 640px;
	padding: 5px;
	text-align: left;
}

#footer1col {
	width: 640px;
	padding: 5px;
}

div.topmenu {display: none;}

div.inigomenu  {display: none;}

div.SecondLevel {display:none;}