/*****************************************************/
/* Layout styles                                       */  
/*****************************************************/

.myLayout{
	float: left;
	width: 700px;
	height: 400px;
	margin: 15%;
	padding: 0px;
	/*border: 1px solid #CCCCCC;*/
}

.myNavBar{
	float:left;
	height: 300px;
	width: 24%;
	padding: 0px;
	bottom: 20px;
	background-color: #627E1A;
}

.myContent{
	float: right;
	text-align:left;
	width: 75%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	bottom: 20px;
	background-color: #EDE8D4;
	border: 1px solid #CCCCCC;
}

/*****************************************************/
/* text styles                                       */  
/*****************************************************/

html{
	height: 100%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-image: url(../images/Suomi%201a.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}

a:hover {
	background-color:#627E1A;
	color: #FFFFFF;
	text-decoration:none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial,sans-serif;
	font-size: 150%;
	color: #CAE3EA;
	padding-right: 10px;
}

h2{
 font-size: 120%;
 color: #006600;
}

h3{
 font-size: 120%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana, Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}


.sectionLinks{
	position: relative;
	margin: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 90%;
	padding: 10px 10px 0px 0px;
}

.sectionLinks a{
	text-decoration: none;
}
.feature{
	padding: 10px 10px 0px 10px;
	font-size: 85%;
	line-height: 15px;
	height: 270px;
}

.feature h2{
	padding: 4px 0px 4px 0px;
	text-align: left;
}

.feature img{
	float: right;
	padding: 0px 4px 0px 10px;
	margin: 0 4px 4px 0;
	width: 120px;
	height: 140px;
}

.featureLinks{
	/*float: right;*/
	padding: 4px 0px 4px 10px;
	font-size: 80%;
	height: 10 px;
}

.featureLinks a{
	background-color:#EDE8D4;
	border-right: 1px solid #627E1A;
	border-bottom: 1px solid #627E1A;
	border-left: 1px solid #EDE8D4;
	border-top: 1px solid #EDE8D4;
	color:#627E1A;
	padding: 0px 4px 2px 4px;
	text-decoration:none;
}


.featureLinks a:hover{
	background-color:#627E1A;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	color:#FFF;
	padding: 4px 4px 2px 4px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	float:right;
	height: auto;
	width: 700px;
	font-size: 80%;
	color: #000000;
	padding: 10px 0px 10px 0px;
}
