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

body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #333;
	background-image:url(images/back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 10, 0, 0, 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 820px; 
	margin: 0 auto;
	margin-top: 14px;
}

.whiteSpace {
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-bottom: 5px;
	padding: 10px;
}

.whiteLeft {
	width: 530px;
	background: #FFFFFF;
	float: left;
	border: 1px solid #000000;
	text-align: justify;
	margin-bottom: 5px;
	padding: 10px;
}


.whiteRight {
	width: 240px;
	background: #FFFFFF;
	float: right;
	border: 1px solid #000000;
	text-align: justify;
	margin-bottom: 5px;
	padding: 10px;
}


.whiteRight2 {
	width: 230px;
	background: #FFFFFF;
	float: right;
	border: 1px solid #000000;
	text-align: justify;
	margin-bottom: 5px;
	padding: 10px;
}


.whiteCenter {
	width: 798px;
	background: #FFFFFF;
	float: right;
	border: 1px solid #000000;
	text-align: justify;
	margin-bottom: 5px;
	padding: 10px;
}
.whiteCenter2 {
	width: 798px;
	background: #333;
	float: right;
	border: 1px solid #333;
	text-align: justify;
	margin-bottom: 5px;
	padding: 10px;
}

.bottomSpace {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #000;
	margin: 5 10 8 10;
	padding: 0px;
}

p {
	margin: 5 10 10 10;
	padding: 0px;
	color: #000;
}

p.top {
	margin: 10 10 10 14;
}

p.bottom {
	text-align: center;
	font: 85% Arial, Helvetica, sans-serif;
	color: #FFF;
}

p.center {
	text-align: center;
	margin: 5 10 10 10;
}

p.menu {
	text-align: center;
	color: red;
	margin: 5 10 10 10;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link { 
	color: black;
	text-decoration: none;
	font-weight:600;
}
a:visited { 
	color: black;
	text-decoration: none;
	font-weight:600;
}
a:hover { 
	color: #7E7E7E;
	text-decoration: none;
	font-weight:600;
}
a:active { 
	color: #000;
	text-decoration: none;
	font-weight:600;
}

a.bot:link {
	color: ccc;
	font-weight:normal;
}

a.bot:visited {
	color: ccc;
	font-weight:normal;
}

a img {
	border: 0px;
}