body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: url('images/green.jpg') #cbda99 repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.thrColHybHdr #container { 
	width: 100%;
	text-align: left ;
}  
.thrColHybHdr #header { 
	background: url('images/darkergreen.jpg') #ffffec repeat;
	text-align: right;
	padding: 0 10px;  
	margin: 0 0 10px 0;
	height: 90px;
	line-height: 1.6em;
} 
.thrColHybHdr #upmenu {
	margin:0;
	position:absolute;
	right:10px;
	top:0; 
}
.thrColHybHdr #search {
	margin: 0; 
	padding-top:10px;
	position:absolute;
	right:10px;
	top:10px;
}
.thrColHybHdr #header a:link, .thrColHybHdr #header a:visited {
	color:#ffffec;
}

.thrColHybHdr #menu {
	float: left; 
	width: 150px; 
	height: 262px;
	font-weight:bold;
	line-height:2em;
	background: url('images/note3.gif') left top no-repeat;
	padding: 10px 0px 0px 15px; 
	margin: 0 0 10px 10px;
	text-align: left;
}

.thrColHybHdr #elena {
	background: url('images/note3.gif') left bottom no-repeat;
	width: 150px;
	height: 39px;
	position:absolute;
	top:350px;
	left:10px;
	font-weight:bold; 
	padding-left: 15px;
	padding-top: 5px;
	margin-top:10px;
	text-align: left;
}

.thrColHybHdr #sidebar {
	float: right; 
	width: 150px; 
	background: #eaf0cb;
	line-height: 1.6em;
	padding: 10px 10px 10px 10px; 
	margin: 0 10px 10px 10px;
	text-align: left;
}

/* .thrColHybHdr #menu h3, .thrColHybHdr #menu p, .thrColHybHdr #sidebar span, .thrColHybHdr #sidebar p, .thrColHybHdr #sidebar h3 {
	margin-left: 15px; 	margin: 0 10px 10px 15px;
}
*/

/* Tips for mainContent:
In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
	background: #eaf0cb;
 	margin: 0 auto ; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 15px 10px 10px 10px; /* padding here creates white space "inside the box." */
	height: 100%;
	overflow:hidden;
	line-height: 1.6em;
	text-align: left;
} 
.thrColHybHdr #footer { 
	text-align:right;
	padding: 30px 10px 10px 10px;
} 
.thrColHybHdr #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 */
}

/* Miscellaneous classes for reuse */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*=COMMON
=== === === === === === === === === === */
img {
    border : 0 none inherit;
}
a img,:link img,:visited img {
    border : none;
}
table {
	border: 0 none inherit;
	background: transparent;
}
td {
	font-size:1em;
	text-align:left;
	vertical-align:top;
}
ul{
	line-height: 1.6em;
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
.thrColHybHdr #menu a:link, .thrColHybHdr #menu a:visited, .thrColHybHdr #elena a:link, .thrColHybHdr #elena a:visited {
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 150%;
	margin: 0 0 0 0;
}

h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	line-height: 1.6em;
	font-weight:normal;
}
