/*****************************************************/
/*   Cascading Style Sheet for the OSJ site         */
/*   Design: Matti Hotokka 2007                      */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*   Basic fonts                                     */
/*****************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*****************************************************/
/*   Navigation bar to the left                      */
/*****************************************************/

/*   Navigation bar properties */

#LeftBar {
	position:absolute;
	left:10px;
	top:70px;
	width:180px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
}

#NavbarLogo {
	position: relative;
	top: 10px;
}

#NavLink {
	background-color: #CCCCCC;
	margin: 10px;
	padding: 0px;
}

#NavLink h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#NavLink a:link, #NavLink a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	background-color: #003366;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#NavLink a:hover {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #006600;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/*   Header box info */

#OSJ_nameblock {
	position: absolute;
	height: 40px;
	left: 10px;
	top: 15px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: xx-large;
	font-weight: bold;
	width: 1200px;
}


/*   Content box  */

#ContentBox {
	position: absolute;
	left: 200px;
	top: 70px;
}

