body {
	text-align: center;
	background-color: #111111;
	margin: 0px 0px 0px 0px;
}



#container {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 980px;
	text-align: center;
	background-color: #000000;
	min-height: 100%;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-x;	
}

#container {
	
	margin: 0 auto;
	background-color: #000000;
	width: 902px;
	padding: 20px 20px 20px 20px;
	min-height: 100%;
	
	
}

#header {
	width: 902px;
	height: 481px;
	/*background-image: url(images/header.jpg);*/
	
}

#pagebody {
	width: 902px;
	min-height: 300px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/pagebody_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}

blockquote.float-left {/* floats in content div */
  float: right;
  width: 250px; /* "em size" is element dependent */
  padding: 0;
  margin: 0 0 0 1em;
  /*color: #00008b;
  background: #b0c4de;
  border-right: 2px dotted #4169e1;
  border-bottom: 2px dotted #4169e1;*/
  }


#rightbox {
	width: 240px;
	float: right;
	padding: 0px 0px 0px 0px;
	
}

#rightbox img {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 10px solid #000000;
	
}

#maincontent {
	width: 850px;
	text-align: left;
	float: left;
	padding: 10px 0px 10px 30px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;	
}

#maincontent a:link, #maincontent a:visited
	{
	TEXT-DECORATION: none;
	color: #642b80;
	}


#maincontent a:hover
	{
	TEXT-DECORATION: none;
	color: #ffffff;
	background-color: #642b80;
	}

.quotes {
	width: 902px;
	padding: 0px;
}

#footer {
	width: 902px;
	height: 40px;
	clear: both;	/*background-image: url(images/header.jpg);*/
	
}

#contactdetails {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 10px 0px 0px 0px;
}

#contactdetails a:link, #contactdetails a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #FFFF66;
	}


#contactdetails a:hover
	{
	background-color: #FFFF66;
	color: #637b63;
	}

#credits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	float: right;
	padding: 10px 0px 0px 0px;
}

#credits a:link, #credits a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #715a7d;
	}


#credits a:hover
	{
	
	color: #715a7d;
	}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #118698;
	font-weight:bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ab8e7e;
	font-weight:bold;
}

h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12pt;
	color: #766380;
	font-weight:bold;
	font-style: italic;
	padding: 0px 0px 0px 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999999;
	font-weight:bold;
}

#map {
  	float: right;
}

/* Hyperlinks */
/* #maincontent a:link, #maincontent a:visited {
	text-decoration: underline; 
	color: #1b403c;
	font-weight: bold;
}

#maincontent a:hover	{
	text-decoration: none; 
	color: #ffffff;
	background-color: #1b403c;
	font-weight: bold;
}*/


/* menu */

.menu{
width: 240px; /*width of menu*/
text-align:right;
}

.menu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
}

.menu ul li a{
background: #6e8fb0 url(images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 3px 0;
padding-right: 30px;
text-decoration: none;
border-bottom: 2px solid #000000;
}


* html .menu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.menu ul li a:link, .menu ul li a:visited{
color: #666666;
background-color: #cccccc;
background-image:url(images/arrow-list.gif); /*onMouseover image change. Remove if none*/
text-decoration: none;
}

.menu ul li a:hover{
color: #ffffff;
background-color: #572670;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* end menu */

#innercontent ul {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 30px;
}

#innercontent ul li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	display: block;
	list-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}