h1 {
  font: 14px arial;
  letter-spacing: 1px;
  text-align: right;
}

hr {
   height: 1px;
   border: 1px solid #A5A5A5;
}

#logo {
   text-align: center;
   z-index: -1;
}

#logo img{
   border: 0;
}

#containme {
	background:#FFFFFF;
	margin:0 auto;
	width: 750px;
	height: 600px;
	border: 0;
	border-left: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
}
*>#containme { 
   height: auto;
}

#main-content{
	background:#FFFFFF;
	padding: 0;
   height: 100%;
	min-height: 600px;
	min-width: 400px;
}

#sidebar {
   font-size: 11px;
   float: left;
	width: 150px;
   height: 100%;
   border-right: 1px solid #C5C5C5;
   margin-left: 0px;
   margin-right: 0px;
	padding-left: 0px;
}
*>#sidebar { 
   height: auto;
}
#footer {
   font-size: 11px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: top;
	text-align:center; 
	color: #666666;
   border-top: 1px solid #C5C5C5;
}

#text {
   margin-left: 2px;
   margin-right: 2px;
	padding: 0;
	vertical-align: top;
	text-align: justify;
	width: 750px;
}

#text a:link, #text a:visited {
   color: black; text-decoration: underline;
}
#text a:hover, #text a:visited:hover { 
   color: black; text-decoration: none;
}

body { 
	background: #d4e3d1 url(../images/bg_fade.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	font: 12px arial, "times new roman";
}

}
.valign{
   border: 0;
	vertical-align: middle;
}
.floatleft{
	float:left;
   border: 1px solid #A5A5A5;
   margin-right: 10px;
   margin-bottom: 10px;
}
a:link, a:visited {
   color: black; text-decoration: none;
}
a:hover, a:visited:hover { 
   color: black; text-decoration: underline;
}
.noborder{
	border: 0;
}
.bold{
   font-size: 14px;
	font-weight: bold;
}

