body {
        background : #EAEAEA;
        color : #000;
        margin:0;
        padding:0;
        font-family : verdana, sans-serif;
}

.odd {
	background : #CCC;
	color: #000;
}

.even {
	background : #EEE;
	color: #000;
}

#navigation {
        position: absolute;
        left : 10px;
        top: 10px;
        background : #FFF;
        color : #000;
        width:180px;
        border:1px solid #000;
        padding: 10px;
        margin: 0;
}
 
div.menu {
        width:180px;
        text-align: left;
        text-indent: 12px;
        margin-bottom:10px;
        font-size: 0.8em;
}

div.menu .menuheader {
        color : #99F;
        background: #309;
        border: 3px #309 solid;
        margin:0;
        font-size: 1.4em;
}
 
div.menu a, div.menu a:visited {
        display: block;
        text-decoration: none;
        background : inherit;
        color : #111;
        width: 180px;
}
 
div.menu a:hover {
        background: #99F;
        color: #309;
}
 
div.menu ul {
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
        border-bottom: 1px solid #000;
}

div.menu li{
        border-top: 1px solid #000;
}


div.menubox {
	padding : 1px; 
	font-size: 9px; 
	border: 1px solid #000; 
	background : #EEE;
	color : #000;
	margin-bottom:10px;
}

#centercontent {
	background:#FFF;
	color : #000;
	margin-top:10px;
	margin-left: 220px;
	margin-right:190px;
	border:1px solid #000;
	font-size: 11px;
	padding: 20px;
}

#rightcontent {
	position: absolute;
	right: 10px;
	top: 10px;
    background : #FFF;
    color : #000;
    width:144px;
    border:1px solid #000;
    padding: 10px;
    margin: 0;
}

p {
	width: 100%;
	text-indent: 20px;
}

h1 {
	font-size:14px;
}



A.tablelink {
	text-indent: 5px;
	text-align: left;
	background : inherit;
}		

div.bannerlinks {
	text-align: center;
}

div.bannerlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.bannerlinks li {
	margin: 0;
	padding: 0;
	border: none;		
}

div.bannerlinks img {
	border: 0;
	width: 87px;
	height: 31px
}

div.bannerlinks a:active {
	border: none;
}

h2.ArticleTitle {
	text-align: center;
	background : inherit;
	color : #309;
	}

h3.ArticleHeader {
	background: inherit;
	color : #309;
	}

h5.ArticleSubHeader {
	background: inherit;
	color : #309;
	margin-left : 20px;
	}

.ArticleList {

}

tt {
	background: inherit;
	color: #309
	}

table.centered {
	margin-left: auto;
	margin-right: auto;
}

/****************** Console box **********************************/

div.console {
	background: #000;
   	border:2px solid #999;
	color: #CCC;
	width: 90%;
}

div.console pre {
	width: 90%;
	}	


/****************** Quiz Anchors **********************************/

a#answer {
	color: #fff;  
	text-decoration:none; 
	}
a#answer:hover {
	color:#000; 
	cursor:default; 
}

div#listallist { width:100%; margin: 20px; }
div#listallist div.item { width: 200px; height: 100px;
			float:left; padding: 5px; vertical-align:top;
			margin: 10px;
			background: #eaeaea;
			}
div#listallist img.product { float:left; margin:2px; border: none;}
div#listallist p {  margin:1px; }

