html {}
body {
	font-family: "Gill Sans", "Trebuchet MS", Arial,Helvetica,sans-serif;
	padding: 50px;
	vertical-align: top;


}

div#rightBar {
	margin: 10px;
	float: right;
	color: #004B92;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;




}

div#rightBar a {
	text-decoration: none;
	color: #004B92;


}

div.rightImage {
    margin-top: 20px;
}

div#leftContainer {
    float: none;
    width: 226px; 
    height: 500px;
    margin-left: 0px;
    margin-top: -55px;
}

div#leftBar {
	float: left;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
	/* background-image: url(left.jpg); */
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 370px;
	width: 226px;
	margin-top: -55px;
}

div#content {
    width: 100%;
    /*
    float: right; 
    width: 420px; 
    */
    padding: 0 10px; 
    /* Fix for IE */
    padding-bottom: 10px;
}

div#mainContent {
	float: left;
	width: 430px;
	margin-left: 50px;
	margin-right: 20px;
	text-align: left;
}

div#main {
	width: 970px;
	vertical-align: top;

}

div#mainContent .pageTitle .name {
	float: left;
	color: #004B92;
	font-size: 13px;
	color: #005296;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;



}


div#mainContent .pageTitle .back {
	text-align: right;
	font-color: #000000;
	font-size: 10px;
	font-weight: bold;

}

div#mainContent .pageTitle .back a {
    color: #000000;
    text-decoration: none;
}

div#mainContent .pageTitle {
	border-bottom: 2px solid #006699;
	margin-top: 20px;
	padding-bottom: 5px;


}

/* 
 * Menu 
 */

div#menuContainer {
    float: none;
    width: 680px; 
    height: 50px;
    /* FIXME: Is there better way to do this? */
    margin-left: 260px;
    margin-top: -55px;
}

div#subMenuContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	/* text-align: center; */
}

div.verticalMenu {
	color: #004B92;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;

}

span.topMenuLink {
	border-left: 2px solid #005296;
	padding-left: 5px;
	margin-right: 10px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #004B92;
	text-transform: uppercase;
}
span.topMenuLink a {
	color: #004B92;
	text-decoration: none;
}


div#rightBar div.link a.active, 
span.topMenuLink a.active {
    color: #AAB7DB;
}

.header {
	vertical-align: top;
	text-align: left;
}
.alanavigointi {
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
span.alanavigointi {
    color: #AAB7DB;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #AAB7DB;
}
a:visited {
        color: #666666;
        text-decoration: none;
}
.logo {
	vertical-align: top;
	margin-bottom: 10px;
}

div.newsList div.item {
    font-size: 14px;
    margin-top: 15px;
}
div.newsList div.item div.time {
    color: #999999;
    font-weight: bold;
}
div.newsTimestamp {
    color: #999999;
    font-size: 10px;
    margin-top: 15px;
}


div.newsList div.item div.time:first-letter {
    text-transform: uppercase;
}

/*
p {
      margin: 0px;
}
*/

