body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	background-color: #FFF;
}


/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #900}
p, ul, p a, h2 {font-family: Arial, Helvetica, sans-serif}


/* Heading styles */
h1 {font-family: Tahoma, serif; color: #333; font-weight: bold; font-size: 1.8em; margin: 0 25px 0 25px;}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none;}
h1 a:hover {color: #31a9b1; text-decoration: none;}
h1 a:hover span {color: #333; text-decoration: none;}
h2 {margin: 0 0 0 0; font-size: 1.5em; line-height: 1.6em; text-align: center;}
h3, h4, h5 {font-family: Tahoma, serif;}
h3 {font-size: 1.25em; line-height: 1.35em; font-weight: normal; margin: 10px 30px 10px 30px;}
h4 {font-size: 1.00em; line-height: 1.25em;}
h5 {font-size: 0.70em; line-height: 1em; font-family: Arial, Helvetica, sans-serif; font-weight: normal} /* Footer etc...*/
h6 {font-size: medium; font-family: "Lucida Handwriting"; }

p {
	margin: 0 30px 0 30px;
	font-size: 1em;
	line-height: 1.25em;
}

#box p{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 800;
}

#guide h3{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#guide h3 a:link, #guide h3 a:visited, #guide h3 a:active {text-decoration: none; color: #333;}
#guide h3 a:link span, #guide h3 a:visited span, #guide h3 a:active span {text-decoration: none;}
#guide h3 a:hover {color: #900; text-decoration: none;}
#guide h3 a:hover span {color: #333; text-decoration: none;}

#guide p{
	margin: 0px 0px 0px 0px;
	font-family: Georgia;
	letter-spacing: -0.05em;
	color: #333;
}

#guide p a:link, #guide p a:visited, #guide p a:active {text-decoration: none; color: #333;}
#guide p a:link span, #guide p a:visited span, #guide p a:active span {text-decoration: none;}
#guide p a:hover {color: #900; text-decoration: none;}
#guide p a:hover span {color: #333; text-decoration: none;}

a {color: #00C; text-decoration: none}
a:link {color: #00C; text-decoration: none}
a:hover {color: #06F; text-decoration: none}

#container {
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	position: absolute;
	left: 50%;
	margin-left: -386px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	top: -4px;
	
}

#navbar {   /* Main Navigation area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #f0f0f0; /* Light Grey */
}

#divbar {   /* divider */
	width: 700px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	background: #990000;
}

#siteimg {   /* Large Site Image */
	width: 770px; 
	height: 230px;
	background: url('images/header.jpg');
}

#mainbody {
	float: none;
	background: url('images/body.jpg');

}

#bttmbar {
	float: right;
	width: 770px;
	height: 75px;
	line-height: 3em;
	background: url('images/footer.jpg');
}

#box {
	width: 500px;
	height: auto;
	background-image:url(images/box.gif);
	background-repeat:repeat;
	border: 1px #C5DBE7 solid;
	position: relative;
	margin-left: 135px;
	margin-top: 10px;
	margin-bottom: 10px;

}

hr {
	border: 1;
	color: #333;
	background-color: #000;
	height: 1px;
	width: 174px;
	position: absolute;
	overflow: hidden;
}


/* Forms, Input boxes and buttons */

button {
  color: #900;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
}

/* THIS IS FOR THE MENU BAR */

#menu{
margin:0;
padding:0;
position: absolute;
z-index: 1000;
}
#menu ul{
padding:0;
margin:0;
z-index: 1000;
}
#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
z-index: 1000;
}
#menu li a{
width:140px;
height: 40px;
display: block;
text-decoration:none;
text-align: center;
line-height: 40px;
font-weight: bold;
color:#FFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
z-index: 1000;
}
#menu li a:hover{
background-position: bottom center;
z-index: 1000;
}
#menu ul ul{
position: absolute;
top: 40px;
width: 140px;
visibility: hidden;
z-index: 1000;
}
#menu ul li:hover ul{
visibility:visible;
z-index: 1000;
}
a.menu{
background: url(images/menuButton.jpg) no-repeat top center;
color: #333;
}
