/* CSS Document */
html,body { margin:0; padding:0; height:100%; border:none; font: 12pt "Trebuchet MS", Arial, Helvetica, sans-serif; }
.copyright { font-size:9px; color:#CCCCCC; }
table.main { height:100%; width:100%; }

table.header{ border-collapse:collapse; }

.menutitle { background-color:#d2d71a; font-size: 75%; color:#FFFFFF; font-weight:bold; text-align:center; }
.menuitem { padding: 5px 0 5px 10px; }
a.menulink { font-size: 80%; color:#76770D; text-decoration:none; font-weight:normal; }
a:hover.menulink { font-size: 80%; color:#A1A231; text-decoration:underline; font-weight:normal; }
.content { padding-right:5px; width:600px; }
.rssitem {  }
a.rsslink { font-size: 70%; color:#76770D; text-decoration:none; font-weight:normal; }
a:hover.rsslink { font-size: 70%; color:#A1A231; text-decoration:underline; font-weight:normal; }

.bullet{ padding-left:10px; }
.bulletrss { padding-left:10px; padding-right:10px; padding-top:3px; }

.block-tr { height:20px; background: #d2d71a url(../images/block-tr.png) no-repeat top right; width:20%; }
.block-tl { background: #d2d71a url(../images/block-tl.png) no-repeat top left; width:20%; }
.block-br { height:20px; background: #f2f3ba url(../images/block-br.png) no-repeat bottom right; width:20%; }
.block-bl { background: #f2f3ba url(../images/block-bl.png) no-repeat bottom left; width:20%; }

.footer { font-size:70%; padding-top:2px; color: #f2f3ba; }




/*******************************
			Content
*******************************/

h1 {font-size: 110%; padding-top:18px; color:#19a4af; border-bottom:1px solid #999999; }
p { font-size:90%; }
li { list-style:disc; font-size:90%; }
a { color:#145141; text-decoration:none; font-weight:bold; }
a:hover { color:#3c7767; text-decoration:underline; font-weight:bold; }