* {
	padding: 0;
	margin: 0;
}

body {
	width: 900px;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background: #ccc;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em;
}

p {
	margin: 1em;
}

a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	padding: 0;
}

td {
	text-align: center;
	vertical-align: top;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 0 7px;
}

label, input, textarea {
	display: block;
	width: 250px;
	float: left;
	margin: 0 0 10px 10px;
}

label {
	text-align: right;
	width: 150px;
}

textarea {
	height: 100px;
}
fieldset {
	float: left;
	width: 450px;
	margin: 20px 50px 0 0;
}

#header {
	width: 900px;
	height: 230px;
	background: url(/images/header.jpg) no-repeat;
	border-color: #999;
	border-style: solid;
	border-width: 0 1px;
}

#language {
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	padding: 5px 14px;
	color: #fff;
}

#content {
	width: 860px;
	min-height: 400px;
	padding: 20px;
	border: 1px solid #999;
	border-top: 0px;
	background: #eee;
}

#sidebar {
	float: right;
	width: 412px;
	margin-left: 20px;
}

#sidebar img, #interior img, p.int img {
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;	
}

#interior {
	float: left;
	text-align: right;
	width: 412px;
	margin-right: 20px;
}

#footer {
	clear: both;
	width: 882px;
	text-align: right;
	padding: 10px;
	font-size: 0.9em;
}

#footer a {
	font-weight: normal;
	font-size: 0.9em;
}

p.fp a {
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
	margin-right; 20px;
}

.cl {
	clear: left;
}

.cb {
	clear: both;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
	width: 900px;
	background: #ccc;
	border-color: #999;
	border-style: solid;
	border-width: 0 1px;
}

.suckertreemenu ul {
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: block;
	color: #fff;
	padding: 5px 20px;
	text-decoration: none;
}
	
.suckertreemenu ul li a:hover {
	color: #333;
	background: #eee;
}

/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-bottom: 1px solid #ccc;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	width: 250px; /*width of sub menu levels*/
	text-decoration: none;
	padding: 3px 5px;
	color: #333;
	background: #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: normal;
	font-size: 0.9em;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* End */

.seolinks {
	display: none;
}
