/* CSS Document */

html{
	margin:0px;
	padding:0px;
	height:100%;
	margin-bottom:1px;
}
body{
	margin:0px;
	padding:0px;
	background-image:url(images/big_tile.gif);
	background-position:center;
	background-repeat:repeat-y;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
h1{
	font-size:24px;
	font-weight:100;
	color:#557295;
	display:inline;
}
h2{
	font-size:16px;
	font-weight:100;
	color:#557295;
	display:inline;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#557295;
	display:inline;
}
a:link{
	color:#557295;
}
a:visited{
	color:#557295;
}
a:hover{
	text-decoration:none;
}
.textfield {
	font-size:9px;
	height:12px;
	width:90px;
	margin-bottom:3px;
}
.superframe{
	position:relative;
	margin:0px auto;
	width:749px;
	text-align:left;
}
.top_logo{
	
}

.mainmenu{
	
}
.content{
	width:500px;
}
.sideframe{
	position:absolute;
	left:496px;
	width:245px;
}
.sideframe_top{
	height:9px;
	background-image:url(images/sideframe_top.gif);
	background-repeat:no-repeat;
}
.sideframe_main{
	background-image:url(images/sideframe_tile.gif);
	background-repeat:repeat-y;
	padding:10px 10px 20px 15px;
}
.sideframe_bottom{
	height:20px;
	background-image:url(images/sideframe_bottom.gif);
	background-repeat:no-repeat;
}
.content_top{
	margin-left:-1px;
	height:9px;
	background-image:url(images/infoframe_top.gif);
	background-repeat:no-repeat;
}
.content_main{
	margin-left:-1px;
	background-image:url(images/infoframe_tile.gif);
	background-repeat:repeat-y;
	padding:10px 50px 30px 30px;
}
.content_bottom{
	margin-left:-1px;
	height:20px;
	background-image:url(images/infoframe_bottom.gif);
	background-repeat:no-repeat;
}