html {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 76%; 
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: white;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;

}
p { 
  	font-size: 1.0em; 
  	line-height: 1.5em; 
  	margin: 1.2em 0em 1.2em 0em; 
} 
h1 { 
  	font-family: helvetica, sans-serif;
  	font-size: 2.0em;
  	letter-spacing: -0.06em;
  	color: #999999;
} 
h2 { 
  	font-family: helvetica, sans-serif;
  	font-size: 1.5em; 
  	letter-spacing: -0.075em;
  	color: #000000; 
} 
.main {
  	line-height: 1.5em;
  	font-weight: bold;
}
h3, h4, h5, h6 { 
  	font-family: helvetica, sans-serif;
  	font-size: 1.0em; 
  	color: #000000; 
} 
li { 
 	margin: 0.2em 0em 0.2em 0em; 
  	line-height: 1.5em; 
} 
a:link { 
  	color: #4593BC; 
  	text-decoration: underline;   
} 
a:visited { 
  	color: #999999; 
  	text-decoration: underline;   
} 
a:active { 
  	color: #4593BC; 
  	text-decoration: underline; 
} 
a:hover {
  	color: #999999; 
  	text-decoration: underline; 
} 
select, input, textarea, button {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1.0em;
}
.sameline {
  	display: inline;
}
.colour {
  	color: #BAB800;
}
div#container { 
  	width: 750px;  
  	margin:0px auto 0px auto;
  	background: transparent;
  }
div#title {
	position: relative;
	width: 750px;
	height: 60px;
	background: transparent;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	}
div#logo {
	position: relative;
	width: 248px;
	height: 248px;
	float: right;
	z-index: 1;
	visibility: visible;
	background-color: white;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #064359;
	border-right-color: #064359;
	border-bottom-color: #064359;
	border-left-color: #064359;
	}
div#banner {
	position: relative;
	width: 499px;
	height: 248px;
	float: left;
	background-color: white;
	background-image: url(../images/banners/rid.php?pic=random);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	visibility: visible;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #064359;
	border-right-color: #064359;
	border-bottom-color: #064359;
	border-left-color: #064359;
	}
div#content {
  	position: relative;
  	display: inline;
	width: 100%;	
  	padding: 10px 10px 10px 10px; 
  	background: transparent;
  	z-index: 5;
 	}
div#footer {
	position: relative;
	padding: 10px 10px 10px 10px;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	}
div#footer a {
  	color: #999999; 
  	text-decoration: none; 
  	}
div#footer a:link {
  	text-decoration: none; 
  	}
div#footer a:visited {
  	text-decoration: none; 
  	}
div#footer a:hover {
  	color: #666666; 
  	text-decoration: underline; 
  	}
div#footer a:active {
  	text-decoration: underline; 
  	}
div#sml_content {
  	position: absolute;
  	top: 136px;
  	right: 0px;
  	width: 224px;
  	z-index: 3;
  	text-align: right;
  	background: #4593BC;
  	}
div#navigation {
	position: relative;
	width: 748px;
	text-align: right;
	vertical-align: middle;
	z-index: 6;
	visibility: visible;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #064359;
	border-right-color: #064359;
	border-bottom-color: #064359;
	border-left-color: #064359;
  	}
div#navigation span {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #064359;

  	}
div#navigation a {
  	color: #999999;
  	text-decoration: none;
  	}
div#navigation a:link {
  	text-decoration: none; 
  	}
div#navigation a:visited {
  	text-decoration: none; 
  	}
div#navigation a:hover {
  	color: #4593BC;
  	text-decoration: none;  
  	}
div#navigation a:active {
  	text-decoration: underline; 
  	}
div#navigation a.selected {
  	color: #4593BC;
  	font-weight: bold;
  	}
  
