/* print version of andreas03.css */

body {
   background: white;
   font-size: 12pt;
   width: 100%;
   }

.printed {
	visibility: visible;
}
   
#thetop{
visibility: hidden;
}

#sidebar{
visibility: hidden;
}

#container{
background: white;
width: 100%;
}

a{
text-decoration:underline;
color:#666;
}

a img{
border:0;
}

#logo{
   background: white;
}

#tagline{
   background: white;
}


#main{
   background: white;
   width: 90%;
}

.headerstyle{
   background: white;
}

.sidelink{
   background: white;
}

.textlink{
display:block;
}

.clear{
   background: white;
}

.right{
text-align:right;
}

.internallink{
visibility: hidden;
}

.block{
   background: white;
}

.credit{
   background: white;
}

.hide{
display:none;
}

em img {float: left; border: 0px; padding-top: 0px; padding-bottom: 10px; padding-left: 0px; padding-right: 20px;}
i img {float: right; border: 0px; padding-top: 0px; padding-bottom: 10px; padding-left: 20px; padding-right: 0px;}

dl#calendar {width: 600px;}
dl#calendar dt {
float: left; width: 50px; margin-left: 10px;
}
dl#calendar dd {margin-left: 65px; margin-bottom: 20px;} 

dl#schedule {width: 600px;}
dl#schedule dt {
float: left; text-align:right; width: 60px; margin-left: 10px;
}
dl#schedule dd {margin-left: 90px; margin-bottom: 10px;} 

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */
