body
{ 

}

a:link {color: #000;}
a:visited {text-decoration: none; color: #000;}
a:hover {text-decoration: underline;}
a {text-decoration: none;}
a img {border: none; }

a.crumbs:link {color: #A0A0A0;}
a.crumbs:visited {text-decoration: none; color: #000;}
a.crumbs:hover {text-decoration: underline;}

a.scrollover {
      /* Default Colour/Styles here */
      color: #000066;
   }
   a.scrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #808080;
   }

p
{
 	font-family:times;
	font-size:14px;
	font-weight: lighter;
	padding-left:10px;
	margin-left: 10%;
	word-spacing: 2px
}

p.footer
{
 font-size:10px;
 color:#A0A0A0;
 padding:30px 10px 10px 10px;
}

p.crumbs
{
 font-size:12px;
 color:#A0A0A0;
 padding:0px 2px 4px 2px;
}
h1
{
 	font-family:times;
	font-variant: small-caps;
	font-size: 20px;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 2px;
	margin: 10px;
}

h2
{
 	font-family:times;
	font-variant: small-caps;
	font-size: 16px;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 2px;
	padding-left:8px;
	margin-left: 8%;
}

h3
{
 	font-family:times;
	font-variant: small-caps;
	font-size: 14px;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 2px;
	padding:0 0 0 2px;
	margin:0;
}

img.centered
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.frontpage
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid 5px #999;
}

.bold
{
	font-weight:bold;
}

#container
{
 	width:850px;
	height:800px;
 	margin: 0 auto;
	background:#FFF;
	border-style: solid;
	border-color:#F0F0F0;
	border-width: 0px 1px 0px 1px;
}

#head
{
 	background: #fff;
	width: 100%;
	border-style: solid;
	border-color:#F0F0F0;
	border-width: 0px 0px 1px 0px
}

#leftcol 
{
  background: #fff;
  float: left;
  width: 10%;
}

#rightcol 
{
  background: #fff;
  float: right;
  width: 10%;
}

#navigation
{
 width: 25%;
 float:left;
 background:#FFF;
 padding-top: 50px;
}

#spacer
{
 width:60%;
 height:25px;
 float: left;
 background:#FFF;
 padding: 0 0 5px 0;
}

#main
{
 width:70%;
 float:left;
 min-height: 600px;
 background:#FFF;
}

#footer
{
 	clear:both;
 	background: #FFF;
  width: 100%;
	text-align: center;
}
   
.menu
{
		list-style-type: none;
}
		
.menu ul 
{
 	margin:0 0 0 5px;
  padding:10 0 10 0;
  list-style:none;
}
	 
.menu {width:150px;}
	 
.menu li 
{
	text-align: left;
  margin:0;
}
	
.menu a 
{
 	display:inline-block;
  color:#000;
  background:#fff;
  text-decoration:none;
	font-size:14px;
	border-color:#F0F0F0;
	border-width: 1px;
}
	
  .menu a:hover {background:#F0F0F0;}
	
  .menu ul li {padding-left:15px;}
	
 	.menu ul a {background:#FFF;}
	
  .hidden {display:none;}

