*
{
	border: none 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body
{
	background:#CFD5D6 url(img/background.gif) repeat-x top;
	font: 0.7em Verdana, sans-serif;
	padding: 1%;
}

a {color:#00C; font-weight:bold; text-decoration:none;}

a:hover {text-decoration:underline;}

a[hreflang]:after {background-color:#EEE; content:'['attr(hreflang)']'; color:#666; font-size:0.8em; padding:0 3px 0 3px; margin-left:5px; -moz-border-radius:4px; text-transform:uppercase;}

acronym {cursor:help; border-bottom:dashed 1px;}

/* -- CONTAINER & TITLE -- */

div#container
{
    background:#FFF;
    border:#444 solid 1px;
    margin:0 auto;
    min-width:740px;
    text-align:left;
    width:70%;
}

div#title {background:#85A9B4; border-bottom:#444 solid 15px;}
div#title h1 {color:#FFF; font:1.5em Tahoma serif; padding:25px 0; text-align:center;}


/* -- MENUS -- */

div#menus 
{
    margin-top:15px;
    float:right;
    width:18%;
}

div.sidebar
{
    background:#EEE;
    border-bottom:solid 1px #DDD;
    border-left:solid 5px #DDD;
    color:#666;
    font-size:0.9em;
    margin:0 1px 15px 0;
}

div.sidebar h2 {background:#FFF; border-top:1px solid #EEE; color:#444; font-size:1.2em; padding:7px; text-align:right;}
div.sidebar h3 {font-size:1em;}
div.sidebar dt {margin:5px 0 5px 15px; text-align:left;}
div.sidebar h3 a{color:#666; font-size:1em;}

.sidebar dl { margin-bottom: 15px; }

.sidebar dt
{
    text-decoration: none;
    font-weight: bold;
}

.sidebar dd { margin-left: 20%; }

/* -- CONTENT -- */

#content
{
    color:#444;
    margin-right:20%;
    min-height:400px;
    padding:15px 0;
    text-align:justify;
    margin-left: 15px;
}

#content h1
{
    margin-bottom: 10px;
	font-size: 2em;
}

#content h2
{
    left-margin: 10px;
    border-bottom:solid 1px #CCC;
    font-size:1.3em;
    margin-bottom:10px;
    padding:10px 0 5px 6px
}

#content h3
{
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 30px;
}

div.item {border-right:#CCF solid 1px; border-bottom:#CCF solid 1px; font-size:1.2em; padding:0 10px;}
div.item h3 {border-bottom:solid 1px #CCC; font-size:1.1em; margin-bottom:10px; padding:10px 0 5px 6px;}
div.item h4 {border-bottom:solid 1px #CCC; font-size:0.9em; margin-bottom:8px; padding:10px 0 5px 6px;}

p
{
    line-height:150%;
    margin: 10px;
    margin-left: 0px;
    padding-left: 55px;
    /* margin-left: 55px; */
}

p:first-letter
{
    text-transform:uppercase;
}

#content ul
{
	padding-left: 15px;
	margin: 15px;
}

#content ul li
{
	margin: 5px;
    margin-left: 50px;
}

#content li { list-style-type: square; }

div.image_left
{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

div.image_right
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* -- FOOT -- */

#coda
{
    background:#444; color:#AAA; text-align:right;
    font-style: italic;
}

#coda a
{
    color: #AAA;
    font-weight: normal;
}

#coda a:hover
{
    text-decoration: none;
}