@import "/c/layout.css";
@import "/c/menu.css";
@import "/c/form.css";

/*
TYPOGRAPHY
================================ */

body {
font-family:verdana, helvetica, arial, sans-serif;
font-size:76%;
}

h1, h2, h3, h4, h5, h6 {
margin-bottom:.6em;
font-size:2em;
font-family:arial, helvetica, serif;
font-weight:bold;
}

h2, h3, h4, h5, h6 {
margin:1em 0 .4em 0;
font-size:1.4em;
}

h3, h4, h5, h6 {
font-size:1.2em;
}

p, ul, dl, ol {
margin-bottom:1.2em;
font-size:1em;
line-height:1.7;
}

ul, ol {
margin-left:3em;
margin-bottom:1.4em;
}

ul ul {
margin-bottom:0;
}

dt {
font-weight:bold;
}

div {
margin-bottom:1.2em;
}

acronym {
border-bottom:1px dotted #000;
cursor:help;
}

img {
border:0;
}

.img-left {
float:left;
margin:6px 12px 12px 0;
}

.img-right {
float:right;
margin:6px 0 12px 12px;
}

a:link {
color:#F6D03D;
}
a:hover {
color:#537082 !important;
background:#F6D03D;
}
a:visited {
color:#F6E5A1;
}
a:active {
color:red;
}
/*
*
*/

.access {
position:absolute;
top:-500em;
}