html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#main {
	background: url(images/pattern03.gif);
}
#main2 {
	width: 793px;
	width/**/:/**/ 770px;  /* Box Model Hack */
	padding: 2px 21px 2px 2px;
	background-color: #FFF;
}
#main3 {
	background: url(images/left_bg.gif) left repeat-y;
}
#header {
	height: 126px;
}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
}
#header h1 a {
	display: block;
	width: 230px;
	height: 126px;
	background: url(images/logo.jpg) no-repeat;
}
#header h1 a span {
	display: none;
}
#banner {
	float: right;
	width: 540px;
	height: 126px;
	background: url(images/banner.jpg) no-repeat;
}
#contentcontainer {
	height: 404px;
}
html>body #contentcontainer {
	height: auto;
	min-height: 404px;
}
#navigation {
	float: left;
	width: 230px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: inline;
}
#navigation a {
	display: block;
	width: 230px;
	width/**/:/**/ 190px;
	padding: 3px 0 4px 40px;
	background: #999 url(images/nav.gif) left repeat-y;
	border-top: 1px solid #F3F4EF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
}
#navigation a.first {
	padding: 26px 0 4px 40px;
}
#navigation a.last {
	padding: 4px 0 26px 40px;
}
#navigation a:hover, #navigation a.selected {
	background: #C5C6B8 url(images/nav_o.gif) left repeat-y;
}
.content {
	float: right;
	width: 520px;
	width/**/:/**/ 500px;
	padding-right: 20px;
	font-size: 0.7em;
}
.contentimg {
	float: right;
	width: 520px;
	width/**/:/**/ 330px;
	padding-right: 190px;
	font-size: 0.7em;
	height: 263px;
	background: right top no-repeat;
}
html>body .contentimg {
	height: auto;
	min-height: 263px;
}
.contenthome { background-image: url(images/side.gif); }
.contentaboutus { background-image: url(images/control.jpg); }
.contentservices { background-image: url(images/services.jpg); }
.contenttraining { background-image: url(images/training.jpg); }

#footer {
	clear: both;
	height: 24px;
	background: url(images/footerbg.gif) no-repeat;
}

img {
	border: 0;
}
ul {
	list-style-type: square;
}
h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 25px 0 10px;
}
h3 {
	font-size: 1em;
}
a:link, a:visited, a:active {
	color: #1A73A6;
}
a:hover {
	color: #F60;
}
.linklist {
	line-height: 1.5em;
}
.imgfloatright {
	float: right;
	margin: 0 0 1em 1em;
	padding: 2px;
	border: 1px solid #000;
}
blockquote {
	margin-top: 2em;
}
.attrib {
	text-align: right;
	font-weight: bold;
	margin-right: 4em;
}
.warn {
	font-weight: bold;
	color: #C00;
}
.center {
	text-align: center;
}

/* Forms
------------------------------------------------------------------*/

td { font-size: 0.7em; }
td { font-size/**/:/**/ 1em; }

input, textarea {
	border: 1px solid #999;
}
.label {
	width: 37%;
	background-color: #F3F4EF;
	text-align: right;
}
input.button {
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	padding: 1px 4px 0 4px;
}
html>body input.button {
	padding: 1px 6px;
}
input.radio {
	border: 0;
}
.sectionheader {
	text-align: center;
	font-weight: bold;
}
.dataprotection {
	float: left;
	margin: 0 1em 1em 0;
}
html>body .dataprotection {
	margin-top: 1em;
}

