body {
	background: Black url(greeneye.jpg) no-repeat fixed;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#header {
	margin: 10px 0px 10px 0px;
	padding: 1px 0px 0px 1px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 60px; /* 14px + 17px + 2px = 33px */
	border-style: solid;
	border-color: #0033cc;
	border-width: 1px 0px 1px 0px;
	font-family: "Arial Black", Charcoal, Impact, Chicago, "Gill Sans", "Arial MT Condensed Bold", Geneva, Arial, sans-serif;
	line-height: 3px;
	text-transform: uppercase;
	background-color: #000046;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.im {
    float: left;
    margin-top: 0;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
    color: #696969;
}

.dateheader {
	background-color: #000046;
	border-bottom: 4px outset #000046;
	border-right: 4px outset #000046;
 	margin: 30px 230px 0px 215px;
	min-width: 120px;
	padding: 10px;
	position: relative;
	width: auto;
	z-index: 3;
}

.dateheader h2 {
	margin: 0px;
	color: White;
	font-size: 18px;
}

.item {
	background-color: #000046;
	border-bottom: 4px outset #000046;
	border-right: 4px outset #000046;
	margin: 0px 230px 0px 215px;
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: auto;
	z-index: 3;
}

.item h3 {
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

.itembody {	
	font-size: 13px;
	margin: 5px 0px 5px 0px;	
	text-align: justify;
}

.iteminfo {	
	color: gray;
	font-size: 10px;
}

.iteminfo a:link {
	color: gray;
	font-weight: bold;
}

.iteminfo a:hover {
	color: gray;
	background-color: #505050;
}

.iteminfo a:visited {
	color: gray;
	font-weight: bold;
}

.iteminfo a:active {
	color: gray;
	font-weight: bold;
	background-color: #505050;
}

#menu {
	background-color: #000046;
	border: 1px dashed #0033cc;
	font-size: 13px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	position: absolute;
	right: 20px;
	top: 75px;
	width: 190px;
	z-index: 1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 168px;
}
/* Again, "be nice to Opera 5". */
body>#menu {width:168px;}

#menu h2 {
	font-size: 19px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.itemdetailed {
	background-color: #000046;
	border-bottom: 4px outset #000046;
	border-right: 4px outset #000046;
	margin: 30px 230px 0px 215px;
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: auto;
	z-index: 3;
}

.itemdetailed h3 {
	font-size: 17px;
	margin: 0px 0px 10px 0px;
}

.commentheader {
	background-color: #000046;
	border-bottom: 4px outset #000046;
	border-right: 4px outset #000046;
 	margin: 30px 230px 0px 215px;
	min-width: 120px;
	padding: 10px;
	position: relative;
	width: auto;
	z-index: 3;
}

.commentheader h2 {
	margin: 0px;
}

.comment {
	background-color: #000046;
	border-bottom: 4px outset #000046;
	border-right: 4px outset #000046;
	margin: 0px 230px 0px 215px;
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: auto;
	z-index: 3;
}

.comment h3 {
	font-size: 17px;
	margin: 0px 0px 10px 0px;
}

.commentbody {
	font-size: 13px;
	text-align: justify;
}

.commentinfo {	
	color: gray;
	font-size: 10px;
}

.commentinfo a:link {
	color: gray;
	font-weight: bold;
}

.commentinfo a:hover {
	color: gray;
	background-color: #505050;
}

.commentinfo a:visited {
	color: gray;
	font-weight: bold;
}

.commentinfo a:active {
	color: gray;
	font-weight: bold;
	background-color: #505050;
}

.addcomment {
	background-color: #000046;
	border-bottom: 4px outset #000046;
	border-right: 4px outset #000046;
	margin: 30px 230px 0px 215px;
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: auto;
	z-index: 3;
}

.addcomment h2 {
	margin: 0px;
	padding: 0px;
}

.commentform {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

.leftbox, .rightbox {
	font-size: larger;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	width: 20%;
}
.leftbox {
	border-right: 2px solid #0033cc;	
	float: left;
}
.rightbox {
	border-left: 2px solid #0033cc;	
	float: right;
}

a {
	color: #0033cc;
	text-decoration: none;
}


a:hover {
	background-color: #000066;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.highlight {
	border: 1px dotted #0033cc;
}
