/* CSS Document */
body{
	background-color:#ced9e6;
	font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	margin:0px;
	color:white;
}
td{
	font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
}
textarea{
	font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size:9pt;
}
input{
	font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size:9pt;
}
select{
	font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size:9pt;
}
/* classes (outside database) -----*/

.formtable{
	font-size:9pt;
}
/* DIV-tags ----------------------*/
#wrapper{
	height:100%;
	width:100%;
	text-align:center;
}
#backwrap{
	display:table;
	background:url("http://www.swedencop15.com/cmarter/img_templ/52/back_top.jpg") no-repeat;
	background-color:#FFFFFF;
	width:100%;
	text-align:center;
	z-index:10;
	margin:auto;
}
#contenttop{
	margin-top:5px;
	background:url("http://www.swedencop15.com/cmarter/img_templ/52/back_maintop.png") no-repeat;
	width:825px;
	height:15px;
	z-index:100;
	font-size:1pt;
	margin:auto;
}
	#pagetop{
		background:url("http://www.swedencop15.com/cmarter/img_templ/52/back_main.png");
		width:825px;
		z-index:1000;
	margin:auto;
	}
	
#content{
	display:table;
	background:url("http://www.swedencop15.com/cmarter/img_templ/52/back_main.png");
	width:825px;
	text-align:center;
	height:60%;
	z-index:100;
	margin:auto;
}

	#mainwrap{
		display:table;
		float:top;
		width:782px;
		height:100%;
		z-index:1000;
		margin:auto;
		}
	#main{
		display:table-cell;
		float:left;
		margin-left:30px;
		text-align:left;
		width:561px;
		padding-top:15px;
	}
	#menu{
		display:table-cell;
		float:right;
		width:161px;
		background-color:#314a73;
		height:100%;
		border-right:1px solid white;
	}
#contentbot{
	display:table;
	margin-bottom:5px;
	background:url("http://www.swedencop15.com/cmarter/img_templ/52/back_mainbot.png") no-repeat;
	width:825px;
	height:15px;
	z-index:100;
	font-size:1pt;
	margin:auto;
}
#pagefooter{
	display:table;
	width:825px;
	height:45px;
	z-index:100;
	padding-left:20px;
	margin:auto;
	color:#000000;
	text-align:left;
}
