html {
    background:	    black;
    color:	    	#71bf4d; /* green */
	font-family:	Verdana, sans-serif;
}

body {
	margin-top:		0px;
	margin-bottom:	0px;
	width:			800px;
    margin-left:    auto;
    margin-right:   auto;
}

#headerDiv {
	padding-top:	10px;
	/*margin-top:		5px;*/
	width:			800px;
	float:			left;
}

.header {
	text-align:		center;
	line-height:	0.5em;
}

#banner {
	width:			800px;
	height:			100px;
	background:		black;
	overflow:		hidden;
}

#contentDiv {
	float:			left;
	width:			800px;
}

.area-title {
    color:	    #00a1e4; /* blue */
}

#footerDiv {
	margin-top:	10px;
	margin-left:	50px;
    float:      left;
    width:      700px;
}

.footer {
	font-size:		xx-small;
	text-align:		center;
}

img {
	border:				none 0px;
}

a {
	border:				none 0px;
    color:	    	#71bf4d; /* green */
}

a.noHighlight img {
    text-decoration:    none;
	border:				none 0px;
}

a:link.noHighlight {
    text-decoration:    none;
	border:				none 0px;
}

a:hover.noHighlight {
	font-style:			italic;
	border:				none 0px;
}

a:visited.noHighlight {
    text-decoration:    none;
    color:	    	#71bf4d; /* green */
	border:				none 0px;
}

.centered {
	text-align:			center;
}

.leftPicDiv {
    float:      left;
    display:    inline;
    margin:     10px;
    margin-top: 0px;
}

.rightPicDiv {
    float:      right;
    display:    inline;
    margin:     10px;
    margin-top: 0px;
}


