/* HTML ELEMENTS */

body {
margin: 10px 0px 0px 0px;
padding: 0px;
background-color: #e3e1dc;
text-align: center;
background-image: url('images/bg.gif');
background-repeat: repeat;
background-position: top;
}

body, p, div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #013056;
}

img {
border: 0px;
}


h1 {
color: #a7a7a7;
font-size: 14px;
font-weight: bold;
margin: 10px 0px 10px 0px;
}

h2 {
color: #cc3300;
font-size: 12px;
font-weight: bold;
margin: 30px 0px 20px 0px;
}

h3 {
font-size: 11px;
font-weight: bold;
}

a {
color: #0078d9;
text-decoration: underline;
}

a:visited {
color: #013056;
text-decoration: underline;
}

a:hover {
color: #0078d9;
text-decoration: none;
}

a.mainmenu, a.mainmenuactive {
display: block;
background-color: transparent;
float: left;
padding: 4px 15px 3px 15px;
margin: 1px 0px 1px 0px;
text-decoration: none;
font-size: 11px;
color: #013056;
text-align: center;
height: 17px;
}

a.mainmenu {
background-color: #88c7fb;
}

a.mainmenuactive {
background-color: white;
border-left: 1px solid black;
border-right: 1px solid black;
}

a.mainmenu:visited, a.mainmenuactive:visited {
color: #013056;
text-decoration: none;
}

a.mainmenu:hover {
background-color: #b4dbfb;
}

ul {
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 0px;
}

ul li {
list-style-type: square;
margin: 0px 0px 0px 5px;
padding: 5px 5px 5px 5px;
}

li.colorbg {
background-color: #f6f6f6;
}

ul.rssnews {
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 0px;
}

ul.rssnews li {
list-style-type: square;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
}

cite, cite a, cite a:visited, cite a:hover {
color: #5088b5;
}

.instructions {
font-family: "Courier New", Courier, mono;
color: gray;
font-size: 11px;
padding-left: 1px;
}

.separator {
text-align: center;
margin: 20px 0px 0px 0px;
}

img.media-item {
margin-right: 8px;
margin-bottom: 4px;
float: left;
}

a.imageHighlight:hover {
background: transparent;
}

a.imageHighlight img {
border: 2px solid #acdaff;
padding: 2px;
}

a.imageHighlight:visited img {
border: 2px solid #acdaff;
}  

a.imageHighlight:hover img,
a.imageHighlight:active img {
border: 2px solid #cc3300;
}

table.shortcuts {
margin: 0px;
padding: 0px;
background-color: #f7f7f7;
}

table.shortcuts td {
font-size: 11px;
padding: 4px;
border-top: 1px solid #c8c8c8;
}

td.shortcuts-field {
font-weight: bold;
background-color: #ededed;
width: 80px;
}

/* LAYOUT */

#main {
margin: 0px auto;
padding: 0px;
width: 741px;
}


#top {
margin: 0px;
padding: 0px;
width: 741px;
height: 79px;
}

#menu {
margin: 4px 0px 0px 0px;
padding: 0px;
width: 741px;
height: 26px;
background-image: url('images/menu.gif');
background-position: top;
background-repeat: no-repeat;
background-color: #56a1de;
text-align: center;
}

#menu-position {
margin-left: 18px;
}

#menu-position-fr {
margin-left: 30px;
}

#body {
margin: 0px;
padding: 0px;
width: 741px;
background-image: url('images/body.gif');
background-position: top;
background-repeat: repeat-y;
background-color: white;
}

#body-left {
margin: 0px;
padding: 10px 0px 0px 0px;
float: right;
width: 145px;
background-color: transparent;
}

#body-content {
margin: 0px;
padding: 0px;
float: left;
width: 596px;
text-align: left;
background-color: transparent;
}

#content {
padding: 10px 20px 10px 20px;
line-height: 1.5;
}

#bottom {
margin: 0px;
padding: 0px;
width: 741px;
height: 15px;
}

#header, #footer, #header a, #header a:visited, #footer a, #footer a:visited {
font-size: 9px;
color: #66635d;
}

#header {
margin-bottom: 4px;
text-align: right;
padding-right: 10px;
}

#footer {
margin-top: 10px;
}

#header a, #header a:visited, #footer a, #footer a:visited {
}

#header a:hover, #footer a:hover {
color: black;
text-decoration: underline;
}

#screenshot {
float: right;
margin: 10px 0px 10px 20px;
font-size: 9px;
text-align: center;
}

#screenshot a:hover {background: transparent;}

#screenshot a img {
border: 3px solid #acdaff;
margin: 5px 0px 5px 0px;
}

#screenshot a:hover img,
#screenshot a:active img {
border: 3px solid #cc3300;
} 

/*
hack to correct Containing Floats problem 
http://www.complexspiral.com/publications/containing-floats/
*/
div.clearer {
clear: both; 
line-height: 0px; 
height: 0px;
}
