/* CSS Stylesheet for Screen, Presentation */
/************ BG ************/
@import url('bg.css');

/************ TOP ************/
@import url('top.css');

/************ MIDDLE and MENU ************/
@import url('middle.css');

@import url('menu.css');

/************ CONTENT ************/
@import url('content.css');

/************ FOOTER ************/
@import url('footer.css');

/************ CALENDAR ************/
@import url('calendar.css');

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    color: #06549d;
}

a:hover {
    text-decoration: none;	
}

p {
    margin: 10px 0;
}   

body {
    background: transparent url('graphics/bg_bg.gif') center top repeat;
    color: #4d432d;
    font-family: "Times New Roman", Tahoma, Arial;
    font-style: italic;
    font-size: 16px;
}

.cleaner {
    clear: both;	
}

img {
    border: none;
}

h2 {
    font-style: normal;
    font-size: 140%;
}