@charset "utf-8";
/* CSS Document */

BODY { margin:0; background-color:#000000; font-size:12px; color:#FFF; font-family:Arial, Helvetica, sans-serif; }
a { color:#FFF; }
a:visited { color:#FFF; }

/*old bg color background-color:#212931; */

/* navigation */
#menu {	list-style: none; margin: 0; padding: 0; width: 20em; }
#menu li { font: 95% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; margin: 0; padding: 0; }
#menu a { background:#000000; border-bottom: 1px solid #393939; border-top: 1px solid #393939; border-right: 1px solid #393939; color: #FFF; display: block; margin: 0; padding: 8px 12px; text-decoration: none; font-weight:normal; font-size:13px; font-weight:bold; }
#menu a:hover {	background: #2580a2 url("images/hover.gif") left center no-repeat; color: #fff; padding-bottom: 8px; }
/*old nav bg 212931 */					
					
#title { background-color:#333333; }
#date { background-color:#000033; border-top:1px solid #515151; border-bottom:1px solid #515151; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #CCCCCC; text-decoration: none; padding:2px; }

#page { }
#nav { width:255px; float:left; }
#content { float:left; width:700px; }

.blockparagraph { width:550px; font-size:13px; color:#E2E7E9; text-align:justify; margin:auto; }
.heading { font-size: 17px;	color: #99CCFF;	text-decoration: none; font-weight: bold;}

#foot { clear:both; color:#CCC; font-size:9px; font-family:Verdana, Geneva, sans-serif; }
#foot a { color:#9FAEBD; }