

body {
	background-color: silver;
	color: black;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	background: black url("../images/background.jpg") repeat-x;
}

H1,H2 {
	font-weight: bold;
}

h1 {
	font-size: 140%;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2, .headline {
	font-weight: bold;
	font-size: 120%;
	xpadding: 5px 0px 5px;
}

div#outer {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: black;
	border: thin solid #000000;
}

div#header {
	background: white url("../images/weblogo1.jpg") no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 110px;
}

div#left {
	background-color: white;
	padding: 10px;
	margin-top: 1px;
	float: left;
}

p {
	color: black;
	margin: 1em;
	}
	
	
div#main  , div#maincontent {
	color: #000000;
	min-width: 600px;
	margin-top: 1px;
	padding: 10px;
	min-height: 400px;
}

/* for Internet Explorer */
* html #main {
	height: 400px;
	color: black;
	
}

div#footer {
	text-align: center;
	clear: both;
	padding: 15px;
	margin: 0px;
	border-top: thin solid #000000;
}


li span  {
	font-weight: bold;
	xfont-size: 110%;
	}
	
span.mainpoint {
font-weight: bold;
text-decoration: underline;
}

.minorpoint {
	text-decoration: underline;
}

a img {
border: none;
}