/* SHARED ELEMENTS */

HTML { margin: 0px; background: #204f70 url('../images/backgrounds/background.jpg') repeat-x; font-family: tahoma; font-size: 8pt }
H1 { }
H2 { font-size: 10pt; color: #ffffff }
A { color: #ffffff; text-decoration: none }
A:hover { text-decoration: underline }

/* DIV : viewport, frame & banner */

#viewportdiv { background: url('../images/backgrounds/frame.jpg') center top no-repeat; height: 681px; width: 100% }
#framediv { margin: auto; width: 779px; height: 505px }
#bannerdiv { position: relative; left: 1px; top: 99px }

/* DIV : menu */

#menudiv { background: #316990; height: 40px; width: 480px; float: right }
#menudiv .itemsdiv { margin-left: 10px } 
#menudiv .itemdiv { float: left; margin: 11px 10px 0px 10px }
#menudiv .itemdiv A, #menudiv .selected { font-weight: bold; color: #ffffff; font-size: 10pt; text-decoration: none }
#menudiv .itemdiv A:hover, #menudiv .selected { text-decoration: underline }

/* DIV : clear */

.cleardiv { clear: both; height: 0px; width: 0px; margin: 0px; padding: 0px; content: "" }

/* DIV : readmore */

.readmorediv { float: right; font-size: 10px; text-decoration: underline;}
.readmorediv A { text-decoration: underline; color: #ffffff; font-weight: bold;}
.readmorediv:hover A { color: #5491bd; text-decoration: underline; }

#readmoredivmargin { margin-top: 10px; }
