body {
	/* This remove the white space between the browser borders and the page */
	margin:0px;
	padding:0px;
	
	/* Specify fonts/line heights/size generally used */
	font-family:arial,verdana,geneva;
	font-size:12px;
	line-height:17px;

	/* Add the pinstripes in back of everything */
	/*background-image: url('/segregation/img/pageLayout/bodyBackground.jpg');
	background-position: 0 1px;*/
	background: #b2ccb2 url('/images/bg.gif') 0 0 repeat-x !important;
	
}

/* General alignment classes */
.left{float:left;}
.right{float:right;}
.center {text-align:center;}

.hidden {display:none;}

/* Links should use the pointer and be on top */
a {cursor:pointer; z-index:999;}

/* paragraphs should all have the same margins */
p {
	margin-bottom:15px;
	margin-top:10px;
}

/* Main Headings should all have the same green background with white text */
h1 {
	font-size:12px;
	line-height:17px;
	font-weight:bolder;
	background-color:#339966;
	text-align:center;
	padding:3px;
	color:white;
	
	margin-bottom:30px;
}

/* This is the commonly used secondary heading with green text */
h2 {
	color:#006600;
	font-family:arial,verdana,geneva;
	font-size:12px;
	font-weight:bold;
	margin: 7px 0px 16px;
}

/* The common blue horizontal rules */
hr {
	border-color:#339966;
	border-style:solid;
	border-width:1px 0 0;
	margin: 5px 0px 2px 0px;
}

img.stats {
	width:0px;
	height:0px;
	
}