@charset "ISO-8859-1";

body  {
	font: 100% 'Trebuchet MS', sans-serif;
	background: white;
	background-image:url(images/top-background-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	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;
}
.twoColHybLtHdr #container { 
	width: 650px;  /* this will create a container 80% of the browser width */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. 
	border: 1px solid #000000;
	*/
} 
.twoColHybLtHdr #header { 
	/*background: #DDDDDD; */
	background-image:url(images/trikampis-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0; 
} 
.twoColHybLtHdr #header img {
	margin: 0;
	padding: 0 0 24px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 9em; /* since this element is floated, a width must be given */
	padding: 15px 0px 300px 0px; /* top and bottom padding create visual space within this div  */
	margin-top: 15px;
	border-right:1px solid #33FF00;
}
.twoColHybLtHdr #sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	border: none;
	text-align:right;
}
.twoColHybLtHdr #sidebar1 li {
		margin: 0 5px 0px;
		padding: 0px 5px 0px;
		}
.twoColHybLtHdr #sidebar1 li a {
		display: block;
		font-family: 'Trebuchet MS';
		font-size:14px;
		font-weight:bold;
		color: #0c4a79;
		text-decoration: none;
		width: 100%;
		padding: 3px 8px 0px 0.5em;
		border-right: 3px solid white;
				/*margin-top:2px;
		margin-right:7px;*/
		}

	html>body #sidebar1 li a {
		width: auto;
		}
.twoColHybLtHdr #sidebar1 li a:hover {
		color: #3F0;
		border-right: 3px solid #33FF00;
		background-color:#FFFFFF;
		}
		
.twoColHybLtHdr #mainContent {margin-left:10em;} 
.twoColHybLtHdr #mainContent h1 {font-size:18px;margin-top:25px;margin-left: 2em;color:#0C4A79;}
.twoColHybLtHdr #mainContent h2 {font-size:14px;margin-top:15px;margin-left: 5em;color:#0C4A79;}
.twoColHybLtHdr #mainContent p { line-height:130%;font-size:12px;margin-top:5px;margin-left: 5em;color:#627fa9;}
.twoColHybLtHdr #mainContent a { text-decoration:none; color:#0C4A79;}
.twoColHybLtHdr #mainContent a:hover { color:white; background-color:#0C4A79;}
.twoColHybLtHdr #mainContent img {padding:0;}
.twoColHybLtHdr #mainContent .title {padding: 40px 0px 35px 35px;}
.twoColHybLtHdr #mainContent ul {list-style: none;margin: 0;padding: 0px;border: none; font-size:0.9em}

.twoColHybLtHdr #footer { padding: 0;} 
.twoColHybLtHdr #footer p {	font-size:11px; color:#003366;margin: 0; padding: 1em 0 0em 13em;}
.twoColHybLtHdr #footer a {text-decoration:none; color:#0C4A79;}
.twoColHybLtHdr #footer a:hover { color:white; background-color:#0C4A79;}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* place css fixes for all versions of IE in this conditional comment 
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
 the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
