body {
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 0px 0px 2px;
	padding: 0px 0px 0px 4px;
}
#main {
	background-color: #FFFFFF;
	width: 656px;
	margin: 0px;
	padding: 0px;
}

#top {
	background-color: #993333;
	width: 100%;
	background-attachment: fixed;
	background-image: url(top-bar.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	margin: 0px;
}
#header {
	background-color: #FFFFFF;
	height: 190px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#copyright {
	font-size: 0.8em;
	padding: 4px;
}
#copyright .right {
	float: right;
}
#copyright .left {
	float: left;
}
#shadow {
	background-attachment: fixed;
	background-image: url(shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 666px;
	margin: 0px;
	padding: 0px;
}
.strapline {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contact {
	font-size: 0.8em;
	line-height: 22px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #336633;
	letter-spacing: 0px;
	width: 460px;
	padding-top: 20px;
}

#content {
	background-color: #FFFFFF;
	padding: 4px 4px 4px 8px;
	z-index: 1;
}
#content p {
	font-size: 0.8em;
	line-height: 24px;
}
#content h1, #tip h1 {
	font-size: 1em;
	font-weight: bold;
	color: #993333;
	font-style: italic;
}

#imageleft {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 0.8em;
	text-align: center;
}
#imageleft img{
	border: 1px solid #CCCC99;
	padding: 4px;
}
#content h2, #tip h2 {

	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
#content h3 {
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	margin-bottom: -20px;
}
#logo img {
	padding: 4px;
}
#logo {
	width: 500px;
	margin-left: 4px;
	margin-top: 12px;
}
#bottom {
	background-color: #993333;
	margin: 0px 10px 0px 0px;
	height: 40px;
	padding: 0px;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#contact a{
	font-weight: bold;
	color: #666666;
}
#bottom a {
	font-weight: bold;
	color: #FFFFFF;
}
#imageright {
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
}
#navbottom {
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993333;
	padding-top: -10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navbottom ul {
	list-style-type: none;
}
#navbottom ul li {
	display: inline;
}
#navbottom  ul li a {
	text-decoration: none;
	padding: 2px 4px;
	color: #999999;
	font-weight: bold;
	}
#tip {
	padding: 4px 4px 4px 8px;
	margin-bottom: 4px;
}
#tip p {
	font-size: 0.8em;
	margin-left: 70px;
	margin-top: 0px;
	line-height: 18px;
	text-align: justify;
}

#tip .symbol {
	float: left;
}
#tip h2 {
	margin-bottom: 0px;
}
