/* global */
html{height: 100%;}

body
{ font-family: times new roman;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
  font-size:120%
}

h1
{ font-size: 100%;
  letter-spacing: .1em;
  margin-top: -100px;
}

img{
 padding: 6px;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 900px;}

/* links above the logo / footer */
#links, #footer
{ width: 900px;
  height: 20px;
  font-size: 88%;
  padding: 8px 21px 0px 19px;
}

#links{text-align: right;}

#footer
{ text-align: center; 
  width: 900px;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: none;}


/* navigation menu */
#menu
{ height: 30px;
  width: 900px;
  margin-top: 10px;
  position: relative;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size:13px;
}

#menu ul{margin: 0px auto; } 

#menu li
{ float: left; 
  margin: 0px 2px 0px 2px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block;
  float: left;
  height: 22px;
  width:146px;
  text-transform: uppercase;
  font-size: 100%;
  padding-top: 8px;
  padding-bottom: 2px;
  font-weight: bold;
  text-decoration:none;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 22px;
  padding-top: 8px;
  padding-bottom: 2px;
} 

/* footer menu */
#menu2
{ height: 30px;
  width: 900px;
  position: relative;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size:13px;
}

#menu2 ul{margin: 0px auto; } 

#menu2 li
{ float: left; 
  margin: 0px 2px 0px 2px; 
  padding: 0px;
  list-style: none;
} 

#menu2 li a 
{ display: block;
  float: left;
  height: 22px;
  width:176px;
  font-size: 100%;
  padding-top: 8px;
  padding-bottom: 2px;
  font-weight: bold;
  text-decoration:none;
} 

#menu2 li a:hover, #menu2 li a#selected, #menu2 li a#selected:hover
{ height: 22px;
  padding-top: 8px;
  padding-bottom: 2px;
} 


/* main content */
#content
{ width: 900px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 240px;
  float:left;
  margin: 0px;
  padding: 0px;
  font-size:20px;
  color:#000000;
}

#column1 a
{ color: #000000;
}

#column1 a:hover
{ display: block;
  width: 185px;
}

#column1 ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

#column1 ul li
{ list-style-type: none;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}


/* column 2 - page content */
#column2
{ text-align: justify;
  width: 657px;
  float: left;
  padding: 17px 3px 0px 0px;
  font-size:13px;
}

#column2 img
{ padding: 6px;
}

#column2 h1
{ padding: 0px; 
  margin: 0px; 
  font-size: 150%;
  font-weight: bold;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: underline;
  font-size:16px;
  font-weight:bold;
}

#column2 ul
{ padding-left: 35px;
}

#table a
{ text-decoration:underline;}

/* Blue color specifics*/

body
{background: url(../images/bg.jpg) repeat;
 color: #000000;
}

#main
{ color: #000000;
}

#links, #footer, #links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #000000;
  border-color: #000000;
}

#logo
{ background: #FFF url(../images/logo4.png) no-repeat;
  color: #6666cc;
  border color: #000000;
}

#menu
{ background: transparent;
  color: #000000;
}

#menu li a, .sidebaritem
{ background: transparent; 
  color: #000000;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #000000;
  color: #FFFFFF;
} 

#menu2
{ background: transparent;
  color: #000000;
}

#menu2 li a
{ background: transparent; 
  color: #000000;
}

#menu2 li a:hover, #menu2 li a#selected, #menu2 li a#selected:hover, #column1 a:hover
{ background: #000000;
  color: #FFFFFF;
} 

#content, #column2
{ background: transparent;
  color: #000000;
  color: #000000;
}

#column2 a
{background: transparent;
  color: #0000FF;
  color: #0000FF;
}


.sbilinks li a, .sidebaritem a
{ background: url(../images/cog.png) no-repeat left center;
  color: #000000;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: url(../images/green_cog.png) no-repeat left center;
} 
