@charset "utf-8";
/* CSS Document */
html	{
	height: 100%;
}

body	{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(rotaryimagesintl/bkgrpt.png);
	background-color: #DCD7C8;
	background-repeat: repeat;
}

ul	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	list-style-type: none;
	margin-right: 10px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}

a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}
.style1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.style2 {color: #000000}

.style4 {
	font-size: 12px;
	color: #003399;
	font-style: italic;
}

.style5 {font-size: x-small}

* html #nonFooter
{
	height: 100%;
}

#container {
	width: 800px;
	background: url(graphics/navbarbackg.png) repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	border-left-color: #000000;
	background-color: #FFFFFF;
	border: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-width: 3px;
}

#navbar {
	float: left;
	width: 150px;
	color: #FFFFFF;
	
	text-align: center;
}

#navbar a {
	text-decoration: none;
}

#content {
	padding: 5px 5px 0 160px;
	color: #000000;
}

#content ul	{
	text-align: left;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}
		
#header {
	width: 800px;
	height: 70px;
	background-image: url(graphics/headerbackg.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
}

#footer	{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	background: url(rotaryimagesintl/footer.png) bottom repeat-x;
	text-align: center;
}
