@import url("content.css");
/* Imported Styles
----------------------------------------------- 
 Common Part
----------------------------------------------- */
* {
margin:0;
padding:0;
}
body {
color:#000;
font-family:Tahoma, Verdana, Arial;
font-size:12px;
position:relative;
min-height:100%;
background:#fff;
}
html,* html body {
height:100%;
}
#header,#footer {
position:absolute;
}
.clear {
clear:both;
font-size:0%;
line-height:0%;
height:0px;
}
h1 span {
display:none;
}
ul {
padding:0 0 0 30px;
}
ol {
padding:0 0 0 30px;
}
/* =Misc(links)
----------------------------------------------- */
a {
color:#22845a;
text-decoration:underline;
}
a:hover {
color:#22845a;
text-decoration:none;
}
img {
border:none;
}

/* =Header
----------------------------------------------- */
#header {
background:url(/images/header.gif) repeat-x 0% 0%;
height:196px;
top:0;
width:100%;
min-width:994px;
width: expression( (document.documentElement.clientWidth || document.body.clientWidth) < 994 ? '994px' : '100%');
}
h1 {
float:left;
padding:58px 0 0 52px;
}
#kids {
float:right;
padding:20px 68px 0 0;
}

/* =Content
----------------------------------------------- */
#content {
padding:226px 0 106px 0;
min-width:994px;
width: expression( (document.documentElement.clientWidth || document.body.clientWidth) < 994 ? '994px' : '100%');
}


#left_col {
width:196px;
float:left;

}
#right_col {
width:216px;
float:right;

}
#center {
padding:0 234px 0 206px;
}
#center_sub {
padding:0 234px 0 216px;
}


/* =Footer
----------------------------------------------- */
#footer {
height:79px;
bottom:0;
width:100%;
position:absolute;
min-width:994px;
width: expression( (document.documentElement.clientWidth || document.body.clientWidth) < 994 ? '994px' : '100%');
}
#foot {
padding:0 20px;
}
#foot_block {
border-top:solid 1px #C2C2C2;
}
#copy {
padding:15px 0 0 19px;
font-size:11px;
color:#6A6A6A;
line-height:18px;
}
#db {
background:url(/images/db.gif) no-repeat 0% 20px;
padding:17px 0 4px 41px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#6A6A6A;
line-height:18px;
float:right;
width:372px;
}
#db a.top,
#db a.top:hover
{
	color: #6a6a6a;
	text-decoration: none;
}
#db a.bot
{
	color: #62b52f;
}
#db a.bot:hover
{
	color: #62b52f;
	text-decoration: none;
}

