body {
	background-color: #F0AA37;
	text-align: center;
	margin: 5px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#main {
	width: 800px;
	background-color: #FFFFFF;
	border: #1B684C solid 1px;
	margin: auto;
	background-image: url(../siteimages/bodyBack1.gif);
	background-repeat:repeat;
}

#topHeader {
	width: 800px;
	height: 7px;
	background-color: #E88000;
}

#bottomHeader {
	width: 800px;
	height: 151px;
	background-color:#FFFFFF;
	border-bottom: #1B684C solid 1px;
}


/***LEFT COLUMN - NAVIGATION***/

#leftColumn {
	width: 158px;
	float: left;
	padding-left: 2px;
	text-align: left;
}

a.navLinks {
  	font-size: 10pt;
  	color: #1B684C;
	font-weight: bold;
	margin: 0px;
	/* padding: 2px 5px 2px 2px; changes height and width separation of links here*/
	text-decoration: none;
	line-height: 20px; /*changes the space at the top and bottom of the links*/
}

a.navLinks:hover{
	color: #E88000;
	text-decoration: underline;
}

/***MIDDLE COLUMN - CONTENT***/
#midColumn {
	width: 470px;
	height: 100%;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	text-align: left;
	margin-bottom: 5px;
	/*border-right: #FFFFFF solid 0px;*/
}

/***RIGHT COLUMN - SUBCONTENT***/
#rightColumn {
	width: 160px;
	float: left;
	text-align: left;
	padding-left: 3px;
}

/***FOOTER***/
#footer {
	width: 800px;
	height: 50px;
	clear: both;
	background-color: #E88000;
	text-align: center;
	border-top: #1B684C solid 1px;
}

.footerContent {
	color: #FFFFFF;
	font-size: 8pt;
	margin-right: 2px;
	margin-top: 2px;
}

#footer a:link {
	font-size: 8pt;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/***FONT FORMATTING***/
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt; 
	font-style:normal; 
	color:#1B684C;
}

.jasenetDrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	font-style:normal;
}

a {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

a:hover{
	color: #990000;
	text-decoration: none;
}

.subContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-style: normal;
	font-weight: bold;
}

/***THUMBNAILS***/
.thumb {
	border: 1px solid #990000;
}


/***JÄSENET TITLE***/
.jasenetTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	color: #990000;
	text-decoration: underline;
}

/***LIST DECORATION***/
.list ul {
		list-style: none;
		_list-style: disc;
		margin-top: 0px;
		}
		
.list li {
        margin-top: 3px;
		margin-left: -20px;
		}

.list ul li:before {
		content: "\00BB \0020";
		color: #1B684C;
		}