@charset "utf-8";
/* CSS Document */
@font-face {
	   font-family: "Corbel";
	   src: url("http://www.ofn.fi/newsite/css/fonts/corbel.ttf");
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #373b3b;
	background-image: url(../images/layout/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 800px;
	;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	background-image: url(../images/layout/containerbg.png);
	background-repeat: no-repeat;
	background-position: 119px 220px;
} 
.twoColFixLtHdr #header {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 195px;
	width: 800px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	background-color: transparent;
} 
.twoColFixLtHdr #navbar {
	background-image: url(../images/layout/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 800px;
	text-align: right;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d8dbc3;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #infoheader {
	float: left; /*since this element is floated, a width must be given */
	width: 200px;
	background-color: transparent;
	background-image: url(../images/layout/info_headerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 24px;
	color: #d8dbc3;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #sidecontent {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: transparent;
	background-image: url(../images/layout/sidebar_bgcolor.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 24px;
	color: #d8dbc3;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #sidecontent a{
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	color: #d8dbc3;
	text-decoration: underline;
}
.twoColFixLtHdr #sidecontent a:hover {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	color: #d8dbc3;
	text-decoration: none;
}
.twoColFixLtHdr #infobottom {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: transparent;
	background-image: url(../images/layout/info_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 24px;
	color: #d8dbc3;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr  #infospacer {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: transparent;
	background-image: none;
	height: 20px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	color: #d8dbc3;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}


.twoColFixLtHdr #mainContent {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	color: #d8dbc3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
/*.twoColFixLtHdr #mainContent img {
	float: right;
	padding-left: 10px;
}*/
.twoColFixLtHdr #mainContent h1 {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a.name {
	color: #939873;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a.name:hover {
	color: #939873;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a {
	color: #939873;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #939873;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	text-align: right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d8dbc3;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.line {
	height: 2px;
	width: 100%;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d8dbc3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.smalltext {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tjafs {
	background-image: url(../images/layout/tjafsbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
.twoColFixLtHdr #mainContent input {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	background-image: url(../images/layout/sidebar_bgcolor.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #d8dbc3;
	color: #d8dbc3;
}
.twoColFixLtHdr #mainContent textarea {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	background-image: url(../images/layout/sidebar_bgcolor.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #d8dbc3;
	color: #d8dbc3;
	overflow: auto;
}

