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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center; /* the text is centered on the body because this makes it OK for IEv 5 on and Netscape*/
	line-height: 130%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0; /* this means that the margin is removed at the top of the paragraph - overrides browser setting, only happen on the first paragraph of a div*/	
}

h2 {
	color: #F60;
	line-height: 120%;
	font-size: 14px;
}

h1 {
	color: #F30;
	line-height: 120%;
}

li {
	list-style-image: url(gfx/bullet.jpg);
}

#container {
	width: 780px;
	margin: 0px auto;
	text-align: left; /* this overrides to 'center' setting in the body*/
	color: #333;
}

#header {
	margin: 0;
	padding: 0;	
}
#rightnav {
	float: right;
	width: 250px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #F60;
}


#content {
	margin-right: 260px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C30;
}
a {
	color: #C30;
	text-decoration: underline;
}
#container #footer p a:hover {
	color: #333;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C30;
}

body,td,th {
	color: #333;
}
</style>
