
/* RLFC */

body {
	margin-top: 50px;
	padding: 0;
	background: #B8B8B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
    font-weight:500;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #800517;
}

h1 { font-size: 20px; }

h2 { font-size: 18px; }

h3 { font-size: 15px;  }

p, ul, ol {
	margin-top: 0;
	text-align: justify;
}

ul, ol { }

div.line {
  float:left;
  border: 0;
  width: 800px;
  height:5px;
  background: #B8B8B8;
}

a {color: #F71476; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img#a {float:right; padding-left:20px;}
img#b {float:left;margin:5px; border: 0; clear:left;}
#map {padding:10px; border:1px solid; }

#address {
    float: right;
	border: 1px solid;
    padding: 20px;
    font-size:smaller;
    color:#003366;
    font-weight:800;
}

#addressb {
    float: left;
    padding: 20px;
    font-size:smaller;
    color:#003366;
    font-weight:800;
}

#wrapper {padding-left:100px; border:0
}

/* Header */

#header-wrapper {
}

#header {
	float: left;
	width: 800px;
	height: 150px;
	margin: 0;
    padding: 0;
	background: url(images/header1.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 40px;
	background:#1E90FF;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu li p
{
	display: block;
	float: left;
	padding: 5px 30px;
	color: #fff;
	text-decoration: none;
	border-right: 0px solid #fff;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 10px 10px 5px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
    font-weight:800;
}

#menu a:hover { text-decoration: underline; color:#800000}

/* Page */

#page {
    float:left;
	width: 760px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	background: #E8E8E8;
    text-align:justify;
    }

span.a {color:#800517;
       font-weight:bold;
       text-align:right;
} 

span.b {color:#0000FF;
       font-style:italic;
}

span.c {
       color:green;
}

/* Footer */

#footer {
    float:left;
	width: 780px;
	height: 20px;
	margin: 0 auto;
	padding-top: 5px;
    padding-right:20px;
    color: #FFFFFF;
    text-align: center;
    font-size:smaller;
    background: #1E90FF;
    
}

