/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:left;
color:black;
background:white;
}

a{
color:inherit;
text-decoration:inherit;
background-color:inherit;
}

a:hover{text-decoration:inherit;}

p{padding:0 0 1.5em 0;}

/**************** Header and navigation styles ****************/

#container{}

#header{}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
font-weight:normal;
}

#navigation{display:none;}

/**************** Content styles ****************/

#content{
width:100%;
font-size:1em;
padding:20px 0 0 20px;
padding-bottom:2em;
}

#content h2{
margin:1em 0;
font-size:1.7em;
font-weight:normal;
}

#content h2 a{font-weight:normal;}
#content h3{margin:1.2em 0 .2em 0; font-size:1.2em;}

#content h4{margin:0; text-indent:2em; font-size:1em; font-weight:inherit; font-style:inherit; font-weight:bold; margin:0;}
#content h4.duration{font-weight:inherit; font-style:italic;}

#content p {padding:0 0 0 2em; text-indent:-2em; line-height:1.5em;}

#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Footer styles ****************/

#footer{margin:1em;}

/**************** Misc classes and styles ****************/

.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

p strong{font-weight:bold;}
p emphasis{font-weight:bold;}
italic{font-style:italic;}

.box{display:none;}

.box.right{}
.box.left{}

