body,html	{	font: normal 100.01% arial, sans-serif;
			background-color: #cccccc;
			text-align: center;
			color: #000000;
			margin: 0px;
			padding: 0px;
}
body {
	min-width: 1000px;
}
td	{
		font: normal 100.01% arial, sans-serif;
}
	
div#page {
	font: normal 0.86em arial,sans-serif;

	margin: 0 auto;
	width: 1000px;
	padding: 0px;
	background-image: url(/img/design/swisi/background.gif);
	background-repeat: repeat-y;
	border: 1px solid #000000;
	text-align: left;
}
div#copyright {
	font: normal 0.6em arial,sans-serif;
	color: #999999;
	margin: 0 auto;
	width: 1000px;
	padding: 0px;
	text-align: right;
}
div#copyright a {
	color: #999999;
	text-decoration: none;
}
	
.ignore	{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

a		{	color: #ff0000;
			text-decoration: none; }
a:hover	{	text-decoration: underline; }

div#right a {	color: #ffff00; }

img#logo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid black;	
}
div#header {
	background-color: #ffffff;
}
div#header h1 {
	margin: 0px;
}
div#navigation {
	height: 25px;
	background-color: #ffee77;
}
div#menu {
	float: left;
}
div#langselector {
	float: right;
	font-size: 12px;
	height: 25px;
	padding-top: 4px;
	padding-right: 20px;
}
div#langselector a {
	color: #000000;
}
	
div.floatbreak {
	clear:both;
}
div#brownbar {
	height: 72px;
	background-color: #51442b;
	text-align: center;
}
div#left {
	width: 460px;
	min-height: 400px;
	padding: 20px;
	float: left;
}
div#right {
	width: 460px;
	
	color: #ffffff;
	padding: 20px;
	float: right;
}
div#footer {
	clear: both;
	margin: 0px;
	background-color: #ffffff;
}

#left h1		{ 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14pt;
			font-weight: bold;
			margin-bottom: 14px;
}
#left h2		{ 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12pt;
			font-weight: bold;
			margin-top: 7px;
			margin-bottom: 12px;
}
#left h3		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			margin-top: 7px;
			margin-bottom: 11px;
}

#left p		{
			margin-top: 7px;
			margin-bottom: 7px;
}

#right h1		{ 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14pt;
			font-weight: bold;
			margin-bottom: 14px;
}
#right h2		{ 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12pt;
			font-weight: bold;
			margin-top: 7px;
			margin-bottom: 12px;
}
#right h3		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			margin-top: 7px;
			margin-bottom: 11px;
}

#right p		{
			margin-top: 7px;
			margin-bottom: 7px;
}


p.error			{
					font-weight: bold;
}


