html{height: 100%;}

body
{ font: 62.5%/1.4;
  background: #ffffff;
  padding: 0px;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 1em;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}

a.current, a.current:hover
{ color: #000099;
}

p
{ padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  letter-spacing: .09em;
}

h1
{ font-size: 1.4em;
font-family: "Trebuchet MS", Helvetica, Tahoma, sans-serif;
  letter-spacing: .16em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
}

h2
{
	font-size: 0.72em;
	font-family: "Trebuchet MS", Helvetica, Tahoma, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #333333;
	line-height: 1.2em;
}

h3
{ font-size: 0.72em;
font-family: "Trebuchet MS", Helvetica, Tahoma, sans-serif;
  padding: 0px 0px 4px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color: #00abc4;
}

h4
{ font-size: 0.8em;
 font-family: Georgia, Times New Roman, Times, serif;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
}

h5
{ font-size: 0.72em;
font-family: "Trebuchet MS", Helvetica, Tahoma, sans-serif;
  padding: 5px 0px 5px 20px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color: #333333;
}

h6
{ font-size: 0.72em;
font-family: "Trebuchet MS", Helvetica, Tahoma, sans-serif;
  padding: 4px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: bold;
  color: #00abc4;
}


img
{ border: 0px; 
  margin: 0px; 
  padding: 0px 8px 0px 0px; 
}

a{outline: none;}


/* unordered list */
ul
{ margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 0px 0px; 
  padding: 0px;
}


/* main container */
#main
{
	width: 700px;
	height: auto;
	border: 1px dotted;
	border-color:#FFFFFF;
}

/* logo */
#logo
{ float: left;
  width: 176px;
  height: 53px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  background: #ffffff url(logo.jpg) no-repeat;
  padding: 107px 0px 0px 4px;
  margin: 0px 0px 0px 14px;
}
#logo_2
{
	float: left;
	width: 466px;
	height: 157px;
	padding: 3px 0px 0px 0px;
    margin: 0px 0px 0px 6px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}


/* navigation menu */
#menubar
{ height: 35px;
  width: 700px;
  border: 1px dotted;
} 


/* main content */
#site_content
{ overflow: hidden;
  padding: 0px 0px 0px 0px;
  width: 700px;
  height: auto;
  border-color: #330099;
  background: #ffffff url(mainback.png) no-repeat top left;
}

/* sidebar */
.sidebar
{ float: left;
  width: 186px;
  height: auto;
  padding: 0px 0px 0px 14px;
}


#menu
{
	position: relative;
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu ul 
{ margin: 0px; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 150px;
  display:block;
} 

#menu ul li
{ margin: 0px; 
  list-style: none; 
  width: 150px;
  display:block;
 } 

#menu ul li a 
{ 
  height: 25px;
  text-decoration: none; 
  padding: 5px 0px 0px 4px;
  width: 175px;
  display:block;
  border-bottom: #ccc 1px solid;
} 

#menu h1 {padding: 0px 0px 0px 12px;}


/* page content */
#content
{ text-align: left;
  float: left;
  width: 458px;
  height: auto;
  padding: 6px 6px 6px 2px;
}


#content_3
{ text-align: left;
  float: right;
  width: 458px;
  height: auto;
  padding: 4px;
  
}

#content a
{ color: #e50b9d;
border-bottom:dotted 1px;
}

#content a:hover
{	color: #333333;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ font-size: 0.8em;
  height: 20px;
  width: 653px;
  margin: 0px 0px 0px 15px;
  text-align: center;
  border-top: 1px solid #ccc; 
  padding: 0px 0px 0px 0px;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

