body {
	background-image: url("../miscpics/background.gif");
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.75em;
	height: auto !important;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	color: #6077a0;
	font-family: times new roman, serif;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding-left: 1.5em;
}

div.outercontainer {
	padding-top: 2em;
}

div.container {
	margin: 0 auto;
	width: 780px;
	background-color: #fff;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

div.container div.header {
	padding: 10px 10px 0 10px;
}

div.container div.namelogo {
	background-color: #6077a0;
	text-align: right;
	padding: 8px 4px 0 0;
}

div.container div.headerpic {
	background-color: #6077a0;
	padding-bottom: 4px;
}

div.contents {
	text-align: left;
	padding: 0 10px;
	margin-top: 10px;
	background-image: url("/miscpics/contentbg.png");
	background-position: top center;
	background-repeat: repeat-y;
}

div.contents ul {
	padding-left: 20px;
	color: #6077a0;
}

div.contents ul li {
	list-style: square;
}

div.contents ul li span {
	color: #000;
}

div.left {
	float: left;
	width: 180px;
	margin-right: 19px;
}

div.left div.menu {
	font-size: 0.9em;
}

div.left div.menu a.menuitem {
	float: left;
	width: 170px;
	border-bottom: 1px solid #d4d4d4;
	padding-left: 8px;
	line-height: 2em;
}

div.left div.menu a.menuitem:hover {
	background-color: #eee;
}

div.left div.menu a.active {
	border-left: 4px solid #afbcd3;
	padding-left: 4px;
}

div.right {
	float: left;
	width: 188px;
	padding-top: 2em;
}

div.right div.sinikka {
	text-align: center;
}

div.right div.sinikkatiedot {
	text-align: center;
}

div.center {
	float: left;
	width: 360px;
	padding-right: 10px;
}

form.loginform {
	margin-left: 100px;
	margin-top: 3em;
}
	
form.loginform div.formfield {
	margin-bottom: 1em;
}

div.modifybutton {
	float: right;
	margin-right: 1em;
	margin-top: 0.5em;
}

form.editform input.field {
	width: 330px;
	border: 1px solid #999;
	padding: 0.2em;
}

form.editform textarea.field {
	width: 330px;
	border: 1px solid #999;
	height: 300px;
}

form.editform div.formfield {
	margin-bottom: 1em;
}
