/* CSS Document */


body {
margin : 0;
padding : 0;
line-height : 1.5em;
background-color : rgb(255, 255, 255);
}
b {
font-size : 110%;
background-color : rgb(255, 255, 255);
}
em {
color : red;
background-color : rgb(255, 255, 255);
}
#topsection {
background : rgb(255, 255, 255) url(http://www.file-house.com/house_logo.gif) no-repeat scroll center 0%;
height : 75px;
padding-top : 15px;
text-align : center;
}
#topsection h1 {
margin : 10px;
height : 75px;
padding-left : 15px;
background-color : rgb(255, 255, 255);
text-align : right;
}
#contentwrapper {
float : left;
width : 100%;
background-color : rgb(255, 255, 255);
}
#contentcolumn {
margin-left : 200px;
background-color : rgb(255, 255, 255);
}
#leftcolumn {
background : rgb(255, 255, 255) none repeat scroll 0% 50%;
float : left;
width : 200px;
margin-left : -100%;
}
#footer {
padding : 4px 0;
background : rgb(255, 255, 255) none repeat scroll 0% 50%;
clear : left;
width : 100%;
text-align : center;
color : rgb(255, 0, 0);
}
#footer a {
color : rgb(51, 51, 153);
text-decoration : underline;
background-color : rgb(255, 0, 0);
}
.innerbody {
margin : 0 10px 10px;
background-color : rgb(255, 255, 255);
}
a:link {
color : rgb(51, 51, 255);
font-family : arial;
font-style : normal;
font-weight : bold;
text-decoration : none;
font-variant : normal;
background-color : rgb(255, 255, 255);
font-size : 18px;
}
a:active {
color : rgb(64, 96, 255);
font-family : arial;
font-style : normal;
font-weight : bold;
text-decoration : none;
cursor : default;
font-variant : normal;
background-color : rgb(255, 255, 255);
font-size : 14px;
}
a:visited {
color : rgb(153, 51, 153);
font-family : arial;
font-style : normal;
font-weight : bold;
text-decoration : none;
cursor : default;
font-variant : normal;
background-color : rgb(204, 255, 255);
font-size : 14px;
}
a:hover {
color : rgb(255, 0, 0);
font-family : arial;
font-style : normal;
font-weight : bolder;
text-decoration : underline;
cursor : default;
font-variant : normal;
background-color : rgb(255, 255, 255);
font-size : 16px;
}

