/* CSS DOCUMENT */

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Trebuchet, "Tahoma CE", Tahoma, "Arial CE", Arial, "Helvetica CE", lucida, sans-serif;}

body{
font-size: 78%;
text-align: left;
color: #000;
background: #F6C24C;
}

/* LINKS */
a{color: #4D84E8; text-decoration: underline; font-weight: bold}
a:hover{color: #07035D}
/* HEADINGS //{{{ */
/*
h1, h1 span{
position: absolute;
bottom: 0;
left: 0;
width: 203px;
height: 21px;
font-size: 20px;
font-weight: 900;
font-style: italic;
cursor: hand;
cursor: pointer;
overflow: hidden;
text-align: center;
}
*/
/* //}}} */

.close{
position: absolute;
bottom: 0;
left: 0;
width: 300px;
border-top: 1px solid #07035D;
background: #F6C24C;
}
.close li{
list-style: none;
margin: 5px 1em;
}

/* CONTENT ITEMS //{{{ */

p{
margin: 0.33em 0.66em;
text-indent: 0.66em;
text-align: justify;
line-height: 1.5em;
}

.topimg{
width: 100%;
margin: 10px 0 0 0;
border-top: 1px solid #07035D;
border-bottom: 1px solid #07035D;
}

.toptext{
height: 200px;
overflow: auto;
}
/* //}}} */

/* UNIVERSAL */

.sep, .hr{
clear: both;
display: block;
margin: 20px;
font-size: 1px;
border-bottom: 2px solid #E5EDF3;
}

hr, .noscreen{display: none}
.clear{clear: both}
/* CSS DOCUMENT */

