body {
    background-color: #009;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 1px;
    margin-left: 1px;
}

#siteName {
	width: 985px;
	height: 150px;
	background-color: #9cf;
	margin: 5px;
}

#siteName img {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
    margin-left: 20px;
}
  
#siteName h1 {
	font-size: 3em;
	font-style: italic;
	color: #009;
	text-align: right;
	padding: 1.1em 20px 0 0;
}

#siteName p {
	font-size: 1em;
	font-weight: bold;
	color: #009;
	text-align: right;
	padding: 0 29px 0 0;
}

#content {
    /*position: absolute; top: 157px; left: 5px;*/
	width: 985px;
	height: 600px;
	background-color: #ffc;
	margin: 5px;
	color: #009;
}

#content table {
    background: #fff;
    width: 98%;
    margin-left: 1%;
    margin-top: 5px;
    border-style: solid;
    border-color: #9cf;
}

#content th {
    Background-color: #9cf;
}

#content td, #content th {
    font-size: 0.8em;
}

tr.rowone th{
    width: 20%;
}
#content img {
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
    border: 0;
}

#content h1 {
    text-align: center;
    /*margin-right: 1em;*/
	margin-top: 0.8em;
	/*border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #000099;*/
}

#content p {
    margin-left: 30px;
	margin-right: 30px;
}

#content h2, #content h3, #content h4,  {
    margin-left: 30px;
	margin-right: 30px;
}
